a {
    text-decoration: none !important;
}

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

/*navbar*/

.navbar_type8 {
    height: 130px;
    margin-top: 0px;
    background: #fff;
}

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

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

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

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

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

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

.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: 4px; 
    background-color: #004fb8;
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

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

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

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

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

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        padding: 15px 15px;
        text-transform: uppercase;
    }
}

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

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

/*hp_banner*/

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

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

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

.n_bannerInnerGroup {
    position: absolute;
    top: 8vw;
    left: 7vw;
    width: 35%;
    text-align: left;
}

/*.hp_banner_subtitle {*/
/*    font-size: 19px;*/
/*    font-weight: 700;*/
/*    color: #004fb8;*/
/*    line-height: 1.2;*/
/*    letter-spacing: 2px;*/
/*    text-transform: uppercase;*/
/*}*/

.hp_banner_subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #004fb8;
    line-height: 1.4;
    letter-spacing: 0px;
}

.hp_banner_title {
    font-size: 40px;
    font-weight: 900;
    color: #0b2a49;
    line-height: 1.1;
    margin-bottom: 3vw;
    padding: 1vw 2vw 0vw 0vw;
    position: relative;
}

.hp_banner_title::after {
    content: "";
    display: block;
    width: 92px;
    height: 3px;
    background-color: #004fb8;
    margin-top: 38px;
}

.button-group {
    display: block;
    gap: 15px;
}

.n_bannerViewMore {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 3.5vw;
}

.n_bannerViewMore:hover {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

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

.n_bannerViewMore img.arrow-icon {
    margin-left: 8px !important;
    width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

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

.n_bannerViewMore2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 1vw;
}

.n_bannerViewMore2:hover {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

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

.n_bannerViewMore2 img.arrow-icon {
    margin-left: 8px !important;
    width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

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

.n_bannerImg {
    position: absolute;
    width: 55%;
    top: 1vw;
    right: 0vw;
    transform: translate(0, 0%);
    z-index: 0;
    overflow: hidden !important;
}

.banner-trust-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    flex-wrap: wrap;
}

.banner-trust-indicator span{
    white-space:nowrap;
}

.n_bannerViewMore i, .n_bannerViewMore2 i {
    font-size: 18px;
    margin-left: 8px;
    line-height: 1;
}

@media screen and (max-width: 1300.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 8vw;
        /*left: 8.5vw;*/
        /*width: 75%;*/
        text-align: left;
    }
    
    .hp_banner_title {
        font-size: 35px;
        font-weight: 900;
        color: #0b2a49;
        line-height: 1.1;
        margin-bottom: 3vw;
        /*padding: 1vw 28vw 0vw 0vw;*/
        position: relative;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_subtitle {
        font-size: 14px;
        font-weight: 700;
        color: #004fb8;
        line-height: 1.2;
        /*letter-spacing: 2px;*/
    }
    
    .hp_banner_title {
        font-size: 30px;
        font-weight: 900;
        color: #0b2a49;
        line-height: 1.1;
        margin-bottom: 3vw;
        /*padding: 1vw 28vw 0vw 0vw;*/
        position: relative;
    }

    .banner-trust-indicator {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-top: 5px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        flex-wrap: wrap;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 5vw;
        left: 7.5vw;
        width: 86%;
        text-align: left;
    }
    
    .hp_banner_subtitle {
        font-size: 13px;
        font-weight: 700;
        color: #004fb8;
        line-height: 1.2;
        letter-spacing: 1px;
    }
    
    .hp_banner_subtitle br {
        display: none;
    }
    
    .hp_banner_title {
        font-size: 23px;
        font-weight: 900;
        color: #0b2a49;
        line-height: 1.1;
        margin-bottom: 2vw;
        padding: 0vw 0vw 0vw 0vw;
        position: relative;
    }
    
    .hp_banner_title br {
        display: none;
    }
    
    .hp_banner_title::after {
        content: "";
        display: block;
        width: 92px;
        height: 3px;
        background-color: #004fb8;
        margin-top: 12px;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 62%;
        top: auto;
        bottom: 5%;
        right: 0vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .banner-trust-indicator {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        margin-top: 5px;
        font-size: 10px;
        font-weight: 500;
        color: #000;
        flex-wrap: nowrap;
    }
    
    .n_bannerViewMore {
        font-size: 13px;
    }
    
    .n_bannerViewMore2 {
        font-size: 13px;
    }
}

@media screen and (max-width: 450px) {
    .n_bannerImg {
        position: absolute;
        width: 62%;
        top: auto;
        bottom: 10%;
        right: 0vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .banner-trust-indicator {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        margin-top: 5px;
        font-size: 9px;
        font-weight: 500;
        color: #000;
        flex-wrap: nowrap;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 3vw;
        left: 7.5vw;
        width: 86%;
        text-align: left;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
    }
    
    .n_bannerViewMore i, .n_bannerViewMore2 i {
        font-size: 14px;
        margin-left: 7px;
        line-height: 1;
    }
}

@media screen and (max-width: 360.5px) {
    .n_bannerImg {
        position: absolute;
        width: 63%;
        top: auto;
        bottom: 7%;
        right: 0vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .banner-trust-indicator {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        margin-top: 5px;
        font-size: 7px;
        font-weight: 500;
        color: #000;
        flex-wrap: nowrap;
    }
}

/*hp_about*/

.hp_about {
    padding: 6.5vw 0vw 7vw 10vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1779436970about-us_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0.5vw;
}

.about_right {
    padding: 0px;
}

.about_box {
    position: relative;
    padding: 5.5vw 5vw 5.5vw 8vw;
    background-color: #fff;
}

.hp_about .n_Header {
    font-size: 34px;
    font-weight: 900;
    color: #0b2a49;
    margin-top: 0vw;
    margin-bottom: 2vw;
    line-height: 1.1;
    position: relative;
    text-transform: uppercase !important;
}

.hp_about .n_Header span{
    color: #004fb8;
}

.hp_about .n_Header::after {
    content: "";
    display: block;
    width: 92px;
    height: 3px;
    background-color: #004fb8;
    margin-top: 16px;
}

.hp_about .n_aboutText {
    font-size: 17px;
    font-weight: 400;
    color: #0b2a49;
    line-height: 1.7;
    padding: 0vw 4vw 2vw 0vw;
}

.n_aboutViewMore {
    font-size: 16px;
    font-weight: 600;
    color: #0b2a49;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 1.5vw;
}

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

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

.n_aboutViewMore img.arrow-icon {
    margin-left: 8px !important;
    width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

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

@media screen and (max-width: 1300.5px){
    .hp_about .n_aboutText {
        font-size: 15px;
        font-weight: 400;
        color: #0b2a49;
        line-height: 1.7;
        padding: 0vw 4vw 2vw 0vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 7vw 7vw 7vw 7vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1779436970about-us_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 0vw;
    }
    
    .about_box {
        position: relative;
        padding: 6vw 6vw 6vw 6vw;
        background-color: #fff;
    }
    
    .hp_about .n_Header {
        font-size: 26px;
        font-weight: 900;
        color: #0b2a49;
        margin-top: 0vw;
        margin-bottom: 3vw;
        line-height: 1.1;
        position: relative;
    }
    
    .hp_about .n_Header br {
        display: none;
    }
    
    .hp_about .n_aboutText {
        font-size: 15px;
        font-weight: 400;
        color: #0b2a49;
        line-height: 1.7;
        padding: 0vw 0vw 2vw 0vw;
    }
}

/*hp_industry*/

.hp_industry {
    padding: 4vw 5vw 3vw 5vw;
    position: relative;
    z-index: 1;
}

.hp_industry_box {
    position: relative;
    text-align: center;
}

.hp_industry_box::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 26%;
    width: 7%;
    height: 3px;
    background: #004fb8;
}

.hp_industry_box::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 26%;
    width: 7%;
    height: 3px;
    background: #004fb8;
}

.hp_industry .title_big {
    font-size: 34px;
    font-weight: 900;
    color: #0b2a49;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
}

.hp_industry .title_small {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

/*category*/

#main_index .product_cat-3 {
    padding: 0vw 5vw 0vw 5vw;
}

.product_cat-3 .cat_box img {
    width: 100%;
    height: 100%;
    height: 250px;
    /*object-fit: contain;*/
    margin: 0;
    /*padding: 20px 15px 0;*/
}

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

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

.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: relative;
  top: unset;
  left: unset;
  transform: unset;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: transparent;
  transition: none;
}

.product_cat-3 .cat_box .content h2, .product_cat-3 .cat_box .content h3, .product_cat-3 .cat_box .content h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.product_cat-3 .cat_box .content h3 {
    display: none;
}

.product_cat-3 .cat_box:hover img {
    transform: none !important;
}

.product_cat-3 .cat_box:hover .content {
    background-color: rgba(0, 0, 0, 0.2);
    background-color: transparent;
}

.product_cat-3 .cat_box {
    position: relative;
    width: 100%;
    overflow: visible;
    background-color: #fff;
    height: auto;
}

.product_cat-3 .cat_box .content .content_box {
    position: relative;
    /* padding: 20px 5vw 5px 20px; */
}

.product_cat-3 .cat_box .content h2, .product_cat-3 .cat_box .content h3, .product_cat-3 .cat_box .content h4 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

@media screen and (max-width: 1300.5px){
    .hp_industry_box::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 23%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .hp_industry_box::after {
        content: "";
        position: absolute;
        top: 35px;
        right: 23%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_industry_box::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 19%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .hp_industry_box::after {
        content: "";
        position: absolute;
        top: 35px;
        right: 19%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_industry {
        padding: 5vw 5vw 5vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_industry .title_big {
        font-size: 26px;
        font-weight: 900;
        color: #0b2a49;
        line-height: 1.2;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
    }
    
    .hp_industry .title_small {
        font-size: 15px;
        font-weight: 600;
        color: #555;
        line-height: 1.3;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 0vw 7vw 0vw 7vw;
    }
    
    .hp_industry_box::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 0%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .hp_industry_box::after {
        content: "";
        position: absolute;
        top: 35px;
        right: 0%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    #main_index .product_cat-3 {
        padding: 0vw 5vw 0vw 7vw;
    }
    
    .product_cat-3 .cat_box img {
        width: 100%;
        height: 100%;
        height: auto; 
        /* object-fit: contain; */
        margin: 0;
        /* padding: 20px 15px 0; */
    }
}

@media screen and (max-width: 360.5px) {
    .hp_industry_box::before {
        content: "";
        position: absolute;
        top: 35px;
        left: -4%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .hp_industry_box::after {
        content: "";
        position: absolute;
        top: 35px;
        right: -4%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
}

/*hp_why*/

.hp_why {
    padding: 2vw 7vw 5vw 7vw;
    position: relative;
    z-index: 1;
}

.hp_why_box {
    position: relative;
    text-align: center;
}

.hp_why_box::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 30%;
    width: 7%;
    height: 3px;
    background: #004fb8;
}

.hp_why_box::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 30%;
    width: 7%;
    height: 3px;
    background: #004fb8;
}

.hp_why .title_big {
    font-size: 34px;
    font-weight: 900;
    color: #0b2a49;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
}

.hp_why .title_small {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 3vw;
}

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

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

.n_whyIcon {
    perspective: 600px;
}

.n_whyIcon {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.n_whyIcon img {
    width: 100px;
    height: 100px;
    margin-top: -15%;
    background: #fff;
    object-fit: contain;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.n_whyBox:hover .n_whyIcon img {
    transform: rotateY(180deg);
}

.n_whyBox {
    margin-top: 2vw;
    padding: 0px 35px 25px 35px;
    background: #fff;
    border: 3px solid #d1d1d1;
    border-radius: 15px;
    position: relative;
    text-align: left;
    z-index: 1;
    /* overflow: hidden; */
    transition: all 0.35s ease;
}

.n_whyBox:hover {
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.n_whyTitle {
    font-size: 20px;
    font-weight: 700;
    color: #004fb8;
    margin-top: 0.5vw;
    transition: all 0.35s ease;
    position: relative;
}

.n_whyText {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
    margin-top: 1vw;
    margin-bottom: 0vw;
    height: 95px;
    transition: all 0.35s ease;
}

@media screen and (max-width: 1300.5px){
    .n_whyIcon img {
        width: 80px;
        height: 80px;
        margin-top: -15%;
        background: #fff;
        object-fit: contain;
        transition: transform 0.6s ease;
        transform-style: preserve-3d;
    }
    
    .n_whyBox {
        margin-top: 2vw;
        padding: 0px 25px 25px 25px;
        background: #fff;
        border: 3px solid #d1d1d1;
        border-radius: 15px;
        position: relative;
        text-align: left;
        z-index: 1;
        /* overflow: hidden; */
        transition: all 0.35s ease;
    }
    
    .n_whyTitle {
        font-size: 18px;
        font-weight: 700;
        color: #004fb8;
        margin-top: 0.5vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_whyText {
        font-size: 13px;
        font-weight: 500;
        color: #000;
        line-height: 1.6;
        margin-top: 1vw;
        margin-bottom: 0vw;
        transition: all 0.35s ease;
    }
    
    .hp_why_box::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 27%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .hp_why_box::after {
        content: "";
        position: absolute;
        top: 35px;
        right: 27%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_why_box::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 24%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .hp_why_box::after {
        content: "";
        position: absolute;
        top: 35px;
        right: 24%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .n_whyText {
        font-size: 13px;
        font-weight: 500;
        color: #000;
        line-height: 1.6;
        margin-top: 1vw;
        margin-bottom: 0vw;
        height: 125px;
        transition: all 0.35s ease;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_whyIcon img {
        width: 70px;
        height: 70px;
        margin-top: 0%;
        background: #fff;
        object-fit: contain;
        transition: transform 0.6s ease;
        transform-style: preserve-3d;
    }
    
    .n_whyIcon {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .n_whyBox {
        margin-top: 0vw;
        padding: 15px 25px 25px 25px;
        background: #fff;
        border: 3px solid #d1d1d1;
        border-radius: 15px;
        position: relative;
        text-align: left;
        z-index: 1;
        /* overflow: hidden; */
        transition: all 0.35s ease;
    }
    
    .hp_why_box::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 4%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .hp_why_box::after {
        content: "";
        position: absolute;
        top: 35px;
        right: 4%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .hp_why .title_big {
        font-size: 26px;
        font-weight: 900;
        color: #0b2a49;
        line-height: 1.2;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0.5vw;
    }
    
    .whyBorder {
        position: relative;
        padding: 15px 5px;
        transition: all 0.35s ease;
    }
    
    .hp_why {
        padding: 2vw 7vw 0vw 7vw;
        position: relative;
        z-index: 1;
    }
    
    .n_whyText {
        font-size: 14px;
        font-weight: 500;
        color: #000;
        line-height: 1.6;
        margin-top: 1vw;
        margin-bottom: 0vw;
        height: auto;
        transition: all 0.35s ease;
    }
}

/*hp_faq*/

.hp_faq {
    padding: 1vw 7vw 12vw 7vw;
    position: relative;
}

.faq_right {
    padding: 0px;
}

.faq_box {
    position: relative;
    padding: 5vw 5vw 5vw 5vw;
    background-color: #f2f2f2;
    margin-top: 4.5vw;
}

.hp_faq .n_Header {
    font-size: 34px;
    font-weight: 900;
    color: #0b2a49;
    margin-top: 0vw;
    margin-bottom: 2vw;
    line-height: 1.1;
    position: relative;
    text-transform: uppercase !important;
}

.hp_faq .n_Header span{
    color: #004fb8;
}

.hp_faq .n_Header::after {
    content: "";
    display: block;
    width: 92px;
    height: 3px;
    background-color: #004fb8;
    margin-top: 16px;
}

.hp_faq .n_faqText {
    font-size: 18px;
    font-weight: 400;
    color: #0b2a49;
    line-height: 1.7;
    padding: 0vw 4vw 0vw 0vw;
}

.n_faqViewMore {
    font-size: 16px;
    font-weight: 600;
    color: #0b2a49;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 1.5vw;
}

.n_faqViewMore:hover {
    color: #0b2a49;
    background-color: transparent;
    text-decoration: none;
}

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

.n_faqViewMore img.arrow-icon {
    margin-left: 8px !important;
    width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

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

.hp_faq_img {
    width: 120%;
    max-width: 150%;
    margin: 0 auto;
    z-index: -1;
    margin-top: 0vw;
    margin-left: -8vw;
    position: relative;
}

/*faq*/

.faq_question {
    font-weight: bold;
    font-size: 18px;
}

.faq_details .card-body {
    line-height: 30px;
    margin-left: 30px;
    font-size: 16px;
}

.faq_details .collapse,
.faq_details .collapsed {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media screen and (max-width: 1300.5px){
    .hp_faq .n_faqText br {
        display: none;
    }
    
    .faq_box {
        position: relative;
        padding: 3vw 3vw 3vw 3vw;
        background-color: #f2f2f2;
        margin-top: 3.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .faq_box {
        position: relative;
        padding: 3vw 3vw 3vw 3vw;
        background-color: #f2f2f2;
        margin-top: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_faq {
        padding: 0vw 4vw 8vw 4vw;
        position: relative;
    }
    
    .hp_faq_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: -1;
        margin-top: 0vw;
        margin-left: 0vw;
        position: relative;
    }
    
    .faq_right {
        padding: 15px;
    }
    
    .hp_faq .n_Header {
        font-size: 26px;
        font-weight: 900;
        color: #0b2a49;
        margin-top: 0vw;
        margin-bottom: 3vw;
        line-height: 1.1;
        position: relative;
    }
    
    .faq_box {
        position: relative;
        padding: 5vw 5vw 5vw 5vw;
        background-color: #f2f2f2;
        margin-top: 0vw;
    }
    
    .hp_faq .n_faqText {
        font-size: 15px;
        font-weight: 400;
        color: #0b2a49;
        line-height: 1.7;
        padding: 0vw 0vw 0vw 0vw;
    }
}

/*hp_testimonial*/

.hp_testimonial {
    padding: 5vw 5vw 2vw 5vw;
    position: relative;
    z-index: 1;
}

.hp_testimonial_box {
    position: relative;
    text-align: center;
}

.hp_testimonial_box::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 32%;
    width: 7%;
    height: 3px;
    background: #004fb8;
}

.hp_testimonial_box::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 32%;
    width: 7%;
    height: 3px;
    background: #004fb8;
}

.hp_testimonial .title_big {
    font-size: 34px;
    font-weight: 900;
    color: #0b2a49;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
}

.hp_testimonial .title_small {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

/*testimonials*/

#main_index .hp_testimonials {
    color: white;
    padding: 0vw 11vw 7.5vw 11vw;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card .icon {
    flex: 0 1 100%;
    position: relative;
    height: 0px;
    padding-bottom: 180px;
    overflow: hidden;
    display: none;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card h6 {
    color: #0b2a49;
    display: none;
}

#main_index .hp_testimonials .testimonials_box .testimonials_card .content, .hp_testimonials .testimonials_box .testimonials_card .name {
    flex: 0 1 100%;
    font-size: 15px;
    font-weight: 400;
}

#main_index .hp_testimonials q {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

#main_index .hp_testimonials .slick-prev::before, #main_index .hp_testimonials .slick-next::before {
    text-shadow: 0 0 0px black !important;
}

#main_index .hp_testimonials .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f104";
    color: #000;
}

#main_index .hp_testimonials .slick-prev {
    left: -1vw;
    z-index: 10;
}

#main_index .hp_testimonials .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    color: #000;
}

#main_index .hp_testimonials .slick-next {
    right: -1vw;
}

@media screen and (max-width: 1300.5px){
    .hp_testimonial_box::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 30%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .hp_testimonial_box::after {
        content: "";
        position: absolute;
        top: 35px;
        right: 30%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_testimonial_box::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 28%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .hp_testimonial_box::after {
        content: "";
        position: absolute;
        top: 35px;
        right: 28%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_testimonial .title_big {
        font-size: 26px;
        font-weight: 900;
        color: #0b2a49;
        line-height: 1.2;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 0vw;
    }
    
    .hp_testimonial_box::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 6%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .hp_testimonial_box::after {
        content: "";
        position: absolute;
        top: 35px;
        right: 6%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    #main_index .hp_testimonials {
        color: white;
        padding: 0vw 8vw 5vw 8vw;
    }
    
    #main_index .hp_testimonials .testimonials_box {
        width: 100%;
        padding: 15px 25px;
    }
}

@media screen and (max-width: 767.5px) {
    .hp_testimonial_box::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 2%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
    
    .hp_testimonial_box::after {
        content: "";
        position: absolute;
        top: 35px;
        right: 2%;
        width: 7%;
        height: 3px;
        background: #004fb8;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 4.5vw 0vw 3.5vw 0vw;
    position: relative;
    background-color: #0b2a49;
}

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

.contact_box {
    position: relative;
    padding: 0.5vw 2vw 5vw 8vw;
}

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

.hp_contact .n_Header::before {
    content: "";
    display: block;
    width: 45%;
    height: 2px;
    background: #fff;
    margin-bottom: 30px;
}

.hp_contact .n_contactText {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    line-height: 1.8;
}

.contact_button {
    display: inline-block;
    margin-top: 3vw;
}

.contact_button img {
    width: 200px;
    height: auto;
}

.contact_box2 {
    position: relative;
    padding: 1.8vw 1vw 1.8vw 1vw;
    background-color: #004fb8;
    width: 93%;
    margin-left: auto;
    margin-right: -1vw;
    margin-top: -3vw;
}

.hp_contact .n_contactText2 {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 1px;
}

@media screen and (max-width: 1300.5px){
    .hp_contact .n_contactText br {
        display: none;
    }
    
    .hp_contact .n_contactText2 {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
        letter-spacing: 1px;
    }
    
    .hp_contact .n_Header {
        font-size: 38px;
        font-weight: 900;
        color: #fff;
        margin-top: 0vw;
        margin-bottom: 1vw;
        line-height: 1.2;
        position: relative;
    }
    
    .contact_button {
        display: inline-block;
        margin-top: 2vw;
    }
    
    .contact_button img {
        width: 170px;
        height: auto;
    }
    
    .contact_box2 {
        position: relative;
        padding: 1.8vw 1vw 1.8vw 1vw;
        background-color: #004fb8;
        width: 93%;
        margin-left: auto;
        margin-right: -1.5vw;
        margin-top: -3vw;
    }
}

@media screen and (max-width: 1200.5px){
    .contact_box {
        position: relative;
        padding: 0.5vw 2vw 5vw 6vw;
    }
    
    .hp_contact .n_contactText {
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.8;
    }
    
    .hp_contact .n_Header::before {
        content: "";
        display: block;
        width: 45%;
        height: 2px;
        background: #fff;
        margin-bottom: 18px;
    }
    
    .contact_button img {
        width: 145px;
        height: auto;
    }
    
    .contact_button {
        display: inline-block;
        margin-top: 1vw;
    }
    
    .hp_contact .n_contactText2 {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
        letter-spacing: 1px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 0vw;
        margin-left: 0vw;
    }
    
    .hp_contact {
        padding: 8vw 4vw 8vw 4vw;
        position: relative;
        background-color: #0b2a49;
    }
    
    .contact_box {
        position: relative;
        padding: 5vw 0vw 5vw 0vw;
    }
    
    .hp_contact .n_Header {
        font-size: 28px;
        font-weight: 900;
        color: #fff;
        margin-top: 0vw;
        margin-bottom: 2vw;
        line-height: 1.2;
        position: relative;
    }
    
    .hp_contact .n_Header br {
        display: none;
    }
    
    .contact_button {
        display: inline-block;
        margin-top: 3vw;
    }
    
    .contact_button img {
        width: 150px;
        height: auto;
    }
    
    .contact_box2 {
        position: relative;
        padding: 3vw 3vw 3vw 3vw;
        background-color: #004fb8;
        width: 100%;
        margin-left: auto;
        margin-right: 0vw;
        margin-top: 0vw;
    }
}

/*footer*/

.footer_type9 {
    color: #333;
    padding-top: 4rem !important;
    overflow: hidden !important;
}

.footer_type9 .bg_dark {
    color: #000;
    background-color: #fff;
}

.footer_type9 .copy_right {
    font-size: 13px;
    color: #000;
}

.footer_type9 .text-light {
    color: #000 !important;
}

.footer_type9 .line {
    border-right: 2px solid #0b2a49;
}

.footer_type9 .sub_title p {
    font-size: 1.3rem;
    font-weight: 800 !important;
    color: #000;
    align-self: end;
    margin-bottom: 0;
}

.footer_type9 .text {
    color: #000 !important;
    font-size: 16px;
}

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

.footer_type9 .nav_item li a::after {
    content: '/';
    position: absolute;
    padding: 0 15px;
    right: 0;
    top: 0;
    color: #000;
}

.footer_type9 .mb-3 .text {
    color: #000 !important;
    font-size: 16px;
    margin-left: 38px;
}

.footer_type9 .w-100 {
    width: 100% !important;
    margin-left: 38px;
}

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

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


/*///CONTENT USE///*/

.ws_contactusUpdown .inquiry_card {
    display: none;
}

.ws_contactusUpdown .icon-box {
    display: none;
}

.toggle_btn {
    position: fixed;
    top: 75vh;
    bottom: 23px;
    right: 140px;
    z-index: 2100;

    display: flex;
    justify-content: center;
}
