a {
    text-decoration: none !important;
}

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

.toggle_btn{
    right:45px;
}
.toggle_btn .whatsapp_float_title{
    left: unset;
    right: 85%;
}
@media screen and (max-width: 767.5px){
    .toggle_btn{
        right: 25px;
    }
    .toggle_btn.num1{
        top:80vh;
    }
    .toggle_btn.num2{
        top:70vh;
    }
    .toggle_btn.num3{
        top:60vh;
    }
    .toggle_btn.num4{
        top:50vh;
    }
    .toggle_btn.num5{
        top:40vh;
    }
}

/*search*/

#searchIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.searchWrapper {
    display: flex;
    position: fixed;
    z-index: 999;
    right: calc(15% - 120px);
    top: 42px;
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); */
}

.boxSearch {
    display: none; 
    position: absolute;
    top: 40px;
    left: -205%;
}

.nav_search .search_button {
    background-color: transparent;
    color: #0098ff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}

.nav_search input {
    background: #f0f2f5;
    width: 300px;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 0px 50px 0px 25px;
    border-radius: 0;
    max-height: 45px;
}

.nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid #e0dede;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
}

.nav_search .search_button .fas.fa-search{
    margin-left: 0;
    display: flex;
    color: #0098ff;
    opacity: 0.8;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}

.btnClose{
    display: none;
}

#closeIcon{
    display: none;
}

.searchWrapper i{
    margin-left: 25px;
    font-size: 18px;
    color: #0098ff;
}

.searchWrapper i{
    font-size: 15px;
    color: #0098ff;
    margin-left: 25px;
}

.searchBar {
    width: 100%;
    margin: 0 auto;
}

.searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}

.row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}

.btnSearch{
    cursor: pointer;
}

.searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.searchBar i{
    font-size: 1.2rem;
}

button:focus {
    outline: unset;
}

.searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: none;
}

.boxSearch {
    left: -16vw;
}

.searchWrapper .fa-search:before {
    content: "\f002";
    color: #0098ff;
    border: 2px solid #0098ff;
    border-radius: 50%;
    padding: 6px;
}

.searchWrapper.scrolled i, .searchWrapper.scrolled #searchIcon, .searchWrapper.scrolled #closeIcon {
    color: #fff !important;
    margin-top: -5vw;
    transform: translate(0px, -4px);
}

.searchWrapper.scrolled input {
    color: #fff !important;
}

.searchWrapper i,
#searchIcon,
#closeIcon,
.searchWrapper input {
    transition: color 0.3s ease;
}

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

@media screen and (max-width: 1200.5px){
    .searchWrapper {
        display: flex;
        position: fixed;
        z-index: 999;
        right: calc(17% - 120px);
        top: 42px;
        /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); */
    }
}

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

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

/*navbar*/

.index_wrapper_1 {
    background-color: #eaeff4;
}

.navbar_type8 {
    height: 100px;
    margin-top: 0px;
    background-color: transparent;
}

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

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

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

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

.navbar_type8 .nav_tab > *:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    margin: 0 15px;
    vertical-align: middle;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 15px 27px;
    text-transform: uppercase;
}

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

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

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

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 0px solid #8dc63f;
}

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

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

@media only screen and (min-width: 992px) {
    /* Default home icon */
    .navbar_type8 .nav_tab .nav_item:nth-child(1)::before {
        content: '\f015';
        position: absolute;
        top: 2%;       
        left: 8px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;    
        transition: color 0.3s ease; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(1):hover::before {
        color: #0098ff; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(2)::before {
        content: '\f007';
        position: absolute;
        top: 2%;       
        left: 8px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;    
        transition: color 0.3s ease; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(2):hover::before {
        color: #0098ff; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(3)::before {
        content: '\f468';
        position: absolute;
        top: 2%;       
        left: 8px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;    
        transition: color 0.3s ease; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(3):hover::before {
        color: #0098ff; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(4)::before {
        content: '\f013';
        position: absolute;
        top: 2%;       
        left: 8px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;    
        transition: color 0.3s ease; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(4):hover::before {
        color: #0098ff; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(5)::before {
        content: '\f095';
        position: absolute;
        top: 2%;       
        left: -45%;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;   
        transform: scaleX(-1);
        transition: color 0.3s ease; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(5):hover::before {
        color: #0098ff; 
    }
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        padding: 15px 12px;
        text-transform: uppercase;
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(1)::before {
        content: '\f015';
        position: absolute;
        top: 2%;
        left: -7px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;
        transition: color 0.3s ease;
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(2)::before {
        content: '\f007';
        position: absolute;
        top: 2%;
        left: -4px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;
        transition: color 0.3s ease;
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(3)::before {
        content: '\f468';
        position: absolute;
        top: 2%;       
        left: -4px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;    
        transition: color 0.3s ease; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(4)::before {
        content: '\f013';
        position: absolute;
        top: 2%;       
        left: -4px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;    
        transition: color 0.3s ease; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(5)::before {
        content: '\f095';
        position: absolute;
        top: 2%;       
        left: -52%;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;   
        transform: scaleX(-1);
        transition: color 0.3s ease; 
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 12px;
        font-weight: 700;
        color: #000;
        padding: 15px 7px;
        text-transform: uppercase;
    }
    
    .navbar_type8 .nav_tab {
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 8.5vw;
        flex-wrap: nowrap;
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(1)::before {
        content: '\f015';
        position: absolute;
        top: 3%;
        left: -9px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-size: 12px;
        font-weight: 900;
        color: #444;
        transition: color 0.3s ease;
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(2)::before {
        content: '\f007';
        position: absolute;
        top: 2%;
        left: -9px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;
        transition: color 0.3s ease;
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(3)::before {
        content: '\f468';
        position: absolute;
        top: 2%;       
        left: -9px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;    
        transition: color 0.3s ease; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(4)::before {
        content: '\f013';
        position: absolute;
        top: 2%;       
        left: -9px;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;    
        transition: color 0.3s ease; 
    }
    
    .navbar_type8 .nav_tab .nav_item:nth-child(5)::before {
        content: '\f095';
        position: absolute;
        top: 2%;       
        left: -58%;
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #444;   
        transform: scaleX(-1);
        transition: color 0.3s ease; 
    }
}

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

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

/*hp_banner*/

.index_wrapper_2 {
    background-color: #eaeff4;
    padding: 0vw 3vw 2vw 3vw;
}

.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: 23.5vw;
    right: 2vw;
    transform: translate(0%, -50%);
    width: 40%;
    text-align: left;
    z-index: 1;
}

.n_bannerInnerGroup::after {
    content: "";
    position: absolute;
    top: -14%;
    left: -10%;
    width: 54%;
    height: 57%;
    background-image: url(https://cdn1.npcdn.net/img/1775123746A_BANNER-ELEMENT.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.banner_small_title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.banner_small_title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 360%;
    height: 2px;
    background-color: #fff;
    margin-left: 0px;
}

.banner_big_title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.5vw;
    position: relative;
    text-shadow: 3px 4px 2px rgba(0, 0, 0, 0.7);
}

.banner_keyword {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.8;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9);
    padding: 0vw 1vw 0vw 0vw;
}

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

.n_bannerViewMore {
    display: inline-block;
    padding: 10px 36px;
    color: #fff;
    background-color: #0098ff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    margin-top: 1vw;
    transition: all 0.3s ease;
}

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

.n_bannerViewMore:hover {
    background-color: #17455e;
    color: #fff;
}

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

/*.n_bannerImg {*/
/*    position: absolute;*/
/*    width: 70%;*/
/*    top: 14vw;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    z-index: 0;*/
/*    overflow: hidden !important;*/
/*}*/

.n_bannerImg {
    position: relative;
    width: 95%;
    top: 0vw;
    left: 0%;
    /* transform: translateX(-50%); */
    z-index: 0;
    overflow: hidden !important;
}

.index_wrapper_2 .slick-dots {
    position: absolute;
    bottom: 0px;
    left: 81%;
    transform: translateX(109px);
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
    background: #fff;
    padding: 10px 15px;
}

.index_wrapper_2 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    /*width: 100%;*/
}

.index_wrapper_2 .slick-dots li button::before {
    color: rgba(255, 255, 255, 0.4);
    background-color: #0098ff;
    font-size: 10px;
    border-radius: 30px;
    width: 9px;
    height: 9px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    border: 0px solid #fff;
    content: '';
}

.index_wrapper_2 .slick-dots li {
    margin: 0 6px;
    width: 9px;
    height: 9px;
    transition: all 0.3s ease-in-out;
}

.index_wrapper_2 .slick-dots li button {
    width: 9px;
    height: 9px;
    transition: all 0.3s ease-in-out;
}

.index_wrapper_2 .slick-dots li.slick-active button::before {
    width: 75px;
    background-color: #17455e;
}

.index_wrapper_2 .slick-dots li.slick-active {
    width: 70px;
}

.index_wrapper_2 .slick-dots li.slick-active button {
    width: 55px;
}

.n_bannerGroup .janimate {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
}

.n_bannerGroup .janimate {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
    will-change: transform, opacity;
    backface-visibility: hidden;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-fill-mode: both; /* 🔥 important */
}

@media screen and (max-width: 1300.5px){
    .banner_big_title {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        position: relative;
        text-shadow: 3px 4px 2px rgba(0, 0, 0, 0.7);
    }
    
    .banner_small_title::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        width: 260%;
        height: 2px;
        background-color: #fff;
        margin-left: 0px;
    }
    
    .n_bannerViewMore {
        display: inline-block;
        padding: 10px 30px;
        color: #fff;
        background-color: #0098ff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        position: relative;
        margin-top: 1vw;
        transition: all 0.3s ease;
    }
    
    .n_bannerInnerGroup::after {
        content: "";
        position: absolute;
        top: -14%;
        left: -10%;
        width: 60%;
        height: 53%;
        background-image: url(https://cdn1.npcdn.net/img/1775123746A_BANNER-ELEMENT.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }
    
    .index_wrapper_2 .slick-dots {
        position: absolute;
        bottom: 0px;
        left: 76%;
        transform: translateX(109px);
        display: flex;
        justify-content: center;
        gap: 4px;
        padding: 0;
        margin: 0;
        list-style: none;
        width: auto;
        background: #fff;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 1200.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 23.5vw;
        right: 2vw;
        transform: translate(0%, -50%);
        width: 47%;
        text-align: left;
        z-index: 1;
    }
    
    .index_wrapper_2 .slick-dots {
        position: absolute;
        bottom: 0px;
        left: 71%;
        transform: translateX(109px);
        display: flex;
        justify-content: center;
        gap: 4px;
        padding: 0;
        margin: 0;
        list-style: none;
        width: auto;
        background: #fff;
        padding: 10px 15px;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_2 {
        background-color: #eaeff4;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 40vw;
        right: -4vw;
        transform: translate(0%, -50%);
        width: 90%;
        text-align: left;
        z-index: 1;
    }
    
    .n_bannerInnerGroup::after {
        content: "";
        position: absolute;
        top: -7%;
        left: -9%;
        width: 50%;
        height: 42%;
        background-image: url(https://cdn1.npcdn.net/img/1775123746A_BANNER-ELEMENT.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }
    
    .banner_big_title {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        position: relative;
        text-shadow: 3px 4px 2px rgba(0, 0, 0, 0.7);
    }
    
    .banner_keyword {
        position: relative;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.8;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9);
        padding: 0vw 5vw 1vw 0vw;
    }
    
    .banner_small_title::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 85%;
        transform: translateY(-50%);
        width: 206%;
        height: 2px;
        background-color: #fff;
        margin-left: 0px;
    }
    
    .n_bannerViewMore {
        display: inline-block;
        padding: 10px 28px;
        color: #fff;
        background-color: #0098ff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        margin-top: 1vw;
        transition: all 0.3s ease;
    }
    
    /*.n_bannerImg {*/
    /*    position: absolute;*/
    /*    width: 85%;*/
    /*    top: 41vw;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*    z-index: 0;*/
    /*    overflow: hidden !important;*/
    /*}*/
    
    .index_wrapper_2 .slick-dots {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        gap: 4px;
        padding: 0;
        margin: 0;
        list-style: none;
        width: auto;
        background: #fff;
        padding: 10px 15px;
    }
    
    .n_bannerImg {
        position: relative;
        width: 80%;
        top: 0vw;
        left: 0%;
        /* transform: translateX(-50%); */
        z-index: 0;
        overflow: hidden !important;
    }
}

@media screen and (max-width: 426px) {
    .banner_big_title {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 0.5vw;
        position: relative;
        text-shadow: 3px 4px 2px rgba(0, 0, 0, 0.7);
    }
    
    .banner_small_title {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
        position: relative;
        display: inline-block;
        padding-right: 30px;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.8;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9);
        padding: 0vw 5vw 1vw 0vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 34vw;
        right: -2vw;
        transform: translate(0%, -50%);
        width: 90%;
        text-align: left;
        z-index: 1;
    }
    
    .banner_small_title::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 85%;
        transform: translateY(-50%);
        width: 169%;
        height: 2px;
        background-color: #fff;
        margin-left: 0px;
    }
    
    .n_bannerInnerGroup::after {
        content: "";
        position: absolute;
        top: -9%;
        left: -9%;
        width: 50%;
        height: 44%;
        background-image: url(https://cdn1.npcdn.net/img/1775123746A_BANNER-ELEMENT.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }
    
    .n_bannerViewMore {
        display: inline-block;
        padding: 9px 25px;
        color: #fff;
        background-color: #0098ff;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        position: relative;
        margin-top: 1vw;
        transition: all 0.3s ease;
    }
    
    /*.n_bannerImg {*/
    /*    position: absolute;*/
    /*    width: 85%;*/
    /*    top: 51vw;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*    z-index: 0;*/
    /*    overflow: hidden !important;*/
    /*}*/
}

/*hp_about*/

.hp_about {
    padding: 0vw 0vw 0vw 7.5vw;
    position: relative;
    z-index: 0;
    background-color: #051a2b;
}

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

.about_box {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 5px;
    margin-bottom: 1.5vw;
}

.about_box img {
    width: 40px;
    height: auto;
    margin-bottom: 0px;
}

.hp_about .n_SubHeader {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    margin-top: 0vw;
    margin-bottom: 0vw;
    letter-spacing: 1px;
}

.hp_about .n_Header {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_about .n_Header span {
    color: #0098ff;
}

.hp_about .hp_keyword {
    position: relative;
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.9;
    padding: 1vw 9vw 1.5vw 0vw;
}

.n_aboutViewMore {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: linear-gradient(90deg, #0098ff 0%, #004a99 50%, #00a8ff 100%);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    margin-top: 0vw;
    transition: all 0.3s ease;
}

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

.n_aboutViewMore:hover {
    background: linear-gradient(90deg, #0098ff 0%, #7fcbff 50%, #0098ff 100%);
    color: #fff;
}

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

.hp_about_img {
    width: 110%;
    max-width: 350%;
    margin: 0 auto;
    z-index: -1;
    margin-top: 0vw;
    margin-left: -3.5vw;
    position: relative;
}

.about_overlay {
    position: absolute;
    top: 14%;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.4); */
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    z-index: 10;
    gap: 10px;
}

.about_title {
    font-size: 100px;
    font-weight: 900;
    margin-top: -33px;
}

.about_title span {
    color: #0098ff;
}

.about_text {
    font-size: 28px;
    font-weight: 400;
}

@media screen and (max-width: 1300.5px){
    .hp_about .n_Header {
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_about .hp_keyword {
        position: relative;
        font-size: 13px;
        font-weight: 200;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.9;
        padding: 1vw 4vw 1.5vw 0vw;
    }
    
    .about_title {
        font-size: 75px;
        font-weight: 900;
        margin-top: -25px;
    }
    
    .about_text {
        font-size: 22px;
        font-weight: 400;
    }
    
    .about_overlay {
        position: absolute;
        top: 13%;
        left: -5px;
        width: 100%;
        height: 100%;
        /* background: rgba(0, 0, 0, 0.4); */
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        align-items: flex-start;
        color: #fff;
        z-index: 10;
        gap: 10px;
    }
    
    .hp_about_img {
        width: 110%;
        max-width: 350%;
        margin: 0 auto;
        z-index: -1;
        margin-top: 0vw;
        margin-left: -3vw;
        position: relative;
    }
    
    .n_aboutViewMore {
        display: inline-block;
        padding: 10px 25px;
        color: #fff;
        background: linear-gradient(90deg, #0098ff 0%, #004a99 50%, #00a8ff 100%);
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        margin-top: 0vw;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 1200.5px){
    .about_title {
        font-size: 55px;
        font-weight: 900;
        margin-top: -16px;
    }
    
    .about_text {
        font-size: 20px;
        font-weight: 400;
    }
    
    .about_overlay {
        position: absolute;
        top: 11%;
        left: -5px;
        width: 100%;
        height: 100%;
        /* background: rgba(0, 0, 0, 0.4); */
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        align-items: flex-start;
        color: #fff;
        z-index: 10;
        gap: 10px;
    }
    
    .hp_about .hp_keyword {
        position: relative;
        font-size: 12px;
        font-weight: 200;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.9;
        padding: 1vw 4vw 1.5vw 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
    
    .hp_about_right {
        padding: 0vw 4vw 0vw 4vw;
    }
    
    .hp_about {
        padding: 8vw 5vw 9vw 5vw;
        position: relative;
        z-index: 0;
        background-color: #051a2b;
    }
    
    .hp_about .n_Header {
        font-size: 25px;
        font-weight: 900;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_about .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.9;
        padding: 1vw 0vw 3vw 0vw;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 350%;
        margin: 0 auto;
        z-index: -1;
        margin-top: 5vw;
        margin-left: 0vw;
        position: relative;
    }
    
    .about_title {
        font-size: 40px;
        font-weight: 900;
        margin-top: -9px;
    }
}

/*hp_industry*/

.hp_industry {
    padding: 6vw 7vw 0.5vw 7vw;
    position: relative;
    z-index: 0;
}

.industry_box {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 5px;
    margin-bottom: 1vw;
}

.industry_box img {
    width: 40px;
    height: auto;
    margin-bottom: 0px;
}

.hp_industry .n_SubHeader {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin-top: 0vw;
    margin-bottom: 0vw;
    letter-spacing: 1px;
}

.hp_industry .n_Header {
    font-size: 38px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_industry .n_Header span {
    color: #0098ff;
}

.industry_right {
    padding: 0vw 0vw 0vw 5vw;
    /* margin-right: 1vw; */
}

.hp_industry .hp_keyword {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    margin-bottom: 0;
    line-height: 1.9;
    padding: 0vw 0vw 1vw 0vw;
}

.n_industryViewMore {
    display: inline-block;
    padding: 10px 36px;
    color: #fff;
    background: linear-gradient(90deg, #0098ff 0%, #7fcbff 50%, #0098ff 100%);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    margin-top: 0vw;
    transition: all 0.3s ease;
}

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

.n_industryViewMore:hover {
    background: linear-gradient(90deg, #0098ff 0%, #004a99 50%, #00a8ff 100%);
    color: #fff;
}

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

.n_serviceBox{
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    padding: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.n_serviceBox:hover{
    border: 1px solid #051a2b;
    background-color: #051a2b;
}

.n_serviceBox:hover .n_serviceBoxHeader {
    color: #fff;
}

.n_serviceIcon {
    text-align: center;
}

.n_serviceIcon img {
    width: 100%;
}

.n_serviceBoxHeader {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin-bottom: 1.25rem !important;
}

#n_serviceText {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.n_serviceMoreDetails {
    font-size: 1rem;
    font-weight: 500;
    color: #4d4d4d;
    cursor: pointer;
    margin-bottom: 0;
    /*margin-top: 1rem;*/
}

.n_serviceMoreDetails i {
    padding-left: 5px;
    position: relative;
    transition: transform 0.5s ease;
    transform: translateX(0px);
}

.n_serviceMoreDetails:hover i {
    transform: translateX(10px);
}

.n_serviceMoreDetails:hover {
    color: #fff;
}

/*product_category*/

#main_index .product_cat {
    max-width: 100%;
    padding: 0vw 7.5vw 5vw 7.5vw;
}

#main_index .product_cat figure {
    padding: 20px;
    position: relative;
    width: 100%;
    margin: 0;
    background-color: #eaeff4;
    border: 0px solid #ccc;
    border-radius: 0px;
    display: flex;
    align-items: center;
    gap: 30px;
    transition: all 0.4s ease-in-out;
}

#main_index .product_cat figure:hover {
    background: linear-gradient(90deg, #17455e, #000000);
    border: 0px solid #17455e;
}

#main_index .product_cat figure div {
    display: block;
    background-color: transparent;
    padding: 20px 0 0;
}

#main_index .product_cat figure > div > div {
    padding: 0;
    display: block;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

#main_index .product_cat figure img {
    box-shadow: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    height: 180px;
}

#main_index .product_cat figure:hover img {
  border: 0px solid #ccc;
}

#main_index .product_cat figure div h3 {
    height: auto;
    white-space: normal;
    line-height: 1.25;
    color: #0098ff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0.5vw;
    transition: all 0.4s ease-in-out;
    width: auto;
}

#main_index .product_cat figure:hover div h3 {
    color: #fff;
}

#main_index .product_cat .cat_box {
    min-height: auto;
    margin: 15px 0;
}

#main_index .product_cat figure:hover div {
    animation: unset;
}

/*#main_index .product_cat .cat_box:nth-child(n+6) {*/
/*    display: none;*/
/*}*/

#main_index .product_cat figure div a {
    position: relative;
    float: unset;
    top: unset;
    background-color: transparent;
    color: #000;
    border: 0px solid #023f88;
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 0px;
    padding: 0px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

#main_index .product_cat figure:hover div a {
    color: #fff;
}

#main_index .product_cat figure:hover div a::after {
    transform: translateX(5px);
    color: #fff;               
}

#main_index .product_cat figure div a::after {
    content: ' >>';          
    display: inline-block;
    margin-left: 5px;        
    color: #000;          
    transition: transform 0.3s ease, color 0.3s ease;
}

#main_index .product_cat figure div a:hover::after {
    transform: translateX(5px); 
    color: #fff;             
}

#main_index .product_cat figure:hover div a {
    border: 0px solid #fff;
}

@media screen and (max-width: 1300.5px){
    .hp_industry .n_Header {
        font-size: 30px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_industry .hp_keyword {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        color: #444;
        margin-bottom: 0;
        line-height: 1.9;
        padding: 0vw 0vw 1vw 0vw;
    }
    
    .n_industryViewMore {
        display: inline-block;
        padding: 10px 25px;
        color: #fff;
        background: linear-gradient(90deg, #0098ff 0%, #7fcbff 50%, #0098ff 100%);
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        margin-top: 0vw;
        transition: all 0.3s ease;
    }
    
    #main_index .product_cat figure {
        padding: 20px;
        position: relative;
        width: 100%;
        margin: 0;
        background-color: #eaeff4;
        border: 0px solid #ccc;
        border-radius: 0px;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: all 0.4s ease-in-out;
    }
    
    #main_index .product_cat figure div h3 {
        height: auto;
        white-space: normal;
        line-height: 1.25;
        color: #0098ff;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0.5vw;
        transition: all 0.4s ease-in-out;
        width: auto;
    }
}

@media screen and (max-width: 1200.5px){
    #main_index .product_cat figure {
        padding: 20px;
        position: relative;
        width: 100%;
        margin: 0;
        background-color: #eaeff4;
        border: 0px solid #ccc;
        border-radius: 0px;
        display: flex;
        align-items: center;
        gap: 13px;
        transition: all 0.4s ease-in-out;
    }
    
    #main_index .product_cat figure div h3 {
        height: auto;
        /*white-space: nowrap;*/
        line-height: 1.25;
        color: #0098ff;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 0.5vw;
        transition: all 0.4s ease-in-out;
        width: auto;
    }
    
    #main_index .product_cat figure img {
        box-shadow: none;
        border: 0px solid #ccc;
        border-radius: 0px;
        height: 145px;
    }
    
    #main_index .product_cat figure div a {
        position: relative;
        float: unset;
        top: unset;
        background-color: transparent;
        color: #000;
        border: 0px solid #023f88;
        font-size: 12px !important;
        font-weight: 500;
        border-radius: 0px;
        padding: 0px;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_industry {
        padding: 6vw 5vw 0vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_industry .n_Header {
        font-size: 25px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_industry .n_Header br {
        display: none;
    }
    
    .hp_industry .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 500;
        color: #444;
        margin-bottom: 0;
        line-height: 1.9;
        padding: 0vw 0vw 1vw 0vw;
    }
    
    .industry_right {
        padding: 0vw 0vw 0vw 4vw;
        /* margin-right: 1vw; */
    }
    
    #main_index .product_cat .cat_box {
        min-height: auto;
        margin: 10px 0px;
    }
    
    #main_index .product_cat {
        max-width: 100%;
        padding: 0vw 8vw 5vw 8vw;
    }
    
    #main_index .product_cat figure {
        padding: 20px;
        position: relative;
        width: 100%;
        margin: 0;
        background-color: #eaeff4;
        border: 0px solid #ccc;
        border-radius: 0px;
        display: block;
        align-items: center;
        gap: 13px;
        transition: all 0.4s ease-in-out;
    }
    
    #main_index .product_cat figure img {
        box-shadow: none;
        border: 0px solid #ccc;
        border-radius: 0px;
        height: auto;
    }
    
    #main_index .product_cat figure div h3 {
        height: auto;
        white-space: nowrap;
        line-height: 1.25;
        color: #0098ff;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0.5vw;
        transition: all 0.4s ease-in-out;
        width: auto;
    }
    
    #main_index .product_cat figure div a {
        position: relative;
        float: unset;
        top: unset;
        background-color: transparent;
        color: #000;
        border: 0px solid #023f88;
        font-size: 14px !important;
        font-weight: 500;
        border-radius: 0px;
        padding: 0px;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }
}

/*hp_why*/

.hp_why {
    padding: 6vw 7vw 5.5vw 7vw;
    position: relative;
    z-index: 0;
    background-color: #eaeff4;
}

.hp_why::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13px; 
    background: linear-gradient(90deg, #0098ff 0%, #7fcbff 50%, #0098ff 100%);
    z-index: 1;
}

.why_box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    margin-bottom: 1vw;
}

.why_box img {
    width: 40px;
    height: auto;
    margin-bottom: 0px;
}

.hp_why .n_SubHeader {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin-top: 0vw;
    margin-bottom: 0vw;
    letter-spacing: 1px;
}

.hp_why .n_Header {
    font-size: 38px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 3vw;
}

.hp_why .n_Header span {
    color: #0098ff;
}

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

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

.n_featureIcon img {
    width: 77px;
    height: 77px;
    object-fit: contain;
    background-color: #0098ff; 
    padding: 15px;
    transition: all 0.35s ease;
    margin-top: -50px;
}

.n_featureBox:hover .n_featureIcon img{
    transform: scale(1.2) rotate(12deg);
}

.n_featureBox {
    margin-top: 1rem;
    padding: 20px 30px;
    background: linear-gradient(to right, #17455e, #17455e, #000000);
    position: relative;
    z-index: 1;
    transition: all 0.35s ease;
}

.n_featureBox::before {
    content: "";
    position: absolute;
    top: -62px;
    right: 0;
    /* transform: translateX(-50%); */
    width: 51%;
    height: 51%;
    background-image: url(https://cdn1.npcdn.net/img/1775196017D_WHY-ELEMENT.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.n_featureTitle {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-top: 1vw;
    position: relative;
}

.n_featureText {
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    line-height: 1.4;
    margin-top: 0vw;
}

@media screen and (max-width: 1300.5px){
    .hp_why .n_Header {
        font-size: 30px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 3vw;
    }
    
    .n_featureText br {
        display: none;
    }
    
    .n_featureIcon img {
        width: 65px;
        height: 65px;
        object-fit: contain;
        background-color: #0098ff;
        padding: 12px;
        transition: all 0.35s ease;
        margin-top: -50px;
    }
}

@media screen and (max-width: 1200.5px){
    .n_featureTitle {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin-top: 1vw;
        position: relative;
    }
    
    .n_featureText {
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        line-height: 1.4;
        margin-top: 0vw;
    }
    
    .n_featureBox::before {
        content: "";
        position: absolute;
        top: -52px;
        right: 0;
        /* transform: translateX(-50%); */
        width: 51%;
        height: 51%;
        background-image: url(https://cdn1.npcdn.net/img/1775196017D_WHY-ELEMENT.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 2;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 9vw 5vw 4vw 5vw;
        position: relative;
        z-index: 0;
        background-color: #eaeff4;
    }
    
    .hp_why .n_Header {
        font-size: 25px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 2vw;
    }
    
    .whyBorder {
        position: relative;
        padding: 12px 15px;
        transition: all 0.35s ease;
    }
    
    .n_featureBox {
        margin-top: 1rem;
        padding: 20px 20px;
        background: linear-gradient(to right, #17455e, #17455e, #000000);
        position: relative;
        z-index: 1;
        transition: all 0.35s ease;
    }
    
    .n_featureTitle {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin-top: 2vw;
        position: relative;
    }
    
    .n_featureText {
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.4;
        margin-top: 0vw;
    }
}

/*hp_what*/

.index_wrapper_6 {
    position: relative;
}

.index_wrapper_6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 88%;
    background-color: #051a2b;
} 

.hp_what {
    padding: 6vw 7vw 1vw 7vw;
    position: relative;
    z-index: 0;
}

.what_box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    margin-bottom: 1vw;
}

.what_box img {
    width: 40px;
    height: auto;
    margin-bottom: 0px;
}

.hp_what .n_SubHeader {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-top: 0vw;
    margin-bottom: 0vw;
    letter-spacing: 1px;
}

.hp_what .n_Header {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_what .n_Header span {
    color: #0098ff;
}

/*services*/

.ex_hpservice_slide {
    margin-block: 10px;
    background-color: transparent;
    padding: 0vw 0vw 0vw 0vw;
    /*margin-left: 1vw;*/
}

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

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

.ex_hpservice_slide .fa-chevron-left:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(https://cdn1.npcdn.net/img/1769740800B_Btn_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    /*margin-top: 34vw;*/
    margin-left: -1vw;
    display: none;
}

.ex_hpservice_slide .fa-chevron-right:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-top: 34vw;*/
    margin-right: -1vw;
    display: none;
}

.ex_hpservice_slide .services-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 550px;
}

.ex_hpservice_slide .services-text {
    opacity: 1;
    position: absolute;
    top: 84%;
    width: 100%;
    text-align: left;
    padding: 0 10%;
    z-index: 500;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ex_hpservice_slide .services-text h3.title {
    text-transform: capitalize;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

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

.ex_hpservice_slide .service_btn {
    position: relative;
    padding: 10px 60px 10px 25px;
    background-color: transparent;
    color: #0098ff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0em;
    padding: 0px;
    margin-top: 5px;
    display: inline-block;
}

.ex_hpservice_slide .service_btn::after {
    content: '>';          
    display: inline-block;
    margin-left: 5px;        
    color: #0098ff;        
    transition: transform 0.3s ease, color 0.3s ease;
}

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

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

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

@media screen and (max-width: 1300.5px){
    .hp_what .n_Header {
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .ex_hpservice_slide .services-text h3.title {
        text-transform: capitalize;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }
    
    .ex_hpservice_slide .service_btn {
        position: relative;
        padding: 10px 60px 10px 25px;
        background-color: transparent;
        color: #0098ff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0em;
        padding: 0px;
        margin-top: 5px;
        display: inline-block;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_what {
        padding: 7vw 5vw 2vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_what .n_Header {
        font-size: 25px;
        font-weight: 900;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .ex_hpservice_slide .services-content {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 250px;
    }
    
    .ex_hpservice_slide .services-text h3.title {
        text-transform: capitalize;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0vw !important;
    }
    
    .ex_hpservice_slide .services-text {
        opacity: 1;
        position: absolute;
        top: 75%;
        width: 100%;
        text-align: left;
        padding: 0 8%;
        z-index: 500;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .ex_hpservice_slide .services-text h3.title:after {
        content: '';
        background-color: #fff;
        width: 100%;
        height: 2px;
        display: block;
        margin: 8px auto;
    }
    
    .ex_hpservice_slide .service_btn {
        position: relative;
        padding: 10px 60px 10px 25px;
        background-color: transparent;
        color: #0098ff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0em;
        padding: 0px;
        margin-top: -50px;
        display: inline-block;
    }

    .ex_hpservice_slide {
        margin-block: 10px;
        background-color: transparent;
        padding: 0vw 7vw 0vw 7vw;
        /* margin-left: 1vw; */
        
    }
}

/*hp_contact*/

.index_wrapper_7 {
    padding: 0vw 6vw 6vw 6vw;
    display: none;
}

.hp_contact {
    padding: 5vw 7vw 1.5vw 7vw;
    position: relative;
    z-index: 0;
}

.contact_box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    margin-bottom: 1vw;
}

.contact_box img {
    width: 40px;
    height: auto;
    margin-bottom: 0px;
}

.hp_contact .n_SubHeader {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin-top: 0vw;
    margin-bottom: 0vw;
    letter-spacing: 1px;
}

.hp_contact .n_Header {
    font-size: 38px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_contact .n_Header span {
    color: #0098ff;
}

/*form*/

.ex_hpcontact_formonly {
    margin: 10px 0;
    padding: 0vw 2vw 0vw 1vw;
}

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

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

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

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

.ex_hpcontact_formonly .btn-primary {
    background-color: #0098ff !important;
    border-color: #0098ff !important;
    padding: 8px 25px !important;
    border-radius: 0px !important;
}

.ex_hpcontact_formonly .btn {
    font-size: 0.9rem !important;
    font-weight: 600;
}

.ex_hpcontact_formonly textarea.form-control {
    height: 35px;
}

.index_wrapper_7 .iframe100{
    width:100% !important;
}

@media screen and (max-width: 1300.5px){
    .hp_contact .n_Header {
        font-size: 30px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_contact .n_Header {
        font-size: 25px;
        font-weight: 900;
        color: #000;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .index_wrapper_7 {
        padding: 0vw 1vw 2vw 1vw;
    }
    
    .ex_hpcontact_formonly {
        margin: 10px 0;
        padding: 1vw 11vw 0vw 11vw;
    }
}

/*hp_details*/

.hp_details {
    padding: 2vw 7vw 0vw 7vw;
    position: relative;
    z-index: 0;
    display: none !important;
}

.hp_details::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-color: #eaeff4;
} 

.detailsBorder {
    position: relative;
    padding: 0 10px;
    transition: all 0.35s ease;
}

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

.n_detailsIcon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    transition: all 0.35s ease;
    margin-top: 0px;
}

.n_detailsBox:hover .n_detailsIcon img{
    transform: scale(1.2) rotate(12deg);
}

.n_detailsBox {
    margin-top: 1rem;
    padding: 30px 32px;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.n_detailsBox:hover {
    background: linear-gradient(to right, #17455e, #17455e, #000000);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.n_detailsIcon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.n_detailsTitle {
    font-size: 20px;
    font-weight: 800;
    color: #0098ff;
    margin-top: 0vw;
    margin-bottom: 0vw !important;
    position: relative;
    transition: color 0.35s ease;
}

.n_detailsText {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-top: 1vw;
    margin-bottom: 0vw !important;
    transition: color 0.35s ease;
}

.n_detailsText a {
    color: #000;
    transition: color 0.35s ease;
}

.n_detailsBox:hover .n_detailsTitle,
.n_detailsBox:hover .n_detailsText,
.n_detailsBox:hover .n_detailsText a {
    color: #fff;
}

@media screen and (max-width: 1300.5px){
    .n_detailsBox {
        margin-top: 1rem;
        padding: 30px 25px;
        background: #fff;
        position: relative;
        z-index: 1;
        transition: all 0.35s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .n_detailsTitle {
        font-size: 18px;
        font-weight: 800;
        color: #0098ff;
        margin-top: 0vw;
        margin-bottom: 0vw !important;
        position: relative;
        transition: color 0.35s ease;
    }
    
    .n_detailsText {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        line-height: 1.4;
        margin-top: 1vw;
        margin-bottom: 0vw !important;
        transition: color 0.35s ease;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_details {
        padding: 1vw 5vw 0vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .detailsBorder {
        position: relative;
        padding: 10px 15px;
        transition: all 0.35s ease;
    }
    
    .n_detailsBox {
        margin-top: 0rem;
        padding: 20px 20px;
        background: #fff;
        position: relative;
        z-index: 1;
        transition: all 0.35s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .n_detailsText {
        font-size: 14px;
        font-weight: 500;
        color: #000;
        line-height: 1.4;
        margin-top: 1vw;
        margin-bottom: 0vw !important;
        transition: color 0.35s ease;
    }
    
    .hp_details::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 17%;
        background-color: #eaeff4;
    }
}

/*footer*/

.footer_type6 {
    background-color: #eaeff4;
    color: #000;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 16px solid #0098ff;
}

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

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

.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 .input-container .submit {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #0098ff;
    border: none;
    color: white;
    z-index: 10;
    padding: 15px;
}

.footer_type6 .title h5 {
    font-weight: 800;
    color: #0098ff;;
    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: 65px;
}

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

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

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

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

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

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

/* main_showproducts */
#main_showproducts h1 {
  
    font-size: 20px;
    
}

#main_showproducts h2 {
  
    font-size: 20px;
    
}

#main_showproducts h3 {
  
    font-size: 20px;
    
}
