a {
    text-decoration: none !important;
}

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

/*custom nav*/

.d-lg-block.editor{
    padding-bottom: 100px;
}

.custom-nav {
    background: #ebfaff;
    display: flex;
    height: 125px;
    position: fixed;
    z-index: 10;
}

.custom-navlogo {
    flex: 0 0 35%;
    padding: 2px;
    margin-top: 0vw;
    margin-left: 2.5vw;
    z-index: 101;
}

.custom-navlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom-navinfo {
    display: flex;
    flex: 0 1 80%;
    justify-content: flex-end;
    padding-bottom: 80px;
    padding-right: 8vw;
}

.cn-infobox {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    position: relative;
}

.cn-infobox.left-line:not(:last-child)::before {
    display: block;
    content: "";
    width: 1.5px;
    height: 45px;
    background: #ed1c24;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.cn-infobox img {
    width: 21px;
    height: 21px;
    margin-right: 4px;
    padding: 2px;
    background: #005acd;
    border-radius: 50%;
}

.cn-infotext {
    white-space: nowrap;
}

.cn-infotext-1 {
    font-size: 15px;
    font-weight: 500;
    color: #ed1c24;
    margin-bottom: -0.3vw;
}

a.cn-infotext-2 {
    font-size: 12px;
    font-weight: 700;
    color: #4070c4;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a.cn-infotext-2:hover {
    color: #60baec;
}

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

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

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

/*nav*/

.navbar_type8 {
    height: 50px;
    top: 45px;
}

.navbar_type8 .logo {
    display: none;
}

.navbar_type8 .nav_tab {
    flex: 0 0 60%;
    margin-left: auto;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 7vw;
    background: linear-gradient(to right, #59ddfd, #005acd);
    border-radius: 100px 0 0 100px;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    font-weight: 500;
    color: #fff;
    padding: 10px 1vw;
    text-transform: capitalize;
}

html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px 14px;
    text-transform: capitalize;
}

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

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

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

/*dark nav*/

.dark_nav {
    background-color: transparent !important;
    animation: none;
}

/*mobile nav*/

.navbar_mobile .btn-outline-light {
    border-color: #4070c4;
    color: #4070c4;
}

.navbar_mobile {
    /*height: 85px;*/
    background: #fff;
}

.navbar_mobile .logo_img {
    /*max-height: 65px;*/
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1vw;
        font-weight: 500;
        color: #fff;
        padding: 10px 1vw;
        text-transform: capitalize;
    }
    
    .navbar_type8 .nav_tab {
        flex: 0 0 60%;
        margin-left: auto;
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 5vw;
        background: linear-gradient(to right, #59ddfd, #005acd);
        border-radius: 100px 0 0 100px;
    }
    
    html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        padding: 10px 11px;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        padding: 10px 12px;
        text-transform: capitalize;
    }
    
    .navbar_type8 .nav_tab {
        flex: 0 0 50%;
        margin-left: auto;
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 4vw;
        background: linear-gradient(to right, #59ddfd, #005acd);
        border-radius: 100px 0 0 100px;
    }
    
    html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
        font-size: 11px;
        font-weight: 500;
        color: #fff;
        padding: 10px 9px;
        text-transform: capitalize;
    }
}

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

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

/*hp_banner*/

.index_wrapper_2 {
    margin-top: -25px;
    background: linear-gradient(
        to bottom,
        #ebfaff 0%,
        #ebfaff 75%,
        #ffffff 100%
    );
}

.slider_banner,
.slider_banner .slick-list,
.slider_banner .slick-track,
.slider_banner .item {
    /*overflow: visible !important;*/
}

/*.slider_banner {*/
/*    width: 81%;*/
/*    margin-left: auto;*/
/*    border-radius: 25px 25px 25px 25px;*/
/*}*/

/*.slider_banner .item img {*/
/*    width: 100% !important;*/
/*    height: auto !important;*/
/*    padding-left: 20%;*/
/*    border-radius: 35px 0px 0px 35px;*/
/*}*/

.slider_banner .item img {
    width: 100% !important;
    height: auto !important;
    margin-left: auto;
    border-radius: 35px 0px 0px 35px;
    max-width: 80%;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 17.5vw;
    left: 14vw;
    transform: translate(-20%, -50%);
    width: 39%;
    background: linear-gradient(to right, rgba(89, 221, 253, 0.9), rgba(0, 90, 205, 0.9));
    padding: 3vw 3vw 4vw 3vw;
    border-radius: 50px 50px 0px 50px;
}

.n_bannerInnerGroup::after {
    content: '';
    position: absolute;
    bottom: -21px;
    right: 25px;
    width: 10%;
    height: 40%;
    background-image: url(https://cdn1.npcdn.net/img/1768530420a_corner.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.n_bannerTitle {
    font-size: 39px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    margin-top: 0vw;
}

.n_bannerContent {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    padding: 1vw 0vw 1.5vw 0vw;
}

.n_bannerViewMore {
    font-size: 14px;
    font-weight: 700;
    color: #4070c4;
    background-color: #fff;
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 16.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #0059cd;   
    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: 18px !important;
    margin-right: -20px;
    width: 30px !important;
    height: auto !important;
    display: inline-block !important;
    background-color: #0059cd;    
    border-radius: 50%;
    padding: 8px; 
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover img.arrow-icon {
    animation: swing 1s;
    /*filter: brightness(0) invert(1);*/
}

.slider_banner_bullet .slick-dots li button::before {
    color: #4070c4;
    font-size: 28px;
    font-weight: 600;
    font-family: unset;
    width: unset;
    height: unset;
    content: '0';
    opacity: 1;
}

.slider_banner_bullet .slick-dots li button {
    color: #4070c4;
    font-size: 27px;
    font-weight: 600;
    padding-left: 18px;
}

.slider_banner_bullet .slick-dots li.slick-active button::before {
    color: #000891;
    font-size: 35px;
    font-weight: 700;
}

.slider_banner_bullet .slick-dots li.slick-active button {
    color: #000891;
    padding-left: 28px;
    font-size: 35px;
    font-weight: 700;
}

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

.slider_banner_bullet {
    margin-bottom: 0 !important;
}

.slider_banner_bullet .slick-dots li button::after {
    display: none;
}

/*.slider_banner {*/
/*    margin: 0 !important;*/
/*}*/

.slider_banner .slick-dots {
    position: absolute;
    left: 7.5vw;
    bottom: 0vw;
    width: fit-content;
    display: flex;
    align-items: center;
}

.slider_banner .slick-dots::after {
    content: "/ 05";
    color: #7497ac;
    font-size: 16px;
    font-weight: 700;
    margin-left: 32px;
    margin-top: 5px;
}

.slider_banner .slick-dots li button {
    color: #0059cd;    
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: unset;
    height: unset;
    padding: 0;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

.slider_banner .slick-dots li.slick-active button {
    opacity: 1;
}

.slider_banner .slick-dots li button::before {
    font-family: 'Parkinsans', sans-serif;
    content: '0';
    font-size: 32px;
    font-weight: 700;
    color: #0059cd;   
    opacity: 1;
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    line-height: 1.5;
}

.slider_banner .slick-dots li {
    width: unset;
    height: unset;
    margin: 0;
    position: absolute;
    left: -9px;
    top: 43%;
    transform: translate(0, -50%);
    line-height: 1.5;
}

.slider_banner_bullet .slick-dots li {
    transition: all 0.2s ease-in-out;
}

.slider_banner_bullet .slick-dots li.slick-active {
    transform: scale(1.1);
}

.slider_banner_bullet .slick-dots {
    position: absolute;
    bottom: 7vw;
    left: -43vw;
}

@media screen and (max-width: 1300.5px){
    .n_bannerTitle {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #4070c4;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 20.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .n_bannerInnerGroup::after {
        content: '';
        position: absolute;
        bottom: -10px;
        right: 25px;
        width: 10%;
        height: 40%;
        background-image: url(https://cdn1.npcdn.net/img/1768530420a_corner.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1200.5px){
    .slider_banner .slick-dots li button {
        color: #0059cd;    
        font-size: 26px;
        font-weight: 700;
        display: flex;
        align-items: center;
        width: unset;
        height: unset;
        padding: 0;
        opacity: 0;
        transition: all 0.25s ease-in-out;
    }

    .slider_banner .slick-dots li button::before {
        font-family: 'Parkinsans', sans-serif;
        content: '0';
        font-size: 26px;
        font-weight: 700;
        color: #0059cd;   
        opacity: 1;
        position: relative;
        top: unset;
        left: unset;
        width: unset;
        height: unset;
        line-height: 1.5;
    }
    
    .slider_banner .slick-dots li {
        width: unset;
        height: unset;
        margin: 0;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translate(0, -50%);
        line-height: 1.5;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 17.5vw;
        left: 15vw;
        transform: translate(-20%, -50%);
        width: 48%;
        /* background: linear-gradient(to right, #59ddfd, #005acd); */
        background: linear-gradient(to right, rgba(89, 221, 253, 0.9), rgba(0, 90, 205, 0.9));
        padding: 3vw 3vw 4vw 3vw;
        border-radius: 50px 50px 0px 50px;
    }
    
    .n_bannerTitle {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #4070c4;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 25.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
        background: linear-gradient(
            to bottom,
            #ebfaff 0%,
            #ebfaff 75%,
            #ffffff 100%
        );
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 18vw;
        left: 17vw;
        transform: translate(-20%, -50%);
        width: 55%;
        padding: 3vw 5vw 4vw 5vw;
    }
    
    .n_bannerTitle {
        font-size: 23px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin-top: 0vw;
    }
    
    .n_bannerContent {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        padding: 1vw 0vw 1.5vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #4070c4;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 6vw;
        width: 32.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .slider_banner .slick-dots li button {
        color: #0059cd;    
        font-size: 24px;
        font-weight: 700;
        display: flex;
        align-items: center;
        width: unset;
        height: unset;
        padding: 0;
        opacity: 0;
        transition: all 0.25s ease-in-out;
    }

    .slider_banner .slick-dots li button::before {
        font-family: 'Parkinsans', sans-serif;
        content: '0';
        font-size: 24px;
        font-weight: 700;
        color: #0059cd;   
        opacity: 1;
        position: relative;
        top: unset;
        left: unset;
        width: unset;
        height: unset;
        line-height: 1.5;
    }
}

@media screen and (max-width: 767.5px) {
    .n_bannerInnerGroup {
        position: absolute;
        top: 35vw;
        left: 26vw;
        transform: translate(-20%, -50%);
        width: 85%;
        padding: 4vw 6vw 6vw 6vw;
        border-radius: 25px 25px 0px 25px;
    }
    
    .n_bannerInnerGroup br {
        display: none;
    }
    
    .n_bannerTitle {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        line-height: 1.3;
        margin-top: 0vw;
    }
    
    .n_bannerContent {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        padding: 1vw 0vw 1.5vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 13px;
        font-weight: 700;
        color: #4070c4;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 9.5vw;
        width: 54.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .n_bannerInnerGroup::after {
        content: '';
        position: absolute;
        bottom: 8px;
        right: 22px;
        width: 10%;
        height: 40%;
        background-image: url(https://cdn1.npcdn.net/img/1768530420a_corner.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .slider_banner .slick-dots {
        position: absolute;
        left: 4vw;
        bottom: 1vw;
        width: fit-content;
        display: flex;
        align-items: center;
    }
    
    .slider_banner .slick-dots li button {
        color: #0059cd;    
        font-size: 22px;
        font-weight: 700;
        display: flex;
        align-items: center;
        width: unset;
        height: unset;
        padding: 0;
        opacity: 0;
        transition: all 0.25s ease-in-out;
    }

    .slider_banner .slick-dots li button::before {
        font-family: 'Parkinsans', sans-serif;
        content: '0';
        font-size: 22px;
        font-weight: 700;
        color: #0059cd;   
        opacity: 1;
        position: relative;
        top: unset;
        left: unset;
        width: unset;
        height: unset;
        line-height: 1.5;
    }
    
    .slider_banner .slick-dots li {
        width: unset;
        height: unset;
        margin: 0;
        position: absolute;
        left: 7px;
        top: 55%;
        transform: translate(0, -50%);
        line-height: 1.5;
    }
}

@media screen and (max-width: 426px) {
    .n_bannerTitle {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 1.3;
        margin-top: 0vw;
    }
    
    .n_bannerContent {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        padding: 2vw 0vw 2.5vw 0vw;
    }
    
    .n_bannerViewMore img.arrow-icon {
        margin-left: 8px !important;
        margin-right: -20px;
        width: 30px !important;
        height: auto !important;
        display: inline-block !important;
        background-color: #0059cd;
        border-radius: 50%;
        padding: 8px;
        transition: transform 0.3s ease;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 700;
        color: #4070c4;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 10.5vw;
        width: 58.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    /*.n_bannerInnerGroup {*/
    /*    position: absolute;*/
    /*    top: 43vw;*/
    /*    left: 4vw;*/
    /*    transform: translate(-20%, -50%);*/
    /*    width: 95%;*/
        /* background: linear-gradient(to right, #59ddfd, #005acd); */
    /*    background: linear-gradient(to right, rgba(89, 221, 253, 0.9), rgba(0, 90, 205, 0.9));*/
    /*    padding: 6vw 6vw 9vw 6vw;*/
    /*    border-radius: 25px 25px 0px 25px;*/
    /*}*/
    
    /*.n_bannerInnerGroup::after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    bottom: -14px;*/
    /*    right: 17px;*/
    /*    width: 10%;*/
    /*    height: 40%;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1768530420a_corner.png);*/
    /*    background-size: contain;*/
    /*    background-position: center;*/
    /*    background-repeat: no-repeat;*/
    /*}*/
    
    .slider_banner .slick-dots {
        position: absolute;
        left: 1vw;
        bottom: 1vw;
        width: fit-content;
        display: flex;
        align-items: center;
    }
}

/*hp_services*/

.index_wrapper_3 {
    position: relative;
}

.hp_services {
    padding: 6.5vw 6.5vw 1vw 6.5vw;
    position: relative;
    z-index: 0;
}

.hp_services .hp_big_title {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 2vw;
    position: relative;
}

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

.n_servicesViewMore {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(to right, #59ddfd, #005acd);
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.n_servicesViewMore:hover {
    color: #fff;
    background: #0059cd;
    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: 12px !important;
    width: 30px !important;
    height: auto !important;
    display: inline-block !important;
    background-color: #fff;    
    border-radius: 50%;
    padding: 8px; 
    transition: transform 0.3s ease;
}

.n_servicesViewMore:hover img.arrow-icon {
    animation: swing 1s;
    /*filter: brightness(0) invert(1);*/
}

/*products*/

/*.product_cat-3 .row .col-6.col-md-4.mb-3:last-child {*/
/*    display: none;*/
/*}*/

.product_cat-3 .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 25%;
    max-width: 25%;
}

.product_cat-3 {
    padding: 0vw 7vw 0vw 7vw;
}

.product_cat-3 .cat_box .content .content_box {
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.product_cat-3 .cat_box .content .line {
    position: absolute;
    bottom: 0;
    transition: ease-in 0.4s;
    background-color: #60baec;
    height: 5px;
    width: 5%;
    display: none;
}

.product_cat-3 .cat_box .content .content_box .animated-arrow {
    display: inline-block;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
    display: none !important;
}

.product_cat-3 .cat_box .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.1);
    transition: ease-in 0.4s;
}

.product_cat-3 .cat_box .content .content_box::after {
    content: "";
    position: absolute;
    right: 2vw;
    top: 12%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background-image: url(https://cdn1.npcdn.net/img/1768544301b_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product_cat-3 .cat_box .content .content_box {
    position: relative;
    overflow: hidden;
}

.product_cat-3 .cat_box {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
}

.product_cat-3 .cat_box .content .content_box::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 150px;
    height: 150px;
    background: #0059cd;

    -webkit-mask:
        radial-gradient(
            circle 150px at top left,
            transparent 99%,
            #000 100%
        );
    mask:
        radial-gradient(
            circle 150px at top left,
            transparent 99%,
            #000 100%
        );
}

html:lang(ms) .product_cat-3 .cat_box .content h3 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 0vw 4vw 0vw 2vw;
    display: none !important;
}

.product_cat-3 .cat_box .content h2, .product_cat-3 .cat_box .content h3, .product_cat-3 .cat_box .content h4 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 0vw 4vw 0vw 2vw;
}

@media screen and (max-width: 1300.5px){
    .n_servicesViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(to right, #59ddfd, #005acd);
        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: 0vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .hp_services .hp_big_title {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 2vw;
        position: relative;
    }
    
    .product_cat-3 .cat_box {
        position: relative;
        height: 350px;
        width: 100%;
        overflow: hidden;
        border-radius: 25px;
    }
    
    html:lang(ms) .n_servicesViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(to right, #59ddfd, #005acd);
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width: 1200.5px){
    .n_servicesViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(to right, #59ddfd, #005acd);
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 19vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    html:lang(ms) .n_servicesViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(to right, #59ddfd, #005acd);
        text-align: center;
        padding: 1%;
        height: 4.5vw;
        width: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .n_servicesViewMore img.arrow-icon {
        margin-left: 12px !important;
        margin-right: -0.5vw;
        width: 30px !important;
        height: auto !important;
        display: inline-block !important;
        background-color: #fff;
        border-radius: 50%;
        padding: 8px;
        transition: transform 0.3s ease;
    }
    
    .product_cat-3 .cat_box {
        position: relative;
        height: 250px;
        width: 100%;
        overflow: hidden;
        border-radius: 25px;
    }
    
    .product_cat-3 .cat_box .content h2, .product_cat-3 .cat_box .content h3, .product_cat-3 .cat_box .content h4 {
        color: white;
        font-size: 18px;
        font-weight: 600;
        padding: 0vw 5vw 0vw 2vw;
    }
    
    .product_cat-3 .cat_box .content .content_box::after {
        content: "";
        position: absolute;
        right: 1.5vw;
        top: 12%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        background-image: url(https://cdn1.npcdn.net/img/1768544301b_arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_services .hp_big_title {
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 2vw;
        position: relative;
    }
    
    .product_cat-3 .cat_box .content .content_box::before {
        content: "";
        position: absolute;
        bottom: -2px;
        right: -2px;
        width: 150px;
        height: 150px;
        background: #0059cd;
        -webkit-mask: radial-gradient(circle 150px at top left, transparent 99%, #000 100%);
        mask: radial-gradient(circle 150px at top left, transparent 99%, #000 100%);
        z-index: -1;
    }
}

@media screen and (max-width: 992.5px){
    .n_servicesViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(to right, #59ddfd, #005acd);
        text-align: center;
        padding: 1%;
        height: 5.5vw;
        width: 24vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width: 767.5px){
    .hp_services_box {
        display: flex;
        justify-content: flex-start;
    }
    
    .hp_services {
        padding: 5vw 5vw 5vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .n_servicesViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(to right, #59ddfd, #005acd);
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 60vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    html:lang(ms) .n_servicesViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(to right, #59ddfd, #005acd);
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .product_cat-3 .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .product_cat-3 .cat_box {
        position: relative;
        height: 250px;
        width: 100%;
        overflow: hidden;
        border-radius: 25px;
    }
    
    .product_cat-3 .cat_box .content h2, .product_cat-3 .cat_box .content h3, .product_cat-3 .cat_box .content h4 {
        color: white;
        font-size: 19px;
        font-weight: 600;
        padding: 0vw 5vw 0vw 7vw;
    }
    
    .product_cat-3 .cat_box .content .content_box::after {
        content: "";
        position: absolute;
        right: 5vw;
        top: 15%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        background-image: url(https://cdn1.npcdn.net/img/1768544301b_arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .product_cat-3 {
        padding: 0vw 8vw 0vw 8vw;
    }
}

/*hp_about*/

.hp_about {
    padding: 6.5vw 5vw 4.5vw 5vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1768527083c_bg_white.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hp_about_img {
    width: 93%;
    max-width: 150%;
    margin-left: 0vw;
}

.hp_about_right {
    padding: 4vw 5.5vw 0vw 5.5vw;
    background-image: url(https://cdn1.npcdn.net/img/1768548230c-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 2.5vw;
    margin-left: -1vw;
    height: 500px;
    border-radius: 45px;
    overflow: hidden;
}

.hp_about_right::before {
    content: "";
    position: absolute;
    bottom: 2vw;
    right: 2vw;

    width: 55px;
    height: 55px;

    background-image: url("https://cdn1.npcdn.net/img/1768548714c_bg_corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    z-index: 2;
}

.hp_about .hp_big_title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
    padding: 0vw 7.5vw 0vw 0vw;
}

.hp_about .hp_keyword {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.6;
    padding: 1vw 0.5vw 0vw 0vw;
}

.n_aboutViewMore {
    font-size: 14px;
    font-weight: 700;
    color: #4070c4;
    background-color: #fff;
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 24.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #0059cd;   
    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: 18px !important;
    margin-right: -20px;
    width: 30px !important;
    height: auto !important;
    display: inline-block !important;
    background-color: #0059cd;    
    border-radius: 50%;
    padding: 8px; 
    transition: transform 0.3s ease;
}

.n_aboutViewMore:hover img.arrow-icon {
    animation: swing 1s;
    /*filter: brightness(0) invert(1);*/
}

@media screen and (max-width: 1300.5px){
    .hp_about .hp_big_title {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
        padding: 0vw 8.5vw 0vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #4070c4;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 31.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_big_title {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
        padding: 0vw 0.5vw 0vw 0vw;
    }
    
    .hp_about_right {
        padding: 4vw 5vw 5vw 5vw;
        background-image: url(https://cdn1.npcdn.net/img/1768548230c-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 0vw;
        margin-left: 0vw;
        height: auto;
        border-radius: 45px;
        overflow: hidden;
    }
    
    .hp_about .hp_keyword {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.6;
        padding: 1vw 0.5vw 0vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #4070c4;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 38.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .hp_about_right::before {
        content: "";
        position: absolute;
        bottom: 3vw;
        right: 3vw;
        width: 50px;
        height: 50px;
        background-image: url(https://cdn1.npcdn.net/img/1768548714c_bg_corner.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: 2;
    }
}

@media screen and (max-width: 992.5px){
    .n_aboutViewMore {
        font-size: 12px;
        font-weight: 700;
        color: #4070c4;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 4.5vw;
        width: 42.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width: 767.5px){
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin-left: 0vw;
    }
    
    .hp_about {
        padding: 6vw 5vw 4.5vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1768527083c_bg_white.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .hp_about_right {
        padding: 7vw 5vw 17vw 5vw;
        background-image: url(https://cdn1.npcdn.net/img/1768548230c-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-left: 0vw;
        height: auto;
        border-radius: 25px;
        overflow: hidden;
        width: 92%;
        margin: 0 auto;
        margin-top: 3vw;
    }
    
    .n_aboutViewMore {
        font-size: 12px;
        font-weight: 700;
        color: #4070c4;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 76.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .n_aboutViewMore img.arrow-icon {
        margin-left: 7px !important;
        margin-right: -20px;
        width: 30px !important;
        height: auto !important;
        display: inline-block !important;
        background-color: #0059cd;
        border-radius: 50%;
        padding: 8px;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 426px) {
    .n_aboutViewMore {
        font-size: 10px;
        font-weight: 700;
        color: #4070c4;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 76.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}

/*hp_brands*/

.hp_brands {
    padding: 3.5vw 0vw 0vw 6.5vw;
    position: relative;
    z-index: 0;
}

.hp_brands_box {
    margin-top: -3vw;
}

.hp_brands .hp_big_title {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 2vw;
    position: relative;
}

.sec3_bottom_box {
    margin-top: 25px;
}

.imageMarquee {
    height: 200px;
    background-image: url('https://cdn1.npcdn.net/img/1768535168d_running_logo.jpg');
    background-repeat: repeat-x;
    background-size: auto 65%;
    animation: imageMovement 40s linear infinite;
}

@keyframes imageMovement {
    100% {
        background-position-x: -5976px;
    }
}

@media screen and (max-width: 1300.5px){
    .hp_brands .hp_big_title {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 2vw;
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_brands .hp_big_title {
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 2vw;
        position: relative;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_brands {
        padding: 2vw 0vw 0vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .hp_brands .hp_big_title {
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 3vw;
        position: relative;
    }
    
    .imageMarquee {
        height: 133px;
        background-image: url(https://cdn1.npcdn.net/img/1768535168d_running_logo.jpg);
        background-repeat: repeat-x;
        background-size: auto 65%;
        animation: imageMovement 40s linear infinite;
    }
}

/*hp_gallery*/

#main_index .hp_photoGallerySlider_type4 .pt-5, #main_index .hp_photoGallerySlider_type4  .py-5 {
    padding-top: 0rem !important;
}

#main_index .hp_photoGallerySlider_type4 .card {
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-track {
    display: flex !important;
    margin: 0px !important;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed button.slick-arrow.slick-next {
    display: none !important;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed button.slick-arrow.slick-prev {
    display: none !important;
}

#main_index .hp_photoGallerySlider_type4 .flix-parents {
    position: relative;
    z-index: 5;
    padding-bottom: 0vw !important;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide .card img {
    height: 250px;
    object-fit: cover;
    border-radius: 25px;
}

#main_index .hp_photoGallerySlider_type4 .flickfeed .slick-slide {
    margin: 5px;
    height: inherit !important;
}

/*#main_index .hp_photoGallerySlider_type4 .flix-parents {*/
/*    overflow: visible;*/
/*}*/

#main_index .hp_photoGallerySlider_type4 .flickfeed .prevslides {
    transform: translateX(-2.95vw);
}

#main_index .hp_photoGallerySlider_type4 .p-4 {
    padding: 0rem !important;
}

/*hp_why*/

.index_wrapper_6 {
    z-index: 0;
}

.index_wrapper_7 {
    position: relative;
    padding: 3vw 0vw 6vw 0vw;
    z-index: 3;
    margin-top: 4vw;
}

.index_wrapper_7::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(https://cdn1.npcdn.net/img/1768546803f_bg_white.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hp_why {
    padding: 6vw 1.5vw 4vw 1.5vw;
    position: relative;
    z-index: 0;
    background-image: url(https://cdn1.npcdn.net/img/1768535670f_bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 91%;
    margin: 0 auto;
    border-radius: 35px;
}

.hp_why .hp_big_title {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 2vw;
    position: relative;
    padding: 0vw 3vw 1.5vw 2vw;
}

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

.n_whyViewMore {
    font-size: 14px;
    font-weight: 700;
    color: #60baec;
    background-color: #fff;
    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: 2vw;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.n_whyViewMore:hover {
    color: #fff;
    background-color: #0059cd;   
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

.n_whyViewMore::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_whyViewMore img.arrow-icon {
    margin-left: 18px !important;
    margin-right: -20px;
    width: 30px !important;
    height: auto !important;
    display: inline-block !important;
    background-color: #0059cd;    
    border-radius: 50%;
    padding: 8px; 
    transition: transform 0.3s ease;
}

.n_whyViewMore:hover img.arrow-icon {
    animation: swing 1s;
    /*filter: brightness(0) invert(1);*/
}

.workBorder {
    padding: 0 12px;
}

.hp_work_image {
    width: 65px;            
    height: 65px;
    border-radius: 50%;       
    background: linear-gradient(to right, #5eb5ea, #4378c8);
    padding: 10px;            
    object-fit: contain;     
    display: block;
    transition: transform 0.3s ease;
}

.hp_work_title {
    position: relative;
    display: block;
    align-items: center;
    padding: 2.5vw 2.5vw 2.5vw 2.5vw;
    gap: 1.5vw;
    background: #F7F7F7;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hp_work_big {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin-top: 3vw;
    margin-bottom: 0.5vw;
}

.hp_work_small {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin-bottom: 0vw;
    line-height: 1.8;
    padding: 0vw 0vw 0vw 0vw;
}

.hp_work_title:hover {
    transform: translateY(8px);
}

.hp_work_title:hover .hp_work_image {
    animation: swingIcon 1s ease-in-out infinite;
}

@keyframes swingIcon {
    0%   { transform: rotate(-5deg); }
    50%  { transform: rotate(5deg); }
    100% { transform: rotate(-5deg); }
}

@media screen and (max-width: 1300.5px){
    .n_whyViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #60baec;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 17.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .hp_why .hp_big_title {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 2vw;
        position: relative;
        padding: 0vw 3vw 1.5vw 2vw;
    }
    
    .hp_work_big {
        font-size: 20px;
        font-weight: 800;
        color: #000;
        margin-top: 3vw;
        margin-bottom: 0.5vw;
        line-height: 1.3;
    }
    
    .hp_work_small {
        font-size: 14px;
        font-weight: 400;
        color: #555;
        margin-bottom: 0vw;
        line-height: 1.5;
        padding: 0vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_whyViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #60baec;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 20.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .hp_why .hp_big_title {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 2vw;
        position: relative;
        padding: 0vw 0vw 1.5vw 2vw;
    }
    
    .hp_work_image {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: linear-gradient(to right, #5eb5ea, #4378c8);
        padding: 8px;
        object-fit: contain;
        display: block;
        transition: transform 0.3s ease;
    }
    
    .hp_work_title {
        position: relative;
        display: block;
        align-items: center;
        padding: 2.5vw 2vw 2.5vw 2vw;
        gap: 1.5vw;
        background: #F7F7F7;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .hp_work_big {
        font-size: 18px;
        font-weight: 800;
        color: #000;
        margin-top: 3vw;
        margin-bottom: 0.5vw;
        line-height: 1.3;
    }
    
    .hp_work_small {
        font-size: 12px;
        font-weight: 400;
        color: #555;
        margin-bottom: 0vw;
        line-height: 1.5;
        padding: 1vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 992.5px){
    .n_whyViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #60baec;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 5.5vw;
        width: 26.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width: 767.5px){
    .hp_why_box {
        display: flex;
        justify-content: flex-start;
    }
    
    .n_whyViewMore {
        font-size: 14px;
        font-weight: 700;
        color: #60baec;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 48vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        margin-bottom: 5vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .workBorder {
        padding: 8px 15px;
    }
    
    .hp_work_title {
        position: relative;
        display: block;
        align-items: center;
        padding: 5vw 5vw 5vw 5vw;
        gap: 1.5vw;
        background: #F7F7F7;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .hp_why {
        padding: 6vw 1.5vw 6vw 1.5vw;
        position: relative;
        z-index: 0;
        background-image: url(https://cdn1.npcdn.net/img/1768535670f_bg.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 85%;
        margin: 0 auto;
        border-radius: 35px;
    }
    
    .hp_why .hp_big_title {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 2vw;
        position: relative;
        padding: 0vw 0vw 1.5vw 2vw;
    }
    
    .hp_work_small {
        font-size: 14px;
        font-weight: 400;
        color: #555;
        margin-bottom: 0vw;
        line-height: 1.5;
        padding: 1vw 0vw 0vw 0vw;
    }
}

@media screen and (max-width: 426px) {
    .n_whyViewMore {
        font-size: 12px;
        font-weight: 700;
        color: #60baec;
        background-color: #fff;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 52vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        margin-bottom: 5vw;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}

/*footer*/

.footer_type6 {
    background-color: transparent;
    background: linear-gradient(to right, #0b326d, #035ac5);
    color: white;
    padding-top: 3.5rem !important;
    padding-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 45px 45px 0px 0px;
}

.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;
}

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

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

@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%;
    }
}
