a {
    text-decoration: none !important;
}

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

/*navbar*/

.navbar_type8 {
    height: 115px;
    background-color: #0d1927;
    transition: all 0.25s ease-in-out;
    padding: 0 3%;
}

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

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

.navbar_type8 .nav_tab {
    padding-right: 8vw;
    flex: 0 1 80%;
    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: 4.5vw;
    transition: all 0.25s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item a::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0; 
    transition: opacity 0.3s ease;
}

.navbar_type8 .nav_tab .nav_item a:hover::before {
    opacity: 1;
}

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

.navbar_type8 .nav_tab .nav_item:last-child a {
    display: flex;
    align-items: center;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #fbaf40;
    border-radius: 25px;
    padding: 10px 22px;
    margin-left: 1vw;
    text-transform: capitalize;
}

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

.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: 115%;
    bottom: 0;
    width: 0;
    height: 0px;
    border-radius: 0px;
    background: #d71034;
    border-bottom: 0px solid #d71034;
    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: 60%;
}

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

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab {
        padding-right: 2vw;
        flex: 0 1 80%;
        gap: .7vw;
    }
    
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        padding: 10px 10px;
        text-transform: capitalize;
        transition: all 0.35s ease-in-out;
    }
    
    .navbar_type8 .nav_tab .nav_item:last-child a {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #fbaf40;
        border-radius: 25px;
        padding: 10px 22px;
        margin-left: 1vw;
        text-transform: capitalize;
    }
    
    .navbar_type8 .logo img {
        width: 100%;
        padding: 25px;
        object-position: left;
        left: 4.5vw;
        transition: all 0.25s ease-in-out;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        padding: 8px 7px;
        text-transform: capitalize;
        transition: all 0.35s ease-in-out;
    }
    
    .navbar_type8 .nav_tab .nav_item:last-child a {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #fbaf40;
        border-radius: 25px;
        padding: 8px 20px;
        margin-left: 1vw;
        text-transform: capitalize;
    }
    
    .navbar_type8 .logo img {
        width: 100%;
        padding: 30px;
        object-position: left;
        left: 2.5vw;
        transition: all 0.25s ease-in-out;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_mobile {
        display: block;
        background-color: #0d1927;
    }
}

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

/*hp_banner*/

.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: 8.5vw;
    left: 9vw;
    width: 45%;
    text-align: left;
}

.hp_banner_subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #fbaf40;
    line-height: 1.2;
    margin-bottom: 1vw;
    letter-spacing: 3px;
}

.hp_banner_title {
    font-size: 48px;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-top: 0.5vw;
    margin-bottom: 1vw;
    position: relative;
}

.hp_banner_title span {
    color: #fbaf40;
}

.hp_banner_text {
    font-size: 17px;
    font-weight: 200;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 1vw;
    padding: 0vw 6vw 1vw 0vw;
}

.button-group {
    display: flex;
    gap: 18px;
    margin-bottom: 4vw;
}

.n_bannerViewMore {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #fbaf40;
    text-align: center;
    padding: 1%;
    height: 2.5vw;
    width: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #0d1927;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore:hover {
    transform: scale(1.05);
}

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

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

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

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_bannerViewMore img.arrow-icon {
    margin-left: 10px !important;
    margin-right: 0px;
    width: 15px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

.n_bannerViewMore2 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    text-align: center;
    padding: 1%;
    height: 2.5vw;
    width: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore2:hover {
    color: #fff;
    background-color: #fbaf40;
    border: 1px solid #fbaf40;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_bannerViewMore2 {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore2:hover {
    transform: scale(1.05);
}

.n_bannerViewMore2:active {
    transform: scale(0.85);
}

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

.n_bannerViewMore2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_bannerViewMore2 img.arrow-icon {
    margin-left: 10px !important;
    margin-right: 0px;
    width: 15px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore2:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .hp_banner_subtitle {
        font-size: 16px;
        font-weight: 400;
        color: #fbaf40;
        line-height: 1.2;
        margin-bottom: 1vw;
        letter-spacing: 2px;
    }

    .hp_banner_title {
        font-size: 38px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .hp_banner_text {
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.4;
        margin-bottom: 1vw;
        padding: 0vw 0vw 1vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #fbaf40;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        text-align: center;
        padding: 1%;
        height: 3vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_title {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #fbaf40;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 992.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 5.5vw;
        left: 9vw;
        width: 60%;
        text-align: left;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #fbaf40;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 22vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 22vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 6vw;
        left: 9vw;
        width: 85%;
        text-align: left;
    }
    
    .hp_banner_text br {
        display: none;
    }
    
    .hp_banner_text {
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        line-height: 1.4;
        margin-bottom: 2vw;
        padding: 0vw 0vw 1vw 0vw;
    }
    
    .hp_banner_title {
        font-size: 21px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .hp_banner_title br {
        display: none;
    }
    
    .button-group {
        display: flex;
        gap: 8px;
        margin-bottom: 4vw;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #fbaf40;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 42vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 42vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    /*.slider_banner .item>img{*/
    /*    min-height: 500px !important;*/
    /*    object-fit: cover;*/
    /*    padding-top: 160px;*/
    /*    object-position: right;*/
    /*    background-color: #000;*/
    /*}*/
    
    .hp_banner_subtitle {
        font-size: 15px;
        font-weight: 400;
        color: #fbaf40;
        line-height: 1.2;
        margin-bottom: 1vw;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 360.5px) {
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: #fbaf40;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 42vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 42vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_about*/

.hp_about {
    padding: 6.5vw 7.5vw 6.5vw 7.5vw;
    position: relative;
    z-index: 2;
    background-image: url(https://cdn1.npcdn.net/img/1781777494B_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

.hp_about_box {
    padding: 0vw 0vw 0vw 0.5vw;
}

.hp_about .hp_small_title {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    position: relative;
    padding-left: 15px;
    margin-bottom: 1vw;
    letter-spacing: 2px;
}

.hp_about .hp_small_title::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 15px;
}

.hp_about .hp_big_title {
    font-family: 'Poppins', sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_about .hp_big_title span {
    font-size: 33px;
    font-weight: 700;
    color: #fbaf40;
}

.hp_about .hp_keyword {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    color: #333;
    margin-bottom: 0vw;
    line-height: 1.8;
    padding: 1vw 0vw 0vw 0vw;
}

.n_aboutViewMore {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: #fbaf40;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 13.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #0d1927;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

.n_aboutViewMore:hover {
    transform: scale(1.05);
}

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

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

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

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_aboutViewMore img.arrow-icon {
    margin-left: 14px !important;
    margin-right: -20px;
    width: 35px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_aboutViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .n_aboutViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .n_aboutViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 1200.5px){
    .n_aboutViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 18.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .n_aboutViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 992.5px){
    .n_aboutViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 20vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .n_aboutViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 8vw 6vw 8vw 6vw;
        position: relative;
        z-index: 2;
        background-image: url(https://cdn1.npcdn.net/img/1781777494B_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 0vw;
        margin-left: 0vw;
    }
    
    .hp_about_box {
        padding: 4vw 0vw 0vw 0vw;
    }
    
    .hp_about .hp_small_title {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        line-height: 1.2;
        position: relative;
        padding-left: 15px;
        margin-bottom: 1vw;
        letter-spacing: 2px;
    }
    
    .hp_about .hp_big_title {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-weight: 500;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_about .hp_big_title br {
        display: none;
    }
    
    .hp_about .hp_big_title span {
        font-size: 22px;
        font-weight: 700;
        color: #fbaf40;
    }
    
    .hp_about .hp_big_title span br {
        display: none;
    }
    
    .hp_about .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        color: #333;
        margin-bottom: 0vw;
        line-height: 1.8;
        padding: 1vw 0vw 0vw 0vw;
    }
    
    .n_aboutViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .n_aboutViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}


@media screen and (max-width: 360.5px){
    .n_aboutViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .n_aboutViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

/*hp_services*/

.index_wrapper_4 {
    position: relative;
    background-color: #0d1927;
}

.hp_services {
    padding: 7vw 8vw 2vw 8vw;
}

.hp_services .hp_small_title {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    position: relative;
    padding-left: 15px;
    margin-bottom: 1vw;
    letter-spacing: 2px;
}

.hp_services .hp_small_title::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.hp_services .hp_big_title {
    font-family: 'Poppins', sans-serif;
    font-size: 29px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_services .hp_big_title span {
    font-size: 33px;
    font-weight: 700;
    color: #fbaf40;
}

.hp_services .hp_keyword {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0vw;
    line-height: 1.6;
    padding: 1vw 0vw 2vw 0vw;
}

.button-services {
    display: flex;
    justify-content: flex-end;
}

.n_servicesViewMore {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: #fbaf40;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 4vw;
}

.n_servicesViewMore:hover {
    color: #fff;
    background-color: #0d1927;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

.n_servicesViewMore:hover {
    transform: scale(1.05);
}

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

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

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

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_servicesViewMore img.arrow-icon {
    margin-left: 14px !important;
    margin-right: -20px;
    width: 35px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_servicesViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

/*services*/

#main_index .service_type6 .tl-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3em;
    line-height: 1.5em;
    display: none;
}

#main_index .ex_service_typeDark {
    padding: 0vw 8vw 4vw 8vw;
    color: rgba(255, 255, 255, 0.94);
    background: transparent;
}

#main_index .ex_service_typeDark .container, #main_index .ex_service_typeDark .container-lg, #main_index .ex_service_typeDark .container-md, #main_index .ex_service_typeDark .container-sm, #main_index .ex_service_typeDark .container-xl {
    max-width: 1440px;
}

#main_index .ex_service_typeDark .service-tile {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    background: transparent;
    border: 0px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.35);
    min-height: 350px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

#main_index .ex_service_typeDark .tile-media {
    position: absolute;
    inset: 0;
    background: transparent;
}

#main_index .ex_service_typeDark .tile-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

#main_index .ex_service_typeDark .tile-info {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 22px 30px;
    border-radius: 0px;
    border: 0px solid rgba(255, 255, 255, 0.14);
    background: #fbaf40;
    backdrop-filter: blur(12px);
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

#main_index .ex_service_typeDark .tile-title {
    margin: 0 0 0px 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

#main_index .ex_service_typeDark .tile-cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 17px;
    border-radius: 16px;
    border: 0px solid rgba(255, 255, 255, 0.2);
    background: #fbaf40;
    color: #000;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 0em;
    user-select: none;
    margin-top: 1vw;
}

#main_index .ex_service_typeDark .tile-title::after {
    content: '';
    position: absolute;
    top: 3%;
    right: 5%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background-image: url(https://cdn1.npcdn.net/img/1781835778C_Button.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#main_index .ex_service_typeDark .tile-cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 0.01em;
    user-select: none;
    display: none !important;
}

@media screen and (max-width: 1300.5px){
    .n_servicesViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
    
    .n_servicesViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
    
    #main_index .ex_service_typeDark .tile-title::after {
        content: '';
        position: absolute;
        top: 3%;
        right: 5%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-image: url(https://cdn1.npcdn.net/img/1781835778C_Button.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    #main_index .ex_service_typeDark .tile-title {
        margin: 0 0 0px 0;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
    }
    
    #main_index .ex_service_typeDark .tile-info {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 22px 20px;
        border-radius: 0px;
        border: 0px solid rgba(255, 255, 255, 0.14);
        background: #fbaf40;
        backdrop-filter: blur(12px);
        display: block;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
}

@media screen and (max-width: 1200.5px){
    .n_servicesViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
    
    #main_index .ex_service_typeDark .service-tile {
        position: relative;
        border-radius: 0px;
        overflow: hidden;
        background: transparent;
        border: 0px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.35);
        min-height: 250px;
        transition: transform 0.22s ease, box-shadow 0.22s ease;
    }
    
    #main_index .ex_service_typeDark .tile-title {
        margin: 0 0 0px 0;
        font-size: 11px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
    }
    
    #main_index .ex_service_typeDark .tile-title::after {
        content: '';
        position: absolute;
        top: 3%;
        right: 5%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-image: url(https://cdn1.npcdn.net/img/1781835778C_Button.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1060px) {
    .ex_service_typeDark .tile:nth-child(8n + 1) {
        grid-column: span 4;
    }
    
    .ex_service_typeDark .tile:nth-child(8n + 2) {
        grid-column: span 4;
    }
    
    .ex_service_typeDark .tile:nth-child(8n + 3) {
        grid-column: span 4;
    }
}

@media screen and (max-width: 992.5px){
    .n_servicesViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
    
    .n_servicesViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
    
    #main_index .ex_service_typeDark .tile-title::after {
        content: '';
        position: absolute;
        top: 3%;
        right: 5%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        background-image: url(https://cdn1.npcdn.net/img/1781835778C_Button.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    #main_index .ex_service_typeDark .tile-info {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 22px 25px;
        border-radius: 0px;
        border: 0px solid rgba(255, 255, 255, 0.14);
        background: #fbaf40;
        backdrop-filter: blur(12px);
        display: block;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
    
    #main_index .ex_service_typeDark .tile-title {
        margin: 0 0 0px 0;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
    }
}

@media (min-width: 720px) {
    .ex_service_typeDark .tile:nth-child(6n + 1) {
        grid-column: span 4;
    }
    
    .ex_service_typeDark .tile:nth-child(6n + 2) {
        grid-column: span 4;
    }
    
    .ex_service_typeDark .tile:nth-child(6n + 3) {
        grid-column: span 4;
    }
}

@media screen and (max-width: 767.5px){
    .hp_services {
        padding: 8vw 5vw 6vw 5vw;
    }
    
    .hp_services .hp_small_title {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        position: relative;
        padding-left: 15px;
        margin-bottom: 1vw;
        letter-spacing: 2px;
    }
    
    .hp_services .hp_big_title {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_services .hp_big_title br {
        display: none;
    }
    
    .hp_services .hp_big_title span {
        font-size: 22px;
        font-weight: 700;
        color: #fbaf40;
    }
    
    .hp_services .hp_big_title span br {
        display: none;
    }
    
    .button-services {
        display: flex;
        justify-content: flex-start;
    }
    
    .n_servicesViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 32vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
    
    .n_servicesViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
    
    #main_index .ex_service_typeDark .tile-title::after {
        content: '';
        position: absolute;
        top: 3%;
        right: 5%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        background-image: url(https://cdn1.npcdn.net/img/1781835778C_Button.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    #main_index .ex_service_typeDark .tile-title {
        margin: 0 0 0px 0;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 360.5px){
    .n_servicesViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
    
    .n_servicesViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

/*hp_tag*/

.hp_tag {
    padding: 1vw 2vw 4.5vw 2vw;
    position: relative;
    z-index: 2;
    background-color: #0d1927;
}

.hp_tag .col-5 {
    width: 20%;
    flex: 0 0 20%;
}

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

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

.n_tagIcon {
    perspective: 600px;
}

.n_tagIcon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.n_tagBox:hover .n_tagIcon img {
    transform: rotateY(180deg);
}

.n_tagBox {
    margin-top: 0vw;
    /* padding: 25px 35px 25px 35px; */
    position: relative;
    text-align: center;
    z-index: 1;
    /* overflow: hidden; */
    display: block;
    gap: 20px;
    align-items: center;
}

.n_tagTitle {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    margin-top: 1vw;
    transition: all 0.35s ease;
    position: relative;
}

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

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

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

@media screen and (max-width: 767.5px){
    .hp_tag {
        padding: 3vw 5vw 4vw 5vw;
        position: relative;
        z-index: 2;
        background-color: #0d1927;
    }
    
    .hp_tag .col-5 {
        width: 50%;
        flex: 0 0 50%;
        padding: 15px;
    }
    
    .n_tagTitle {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1.3;
        margin-top: 3vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_tagIcon img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        transition: transform 0.6s ease;
        transform-style: preserve-3d;
    }
}

/*hp_why*/

.hp_why {
    padding: 6.5vw 7.5vw 6.5vw 7.5vw;
    position: relative;
    z-index: 2;
}

.hp_why_box {
    padding: 3vw 0vw 0vw 0vw;
}

.hp_why .hp_small_title {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    position: relative;
    padding-left: 15px;
    margin-bottom: 1vw;
    letter-spacing: 2px;
}

.hp_why .hp_small_title::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 15px;
}

.hp_why .hp_big_title {
    font-family: 'Poppins', sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_why .hp_big_title span {
    font-size: 33px;
    font-weight: 700;
    color: #fbaf40;
}

.hp_why .hp_keyword {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    color: #333;
    margin-bottom: 0vw;
    line-height: 1.8;
    padding: 1vw 0vw 0vw 0vw;
}

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

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

.n_whyBox {
    margin-top: 0vw;
    background-color: #000;
    border-radius: 10px;
    padding: 35px 25px 35px 25px;
    position: relative;
    text-align: left;
    z-index: 1;
    /* overflow: hidden; */
    display: block;
    gap: 20px;
    align-items: center;
    transition: all 0.35s ease;
}

.n_whyBox:hover {
    background-color: #fbaf40;
}

.n_whyIcon {
    position: relative;
    width: 80px;
    height: 80px;
    perspective: 600px;
}

.n_whyIcon img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: contain;
    backface-visibility: hidden;
    transition: all 0.6s ease;
}

.hp_why .icon-1 {
    transform: rotateY(0deg);
    opacity: 1;
}

.hp_why .icon-2 {
    transform: rotateY(180deg);
    opacity: 0;
}

.n_whyBox:hover .icon-1 {
    transform: rotateY(180deg);
    opacity: 0;
}

.n_whyBox:hover .icon-2 {
    transform: rotateY(0deg);
    opacity: 1;
}

.n_whyTitle {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-top: 1.5vw;
    transition: all 0.35s ease;
    position: relative;
}

.n_whyText {
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    line-height: 1.6;
    margin-top: 0.5vw;
    transition: all 0.35s ease;
    position: relative;
    height: 60px;
}

.n_whyBox:hover .n_whyTitle,
.n_whyBox:hover .n_whyText {
    color: #000;
}

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

.hp_why_img .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

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

@media screen and (max-width: 1200.5px){
    .hp_why .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        color: #333;
        margin-bottom: 0vw;
        line-height: 1.8;
        padding: 1vw 0vw 0vw 0vw;
    }
    
    .hp_why .hp_keyword br {
        display: none;
    }
    
    .hp_why .hp_big_title br {
        display: none;
    }
    
    .hp_why .hp_big_title span br {
        display: none;
    }
    
    .n_whyText {
        font-size: 13px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-top: 0.5vw;
        transition: all 0.35s ease;
        position: relative;
        height: auto;
    }
}

@media screen and (max-width: 992.5px){
    .n_whyTitle {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-top: 1.5vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_whyText {
        font-size: 11px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-top: 0.5vw;
        transition: all 0.35s ease;
        position: relative;
        height: 80px;
    }
    
    .hp_why .hp_big_title {
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        font-weight: 500;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_why .hp_big_title span {
        font-size: 29px;
        font-weight: 700;
        color: #fbaf40;
    }
    
    .n_whyIcon {
        position: relative;
        width: 60px;
        height: 60px;
        /* perspective: 600px; */
    }
    
    .n_whyIcon img {
        position: absolute;
        width: 60px;
        height: 60px;
        border-radius: 10px;
        object-fit: contain;
        backface-visibility: hidden;
        transition: all 0.6s ease;
    }
    
    .n_whyTitle {
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-top: 2vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_whyBox {
        margin-top: 0vw;
        background-color: #000;
        border-radius: 10px;
        padding: 25px 20px 25px 20px;
        position: relative;
        text-align: left;
        z-index: 1;
        /* overflow: hidden; */
        display: block;
        gap: 20px;
        align-items: center;
        transition: all 0.35s ease;
    }
}

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 6vw 5vw 8vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_why_box {
        padding: 3vw 0vw 0vw 0vw;
    }
    
    .hp_why .hp_small_title {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        line-height: 1.2;
        position: relative;
        padding-left: 15px;
        margin-bottom: 1vw;
        letter-spacing: 2px;
    }
    
    .hp_why .hp_big_title {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-weight: 500;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_why .hp_big_title br {
        display: none;
    }
    
    .hp_why .hp_big_title span {
        font-size: 22px;
        font-weight: 700;
        color: #fbaf40;
    }
    
    .hp_why .hp_big_title span br {
        display: none;
    }
    
    .hp_why .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        color: #333;
        margin-bottom: 0vw;
        line-height: 1.8;
        padding: 1vw 0vw 0vw 0vw;
    }
    
    .hp_why .hp_keyword br {
        display: none;
    }
    
    .n_whyBox {
        margin-top: 0vw;
        background-color: #000;
        border-radius: 10px;
        padding: 25px 25px 25px 25px;
        position: relative;
        text-align: left;
        z-index: 1;
        /* overflow: hidden; */
        display: block;
        gap: 20px;
        align-items: center;
        transition: all 0.35s ease;
    }
    
    .n_whyIcon img {
        position: absolute;
        width: 60px;
        height: 60px;
        border-radius: 10px;
        object-fit: contain;
        backface-visibility: hidden;
        transition: all 0.6s ease;
    }
    
    .hp_why_box {
        padding: 1vw 0vw 0vw 0vw;
    }
    
    .n_whyTitle {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        transition: all 0.35s ease;
        position: relative;
    }

    .n_whyText {
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-top: 0.5vw;
        margin-bottom: 0vw !important;
        transition: all 0.35s ease;
        position: relative;
        height: auto;
    }
    
    .whyBorder {
        position: relative;
        padding: 10px 15px;
        transition: all 0.35s ease;
    }
    
    .hp_why_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 10px;
        margin-left: 0vw;
    }
}

/*hp_products*/

.index_wrapper_7 {
    position: relative;
}

.index_wrapper_7::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background-color: #0d1927;
}

.hp_products {
    padding: 6vw 8vw 2vw 8vw;
}

.hp_products .hp_small_title {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    position: relative;
    padding-left: 15px;
    margin-bottom: 1vw;
    letter-spacing: 2px;
}

.hp_products .hp_small_title::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.hp_products .hp_big_title {
    font-family: 'Poppins', sans-serif;
    font-size: 29px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_products .hp_big_title span {
    font-size: 33px;
    font-weight: 700;
    color: #fbaf40;
}

.hp_products .hp_keyword {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0vw;
    line-height: 1.6;
    padding: 1vw 0vw 2vw 0vw;
}

.button-products {
    display: flex;
    justify-content: flex-end;
}

.n_productsViewMore {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: #fbaf40;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 4vw;
}

.n_productsViewMore:hover {
    color: #fff;
    background-color: #0d1927;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_productsViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_productsViewMore:hover {
    transform: scale(1.05);
}

.n_productsViewMore:active {
    transform: scale(0.85);
}

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

.n_productsViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_productsViewMore img.arrow-icon {
    margin-left: 14px !important;
    margin-right: -20px;
    width: 35px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_productsViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

/*products*/

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

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .product_img .product_box {
    margin: 15px;
    border: 0px solid transparent;
    background-color: transparent;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
    height: auto;
    flex: 1;
    border-radius: 10px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
    background-color: #fbaf40;
}

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-size: 18px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.productSlider-1 .product_img .product_box h6 a {
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
}

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none !important;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 15px;
}

@media screen and (max-width: 1300.5px){
    .n_productsViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 14vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
    
    .n_productsViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 1200.5px){
    .n_productsViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
}

@media screen and (max-width: 992.5px){
    .n_productsViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 20vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
    
    .n_productsViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
    
    .hp_products .hp_big_title span br {
        display: none;
    }
    
    .hp_products .hp_big_title br {
        display: none;
    }
}

@media screen and (max-width: 767.5px){
    .hp_products {
        padding: 6vw 5vw 2vw 5vw;
    }
    
    .hp_products .hp_small_title {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        position: relative;
        padding-left: 15px;
        margin-bottom: 1vw;
        letter-spacing: 2px;
    }
    
    .hp_products .hp_big_title {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_products .hp_big_title br {
        display: none;
    }
    
    .hp_products .hp_big_title span {
        font-size: 22px;
        font-weight: 700;
        color: #fbaf40;
    }
    
    .hp_products .hp_big_title span br {
        display: none;
    }
    
    .button-products {
        display: flex;
        justify-content: flex-start;
    }
    
    .n_productsViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 37vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
    
    .n_productsViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
    
    .productSlider-1 {
        padding: 0vw 5vw 0vw 5vw;
    }
    
    .productSlider-1 .slick-track .slick-slide {
        margin: 10px 10px;
        height: auto;
        flex: 1;
        border-radius: 10px;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
        background-color: #fbaf40;
    }
    
    .productSlider-1 .product_img .product_box h6 {
        color: #000;
        font-size: 15px;
        font-weight: 600 !important;
        text-transform: uppercase;
    }
    
    .productSlider-1 .product_img .product_box {
        margin: 10px;
        border: 0px solid transparent;
        background-color: transparent;
    }
    
    .index_wrapper_7::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 80%;
        background-color: #0d1927;
    }
}

@media screen and (max-width: 360.5px){
    .n_productsViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 4vw;
    }
    
    .n_productsViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

/*hp_brands*/

.hp_brands {
    padding: 6vw 7.5vw 0vw 7.5vw;
    position: relative;
    z-index: 2;
}

.hp_brands .hp_small_title {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 1vw;
    letter-spacing: 2px;
}

.hp_brands .hp_small_title::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 15px;
}

.hp_brands .hp_small_title::after {
    content: "•";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 15px;
}

.hp_brands .hp_big_title {
    font-family: 'Poppins', sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_brands .hp_big_title span {
    font-size: 33px;
    font-weight: 700;
    color: #fbaf40;
}

/*brands*/

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 1vw 0vw 5vw 0vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    content: '';
    background-image: url();
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
    display: none;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    content: '';
    background-image: url();
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
    display: none;
}

#main_index .hp_photoGallerySlider_type3 .slick-next:before, #main_index .hp_photoGallerySlider_type3 .slick-prev:before {
    opacity: 1;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 7px 10px;
    transition: all 0.7s;
    border-radius: 0px;
}

#main_index .hp_photoGallerySlider_type3 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}

#main_index .hp_photoGallerySlider_type3 .gallery_box {
    width: 75%;
    height: auto;
    position: relative;
    overflow: hidden; 
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
    overflow: hidden;
    background-color: white;
}

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

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

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

@media screen and (max-width: 767.5px){
    .hp_brands {
        padding: 6vw 5vw 0vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_brands .hp_small_title {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        line-height: 1.2;
        position: relative;
        display: inline-block;
        padding: 0 12px;
        margin-bottom: 1vw;
        letter-spacing: 2px;
    }
    
    .hp_brands .hp_big_title {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-weight: 500;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_brands .hp_big_title br {
        display: none;
    }
    
    .hp_brands .hp_big_title span {
        font-size: 22px;
        font-weight: 700;
        color: #fbaf40;
    }
    
    .hp_brands .hp_big_title span br {
        display: none;
    }
}

/*hp_gallery*/

.index_wrapper_9 {
    position: relative;
    background-color: #0d1927;
}

.hp_gallery {
    padding: 5vw 8vw 1vw 8vw;
}

.hp_gallery .hp_small_title {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    position: relative;
    padding-left: 15px;
    margin-bottom: 1vw;
    letter-spacing: 2px;
}

.hp_gallery .hp_small_title::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.hp_gallery .hp_big_title {
    font-family: 'Poppins', sans-serif;
    font-size: 29px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_gallery .hp_big_title span {
    font-size: 33px;
    font-weight: 700;
    color: #fbaf40;
}

.hp_gallery .hp_keyword {
    position: relative;
    font-size: 17px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 0vw;
    line-height: 1.6;
    padding: 2.5vw 0vw 2vw 3vw;
}

/*gallery*/

#main_index .gallery .container, #main_index .gallery .container-lg, #main_index .gallery .container-md, #main_index .gallery .container-sm, #main_index .gallery .container-xl {
    max-width: 1500px;
    width: 100%;
    padding: 0px !important;
}

#main_index .gallery .slick-next, #main_index .gallery .slick-prev {
    display: none !important;
}

#main_index .ws_gallery-2 .img_frame {
    width: 100%;
    padding-top: 400px;
    overflow: hidden;
    border: 0px solid rgba(231, 229, 229, 1);
    position: relative;
}

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

@media screen and (max-width: 1200.5px){
    #main_index .ws_gallery-2 .img_frame {
        width: 100%;
        padding-top: 220px;
        overflow: hidden;
        border: 0px solid rgba(231, 229, 229, 1);
        position: relative;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_gallery {
        padding: 6vw 5vw 4vw 5vw;
    }
    
    .hp_gallery .hp_small_title {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
        position: relative;
        padding-left: 15px;
        margin-bottom: 1vw;
        letter-spacing: 2px;
    }
    
    .hp_gallery .hp_big_title {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_gallery .hp_big_title br {
        display: none;
    }
    
    .hp_gallery .hp_big_title span {
        font-size: 22px;
        font-weight: 700;
        color: #fbaf40;
    }
    
    .hp_gallery .hp_big_title span br {
        display: none;
    }
    
    .hp_gallery .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        margin-bottom: 0vw;
        line-height: 1.6;
        padding: 2.5vw 0vw 2vw 3vw;
    }
    
    .hp_gallery .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        margin-bottom: 0vw;
        line-height: 1.6;
        padding: 2.5vw 0vw 2vw 0vw;
    }
    
    #main_index .ws_gallery-2 .img_frame {
        width: 100%;
        padding-top: 200px;
        overflow: hidden;
        border: 0px solid rgba(231, 229, 229, 1);
        position: relative;
    }
}

/*hp_galleryBtn*/

.hp_galleryBtn {
    padding: 2vw 8vw 4vw 8vw;
}

.button-gallery {
    display: flex;
    justify-content: center;
}

.n_galleryViewMore {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: #fbaf40;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_galleryViewMore:hover {
    color: #fff;
    background-color: #0d1927;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_galleryViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_galleryViewMore:hover {
    transform: scale(1.05);
}

.n_galleryViewMore:active {
    transform: scale(0.85);
}

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

.n_galleryViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_galleryViewMore img.arrow-icon {
    margin-left: 14px !important;
    margin-right: -20px;
    width: 35px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_galleryViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

@media screen and (max-width: 1300.5px){
    .n_galleryViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_galleryViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 1200.5px){
    .n_galleryViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 992.5px){
    .n_galleryViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_galleryViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 767.5px){
    .hp_galleryBtn {
        padding: 2vw 8vw 8vw 8vw;
    }
    
    .button-gallery {
        display: flex;
        justify-content: center;
    }
    
    .n_galleryViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 32vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_galleryViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 360.5px){
    .n_galleryViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_galleryViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 3vw 7.5vw 5vw 7.5vw;
    position: relative;
    z-index: 2;
}

.hp_contact_box {
    padding: 6vw 0vw 0vw 0vw;
}

.hp_contact .hp_small_title {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    position: relative;
    padding-left: 15px;
    margin-bottom: 1vw;
    letter-spacing: 2px;
}

.hp_contact .hp_small_title::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 15px;
}

.hp_contact .hp_big_title {
    font-family: 'Poppins', sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 2vw;
}

.hp_contact .hp_big_title span {
    font-size: 33px;
    font-weight: 700;
    color: #fbaf40;
}

.hp_contact .hp_keyword {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    color: #333;
    margin-bottom: 0vw;
    line-height: 1.8;
    padding: 1vw 0vw 0vw 0vw;
}

.n_contactViewMore {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: #fbaf40;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 11.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_contactViewMore:hover {
    color: #fff;
    background-color: #0d1927;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_contactViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_contactViewMore:hover {
    transform: scale(1.05);
}

.n_contactViewMore:active {
    transform: scale(0.85);
}

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

.n_contactViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_contactViewMore img.arrow-icon {
    margin-left: 14px !important;
    margin-right: -20px;
    width: 35px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_contactViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

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

.hp_contact .contact-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 15px;
    transition: transform 0.3s ease;
}

.hp_contact .contact-icon {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-top: 10px;
    /*padding: 13px; */
    display: flex;
    align-items: center;
    justify-content: center;
     object-fit: contain; 
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.hp_contact .contact-icon img {
    width: 25px;     
    height: auto;
}

.hp_contact .contact-phone {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hp_contact .contact-box:hover .contact-icon {
    transform: scale(1.2) rotate(15deg);
}

@media screen and (max-width: 1300.5px){
    .n_contactViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 12.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .n_contactViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 1200.5px){
    .n_contactViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 992.5px){
    .n_contactViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .n_contactViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 6vw 5vw 8vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_contact_box {
        padding: 6vw 0vw 0vw 0vw;
    }
    
    .hp_contact .hp_small_title {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        line-height: 1.2;
        position: relative;
        padding-left: 15px;
        margin-bottom: 1vw;
        letter-spacing: 2px;
    }
    
    .hp_contact .hp_big_title {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-weight: 500;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 2vw;
    }
    
    .hp_contact .hp_big_title br {
        display: none;
    }
    
    .hp_contact .hp_big_title span {
        font-size: 22px;
        font-weight: 700;
        color: #fbaf40;
    }
    
    .hp_contact .hp_big_title span br {
        display: none;
    }
    
    .hp_contact .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        color: #333;
        margin-bottom: 0vw;
        line-height: 1.8;
        padding: 1vw 0vw 0vw 0vw;
    }
    
    .n_contactViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 32vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .n_contactViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
    
    .hp_contact_box {
        padding: 1vw 0vw 0vw 0vw;
    }
    
    .hp_contact .contact-icon {
        width: 20px;
        height: 20px;
        background: transparent;
        margin-top: 5px;
        /* padding: 13px; */
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: contain;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }
    
    .hp_contact .contact-phone {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1.5;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .hp_contact_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 3vw;
        margin-left: 0vw;
    }
}

@media screen and (max-width: 360.5px){
    .n_contactViewMore {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        background-color: #fbaf40;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .n_contactViewMore img.arrow-icon {
        margin-left: 10px !important;
        margin-right: 0px;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

/*footer*/

.footer_type6 {
    background-color: #0d1927;
    color: white;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer_type6 .title h5 {
    font-weight: 600;
    color: #fbaf40;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

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

.footer_type6 .fa-facebook-f:before {
    content: "\f39e";
    background: #fff;
    font-size: 14px;
    color: #0d1927;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_type6 .fa-tiktok:before {
    content: "\e07b";
    background: #fff;
    font-size: 14px;
    color: #0d1927;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_type6 .social_media a {
    margin-left: 0.5rem;
}

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

@media screen and (max-width: 1200.5px){
    .footer_type6 .logo img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        width: auto;
        max-height: 60px;
    }
    
    .footer_type6 .title {
        min-height: 70px;
        display: flex;
        flex-direction: row;
        position: relative;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 992.5px){
    .footer_type6 .logo img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        width: auto;
        max-height: 40px;
    }
    
    .footer_type6 .title {
        min-height: 50px;
        display: flex;
        flex-direction: row;
        position: relative;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767.5px){
    .footer_type6 .logo img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        width: auto;
        max-height: 80px;
    }
    
    .footer_type6 .title {
        min-height: 90px;
        display: flex;
        flex-direction: row;
        position: relative;
        margin-bottom: 1rem;
    }
}

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