body {
    background-color: #000;
}

p, h1, h2, h3, h4, h5, h6, b span, i, li, small{
    color: #fff !important;
}

p, h1, h2, h3, h4, h5, span, i, small{
    color: #fff !important;
}

#main_ourproducts i{
    color:#000;
}
#main_ourproducts input::placeholder{
    color:#fff;
}
#main_contactus input::placeholder{
    color:#000;
    opacity:0.6;
}

.breadcrumb_b ol li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb_b ol li:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin: 5px;
    color: #fff;
}

.ai_image_search .icon-btn img {
    width: 24px;
    height: 24px;
    color: #fff;
    filter: brightness(0) invert(1);
}

.list-group-item.active {
    color: #fff !important;
    text-decoration: underline;
    font-weight: bold;
    font-size: 115%;
    background-color: rgba(255, 255, 255, 0.3) !important;
    border: 3px solid rgba(255, 255, 255, 0.3) !important;
}

#main_terms .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background: #000;
}

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

#main_ourproducts i{
    color:#000;
}
#main_ourproducts input::placeholder{
    color:#fff;
}
#main_contactus input::placeholder{
    color:#000;
    opacity:0.6;
}

.page_title b {
    font-size: 1.75rem;
    position: relative;
    color: #fff;
}

a {
    text-decoration: none !important;
}

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

/*hp_top*/

.hp_top_ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 1001;
    top: 39px;
    right: 6%;
}

#main_index .hp_top_ul {
    top: 39px;
}

.hp_top_ul li {
    margin-right:0.5rem;
}

.hp_top_icon {
    width:20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition:0.25s all linear;
}

#main_index .hp_top_icon {
    width:20px;
    object-fit: contain;
    filter: brightness(0) invert(0);
    transition:0.25s all linear;
}

.hp_top_icon:hover {
    transform:scale(0.95);
}

.hp_top_sticky-menu {
    top: 39px;
    filter: brightness(0) invert(0);
    /*animation: 1s fadeInDown;*/
}

#main_index .hp_top_sticky-menu {
    top: 39px;
    filter: brightness(0) invert(0);
    /*animation: 1s fadeInDown;*/
}

@keyframes blinker {
    0%{opacity:0;}
    100%{opacity:1}
}

@media screen and (max-width: 1300.5px) {
    .hp_top_sticky-menu {
        top: 43px;
        filter: brightness(0) invert(0);
        /*animation: 1s fadeInDown;*/
    }
    
    #main_index .hp_top_sticky-menu {
        top: 45px;
        filter: brightness(0) invert(0);
        /*animation: 1s fadeInDown;*/
    }
}

@media screen and (max-width: 1200.5px) {
    .hp_top_icon {
        width: 15px;
        object-fit: contain;
        transition: 0.25s all linear;
    }
}

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

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

/*navbar*/

/*.navbar_type8 {*/
/*    height: 140px;*/
/*    margin-top: 0px;*/
/*    background: #fff;*/
/*}*/
#top_spacing{
    background-color:transparent;
}

#top_spacing {
    position: relative;
    height: 100px !important;
    width: 100%;
}

.page_title {
    font-size: 1.75rem;
    margin-bottom: 15px;
    margin-top: 100px;
}


.navbar_type8 {
    height: 100px;
    background: transparent;
}

#main_index .navbar_type8 {
    height: 100px;
    background: #fff;
}

/*.navbar_type8 .logo img {*/
/*    width: 100% !important;*/
/*    padding: 15px;*/
/*    object-fit: contain;*/
/*    height: auto;*/
/*    background: transparent;*/
/*    border-radius: 0px;*/
/*}*/

.navbar_type8 .logo img {
    width: 100% !important;
    padding: 10px;
    object-fit: contain;
    height: 100%;
    background: transparent;
    border-radius: 0px;
}

#main_index .navbar_type8 .logo img {
    width: 100% !important;
    padding: 10px;
    object-fit: contain;
    /*height: 8vw;*/
    height: 100%;
    background: #fff;
    border-radius: 0px 0px 30px 30px;
}

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    padding: 10px 23px;
    text-transform: capitalize;
}

#main_index .navbar_type8 .nav_tab .nav_item a {
    color: #000 !important;
}

/*#main_index .navbar_type8 .nav_tab .nav_item a {*/
/*    color: #fff;*/
/*}*/

/*#main_index .navbar_type8 .nav_tab .nav_item a:hover {*/
/*    color: #0f5fa9;*/
/*}*/

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

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

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

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

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

/*.navbar_type8.navbar_height.dark_nav {*/
/*   background: rgba(255, 255, 255, 0.9) !important;*/
   /*display: none;*/
/*}*/

.dark_nav {
    /* background-color: rgba(0, 0, 0, 0.8) !important; */
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: #fff !important;
    /*animation: 1s fadeIn;*/
    top: 0;
    left: 0;
    height: 100px;
    /*animation: 1s fadeInDown; */
    opacity: 0.7;
    /*opacity: 1 !important;*/
    animation:unset;
}

#main_index .dark_nav {
    /* background-color: rgba(0, 0, 0, 0.8) !important; */
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: #fff !important;
    /*animation: 1s fadeIn;*/
    top: 0;
    left: 0;
    height: 100px;
    /*animation: 1s fadeInDown; */
    opacity: 0.7;
    /*opacity: 1 !important;*/
    animation:unset;
}

#main_index .navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #000;
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #000 !important;
}

.dark_nav .logo img {
    height: 100%;
    padding: 10px;
}

#main_index .dark_nav .logo img {
    height: 100%;
    padding: 10px;
}

#main_index .navbar_type8.dark_nav .logo img {
    width: 100% !important;
    padding: 10px;
    object-fit: contain;
    height: 100%;
    background: transparent;
    border-radius: 0px 0px 30px 30px;
}

/*#main_index .navbar_type8.navbar_height.dark_nav {*/
/*   background: rgba(255, 255, 255, 0.9) !important;*/
/*   height: 140px;*/
/*}*/

/*#main_index .navbar_type8.navbar_height.dark_nav .nav_tab .nav_item a {*/
/*    color: #000;*/
/*}*/

/*#main_index .navbar_type8.navbar_height.dark_nav .logo img {*/
/*    width: 100% !important;*/
/*    padding: 15px;*/
/*    height: auto;*/
/*    background: transparent;*/
/*}*/

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: #ccc !important;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    z-index: 1;
    background-color: #ccc !important;
    top: 30px;
    border: none;
    -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

#main_index .navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: #ccc !important;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #000 !important;
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        font-weight: 300;
        /*color: #000;*/
        padding: 10px 18px;
        text-transform: capitalize;
    }
    
    #main_index .navbar_type8.navbar_height.dark_nav {
        background: #fff !important;
        height: 110px;
    }
    
    .navbar_type8 {
        height: 110px;
        margin-top: 0px;
        /*background: #fff;*/
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Oswald', sans-serif;
        font-size: 14px;
        font-weight: 300;
        /*color: #000;*/
        padding: 10px 13px;
        text-transform: capitalize;
    }
    
    #main_index .navbar_type8 .logo img {
        width: 100% !important;
        padding: 8px;
        object-fit: contain;
        height: 9vw;
        background: #fff;
        border-radius: 0px 0px 30px 30px;
    }
    
    .navbar_type8 .nav_tab {
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 11.5vw;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_type8 {
        display: none;
    }
    
    .navbar_mobile {
        background-color: #fff;
    }
    
    .navbar_mobile .btn-outline-light {
        border-color: #0f5fa9;
        color: #0f5fa9;
    }
    
    .fa-bars:before {
        content: "\f0c9";
        color: #0f5fa9;
    }
    
    #top_spacing {
        position: relative;
        height: 80px !important;
    }

}

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

/*hp_banner*/

.index_wrapper_2 {
    margin-top: 0px;
}

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

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
    height: 780px;
    margin-top: -780px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
}

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

.n_bannerInnerGroup {
    position: absolute;
    /*top: 25vw;*/
    left: 10vw;
    width: 50%;
    text-align: left;
}

.banner-wording-box {
    /*margin: 15rem 0 0;*/
    
    position: relative;
    height: 780px;
    margin-top: -980px;
    left: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
}

.banner_big_title {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1vw;
    line-height: 1.0;
}

.banner_big_title span {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 45px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1vw;
}

.banner_keyword {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
}

.button_banner {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 2vw;
}

.n_bannerViewMore {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    background-color: #0f5fa9;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3.2vw;
    width: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #2d78be;
    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_bannerViewMore2 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    background-color: #0f5fa9;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3.2vw;
    width: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore2:hover {
    color: #fff;
    background-color: #2d78be;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

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

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes clipReveal {
    from {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
    }
}

@keyframes rotateInDepth {
    from {
        opacity: 0;
        transform: perspective(800px) rotateX(-60deg) translateY(20px);
        transform-origin: top;
    }
    to {
        opacity: 1;
        transform: perspective(800px) rotateX(0deg) translateY(0);
    }
}

@keyframes blurZoomFocus {
    from {
        opacity: 0;
        transform: scale(1.15);
        filter: blur(12px);
    }
    to {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

@keyframes slideSkew {
    from {
        opacity: 0;
        transform: translateX(-25px) skewX(-6deg);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateX(0) skewX(0deg);
        filter: blur(0);
    }
}

@keyframes lineReveal {
    from {
        opacity: 0;
        transform: translateY(100%);
        clip-path: inset(100% 0 0 0);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes elasticSlide {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    60% {
        transform: translateX(8px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.n_bannerInnerGroup .janimate {
    opacity: 0;
}

@media screen and (max-width: 1300.5px){
    .banner-wording-box {
        /* margin: 15rem 0 0; */
        position: relative;
        height: 780px;
        margin-top: -880px;
        left: 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 100px;
    }
}

@media screen and (max-width: 1200.5px){
    .banner_big_title {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 45px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 2vw;
        line-height: 1.1;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
    }
    
    /*.banner_keyword br {*/
    /*    display: none;*/
    /*}*/
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 16vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 16vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .banner-wording-box {
        /* margin: 15rem 0 0; */
        position: relative;
        height: 780px;
        margin-top: -780px;
        left: 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 100px;
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 25vw;
        left: 9vw;
        width: 85%;
        text-align: left;
    }
    
    .banner_big_title {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 32px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 2vw;
        line-height: 1.0;
    }
    
    .banner_big_title span {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 2vw;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
    }
    
    .button_banner {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 3vw;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .banner-wording-box {
        /* margin: 15rem 0 0; */
        position: relative;
        height: 320px;
        margin-top: -320px;
        left: 8vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0px;
        width: 85%;
    }
    
    .banner_keyword br {
        display: none;
    }
}

@media screen and (max-width: 428px) {
    .button_banner {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 3vw;
    }
}

/*hp_about*/

.hp_about {
    padding: 7.5vw 7vw 8vw 7vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1776959396B_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_about .hp_big_title {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 50px;
    font-weight: 500;
    color: #0f5fa9;
    margin-bottom: 1vw;
    line-height: 1.0;
}

.hp_about .hp_keyword {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
    padding: 0.5vw 21vw 2vw 21vw;
}

.about_button {
    display: flex;
    justify-content: center;
}

.n_aboutViewMore {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    background-color: #0f5fa9;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3.2vw;
    width: 13.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #2d78be;
    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%;
  }
}

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

@media screen and (max-width: 1200.5px){
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
        padding: 0.5vw 9vw 2vw 9vw;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 7vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1776959396B_background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_about .hp_big_title {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 35px;
        font-weight: 500;
        color: #0f5fa9;
        margin-bottom: 3vw;
        line-height: 1.0;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
        padding: 0.5vw 0vw 3vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

/*hp_why*/

.hp_why {
    padding: 4vw 12vw 2vw 12vw;
    position: relative;
    background-color: #000;
}

.hp_why .hp_big_title {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 50px;
    font-weight: 500;
    color: #0f5fa9;
    margin-bottom: 1vw;
    line-height: 1.0;
}

.hp_why .hp_keyword {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
    padding: 0.5vw 18vw 1vw 18vw;
}

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

.whyBorder {
    padding: 15px 15px;
}

.why_icon {
    width: 65px;
    margin: 0 auto;
    margin-bottom: 0.5vw;
}

.why_box:hover .why_icon {
    animation: 1s swing;
}

.why_box:hover .why_icon {
    animation: swing 1s ease;
    animation-fill-mode: both;
}

.hp_why .subtitle_all {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    line-height: 1.3;
    margin-top: 2vw;
}

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

@media screen and (max-width: 1200.5px){
    .hp_why .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
        padding: 0.5vw 9vw 1vw 9vw;
    }
    
    .hp_why {
        padding: 4vw 9vw 2vw 9vw;
        position: relative;
        background-color: #000;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        background-color: #000;
    }
    
    .hp_why .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
        padding: 0.5vw 0vw 1vw 0vw;
    }
    
    .hp_why .hp_big_title {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 35px;
        font-weight: 500;
        color: #0f5fa9;
        margin-bottom: 3vw;
        line-height: 1.0;
    }
    
    .hp_why .subtitle_all {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        line-height: 1.3;
        margin-top: 2vw;
    }
    
    .hp_why .subtitle_all br {
        display: none;
    }
}

/*hp_idea*/

.hp_idea {
    padding: 1vw 11vw 6vw 11vw;
    position: relative;
    background-color: #000;
}

.hp_idea .hp_big_title {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 50px;
    font-weight: 500;
    color: #0f5fa9;
    margin-bottom: 4vw;
    line-height: 1.0;
}

.hp_idea .ideaBorder {
    position: relative;
    transition: all 0.3s ease;
}

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

.hp_idea .idea_box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1;
}

.idea_box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -19%;
    transform: translateY(-50%);
    width: 195px;
    height: 195px;
    border-radius: 50%;
    border: 2px solid #0f5fa9;
    z-index: -1;
}

.hp_idea .idea_box2 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1;
}

.idea_box2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -19%;
    transform: translateY(-50%);
    width: 195px;
    height: 195px;
    border-radius: 50%;
    background: #0f5fa9;
    border: 2px solid #0f5fa9;
    z-index: -1;
}

.hp_idea .ideaBottom {
    margin-top: 120px;
}

.hp_idea .idea_numbers {
    font-family: 'Oswald', sans-serif;
    font-size: 120px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    margin-top: 0vw;
}

.hp_idea .idea_title {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.hp_idea .idea_text {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    line-height: 1.3;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

@media screen and (max-width: 1300.5px){
    .hp_idea .idea_numbers {
        font-family: 'Oswald', sans-serif;
        font-size: 100px;
        font-weight: 400;
        color: #fff;
        line-height: 1.3;
        margin-top: 0vw;
    }
    
    .hp_idea .idea_title {
        font-family: 'Oswald', sans-serif;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .hp_idea .idea_title br {
        display: none;
    }
    
    .hp_idea .idea_text {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        line-height: 1.3;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    .hp_idea .idea_text br {
        display: none;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_idea {
        padding: 1vw 9vw 6vw 9vw;
        position: relative;
        background-color: #000;
    }
    
    .hp_idea .hp_big_title {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 40px;
        font-weight: 500;
        color: #0f5fa9;
        margin-bottom: 4vw;
        line-height: 1.0;
    }
    
    .hp_idea .ideaBottom {
        margin-top: 0px;
    }
    
    .hp_idea .idea_numbers {
        font-family: 'Oswald', sans-serif;
        font-size: 56px;
        font-weight: 400;
        color: #fff;
        line-height: 1.3;
        margin-top: 1.5vw;
    }
    
    .hp_idea .ideaBorder {
        position: relative;
        padding: 15px 15px;
        transition: all 0.3s ease;
    }
    
    .idea_box::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -4%;
        transform: translateY(-50%);
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 2px solid #0f5fa9;
        z-index: -1;
    }
    
    .idea_box2::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -4%;
        transform: translateY(-50%);
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #0f5fa9;
        border: 2px solid #0f5fa9;
        z-index: -1;
    }
    
    .hp_idea .idea_box {
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
        z-index: 1;
        margin-left: 10px;
    }
    
    .hp_idea .idea_box2 {
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
        z-index: 1;
        margin-left: 10px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_idea {
        padding: 1vw 5vw 6vw 5vw;
        position: relative;
        background-color: #000;
    }
    
    .hp_idea .hp_big_title {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 35px;
        font-weight: 500;
        color: #0f5fa9;
        margin-bottom: 4vw;
        line-height: 1.0;
    }
}

@media screen and (max-width: 428px) {
    .hp_idea .hp_big_title {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 34px;
        font-weight: 500;
        color: #0f5fa9;
        margin-bottom: 4vw;
        line-height: 1.0;
    }
}

/*hp_built*/

.hp_built {
    padding: 11vw 18vw 11vw 18vw;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(https://cdn1.npcdn.net/img/1776998993E_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_built .hp_big_title {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2vw;
    line-height: 1.0;
}

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

.builtBorder {
    padding: 15px 15px;
}

.built_icon {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 0.5vw;
}

.built_box:hover .built_icon {
    animation: 1s swing;
}

.built_box:hover .built_icon {
    animation: swing 1s ease;
    animation-fill-mode: both;
}

.hp_built .subtitle_all {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    line-height: 1.3;
    margin-top: 1vw;
}

@media screen and (max-width: 1300.5px){
    .hp_built {
        padding: 11vw 9vw 11vw 9vw;
        position: relative;
        background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(https://cdn1.npcdn.net/img/1776998993E_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_built {
        padding: 6vw 5vw 2vw 5vw;
        position: relative;
        background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(https://cdn1.npcdn.net/img/1776998993E_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_built .hp_big_title {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 35px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 2vw;
        line-height: 1.0;
    }
    
    .hp_built .subtitle_all {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        line-height: 1.3;
        margin-top: 1vw;
    }
    
    .hp_built .subtitle_all br {
        display: none;
    }
}

/*hp_space*/

.hp_space {
    padding: 5vw 9vw 2vw 9vw;
    position: relative;
    background-color: #000;
}

.hp_space .hp_big_title {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 50px;
    font-weight: 500;
    color: #0f5fa9;
    margin-bottom: 4vw;
    line-height: 1.0;
}

.hp_space_content {
    margin-bottom: 3vw;
}

.hp_space_img {
    width: 98%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-left: 0vw;
    border-radius: 25px;
}

.hp_space_img img {
    border-radius: 25px;
}

.hp_space_box2 {
    padding: 4vw 0vw 0vw 10vw;
}

.hp_space_box3 {
    padding: 4vw 0vw 0vw 5.5vw;
}

.hp_space .space_title {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1vw;
    line-height: 1.0;
}

.hp_space .hp_keyword {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
}

.n_spaceViewMore {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    background-color: #0f5fa9;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3.2vw;
    width: 20.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_spaceViewMore:hover {
    color: #fff;
    background-color: #2d78be;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

.n_spaceViewMore::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%;
  }
}

@media screen and (max-width: 1300.5px){
    .hp_space .hp_keyword {
        font-size: 17px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
    }
    
    .hp_space .hp_keyword br {
        display: none;
    }
}

@media screen and (max-width: 1200.5px){
    .n_spaceViewMore {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_space {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        background-color: #000;
    }
    
    .hp_space .hp_big_title {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 35px;
        font-weight: 500;
        color: #0f5fa9;
        margin-bottom: 4vw;
        line-height: 1.0;
    }
    
    .hp_space_content {
        margin-bottom: 0vw;
    }
    
    .hp_space_box2 {
        padding: 4vw 0vw 5vw 0vw;
    }
    
    .hp_space_box3 {
        padding: 4vw 0vw 5vw 0vw;
    }
    
    .hp_space .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-top: 2vw !important;
        margin-bottom: 2vw;
        line-height: 1.3;
    }
    
    .n_spaceViewMore {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 55vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 428px) {
    .n_spaceViewMore {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 60vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
}

/*hp_confidence*/

.hp_confidence {
    padding: 0vw 10vw 5vw 10vw;
    position: relative;
    background-color: #000;
}

.hp_confidence .hp_big_title {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 50px;
    font-weight: 500;
    color: #0f5fa9;
    margin-bottom: 4vw;
    line-height: 1.0;
}

.confidence_img {
    display: flex;
    justify-content: center;
    width: 170%;
    max-width: 250%;
    margin: 0 auto;
    margin-left: -125px;
}

/*.confidence_img img {*/
    
/*}*/

.confidence_box {
    padding: 20px 20px 50px 20px;
    margin-top: -30px;
}

.confidenceContent {
    padding: 1vw 0vw 0vw 10vw;
}

.confidence_icon {
    width: 70px;
    height: auto;
    flex-shrink: 0;
}

.confidence_box:hover .confidence_icon {
    animation: 1s swing;
}

.confidence_box h3 {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    margin-top: 1vw;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

.confidence_box h3::before {
    content: "";
    position: absolute;
    top: -15%;
    left: 0;
    transform: translateY(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
}

.confidence_box h4 {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    margin-top: 1vw;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

.confidence_box h4::before {
    content: "";
    position: absolute;
    top: -15%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #fff;
}

@media screen and (max-width: 1300.5px){
    .confidence_box h4 {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-top: 1vw;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }
    
    .confidence_box h4 br {
        display: none;
    }
    
    .confidence_box h3 {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-top: 1vw;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }
    
    .confidence_box h3 br {
        display: none;
    }
    
    .confidence_img {
        display: flex;
        justify-content: center;
        width: 170%;
        max-width: 250%;
        margin: 0 auto;
        margin-left: -85px;
    }
}

@media screen and (max-width: 1200.5px){
    .confidence_box h3::before {
        content: "";
        position: absolute;
        top: -15%;
        left: 0;
        transform: translateY(-50%);
        width: 65%;
        height: 1px;
        background: #fff;
    }
    
    .confidence_img {
        display: flex;
        justify-content: center;
        width: 150%;
        max-width: 250%;
        margin: 0 auto;
        margin-left: -15px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_confidence {
        padding: 0vw 5vw 2vw 5vw;
        position: relative;
        background-color: #000;
    }
    
    .hp_confidence .hp_big_title {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 35px;
        font-weight: 500;
        color: #0f5fa9;
        margin-bottom: 4vw;
        line-height: 1.0;
    }
    
    .confidence_img img {
        width: 100%;
        max-width: 250%;
        margin: 0 auto;
        margin-left: 0px;
    }
    
    .confidence_box {
        padding: 0px;
        margin-top: 20px;
    }
    
    .confidenceContent {
        padding: 15px;
    }
    
    .confidence_box h3 {
        font-size: 17px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-top: 3vw;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }
    
    .confidence_box h3::before {
        content: "";
        position: absolute;
        top: -15%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
        background: #fff;
    }
    
    .confidence_box h4 {
        font-size: 17px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-top: 3vw;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }
    
    .confidence_box h4::before {
        content: "";
        position: absolute;
        top: -11%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
        background: #fff;
    }
    
    .confidence_img {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 250%;
        margin: 0 auto;
        margin-left: 0px;
    }
}

/*hp_portfolio*/

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

.hp_portfolio {
    padding: 3vw 7vw 1vw 7vw;
    position: relative;
}

.hp_portfolio .hp_big_title {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 50px;
    font-weight: 500;
    color: #0f5fa9;
    margin-bottom: 1vw;
    line-height: 1.0;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0vw 3vw 4vw 3vw;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots {
    position: relative;
    display: none !important;
}

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

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    content: '';
    background-image: url();
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    display: none;
}

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

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

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

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

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

/*new*/

#main_index .productSlider-1 {
    padding: 0vw 9vw 4vw 9vw;
}

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

#main_index .productSlider-1 .product_img .product_box {
    margin: 5px;
    border: 5px solid transparent;
    background-color: transparent;
}

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

#main_index .productSlider-1 p {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box h6 a {
    color: #fff;
    font-weight: 600 !important;
}

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

#main_index .productSlider-1 .slick-next {
    right: -2vw;
    z-index: 10;
}

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

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

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

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

@media screen and (max-width: 767.5px){
    .hp_portfolio {
        padding: 6vw 5vw 1vw 5vw;
        position: relative;
    }
    
    .hp_portfolio .hp_big_title {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 35px;
        font-weight: 500;
        color: #0f5fa9;
        margin-bottom: 1vw;
        line-height: 1.0;
    }
    
    #main_index .productSlider-1 {
        padding: 0vw 5vw 4vw 5vw;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 9.5vw 7vw 8vw 7vw;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(https://cdn1.npcdn.net/img/1776997475I_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_contact .hp_big_title {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1vw;
    line-height: 1.0;
}

.hp_contact .hp_keyword {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
    padding: 0.5vw 30vw 2vw 30vw;
}

.contact_button {
    display: flex;
    justify-content: center;
    gap: 35px;
}

.n_contactViewMore {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    background-color: #0f5fa9;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3.2vw;
    width: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

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

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

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

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

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

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

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_contactViewMore2 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    background-color: #0f5fa9;
    border-radius: 25px;
    text-align: center;
    padding: 1%;
    height: 3.2vw;
    width: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_contactViewMore2:hover {
    color: #fff;
    background-color: #2d78be;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

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

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

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

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

.n_contactViewMore2::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%;
  }
}

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

@media screen and (max-width: 1200.5px){
    .hp_contact .hp_keyword {
        font-size: 17px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
        padding: 0.5vw 21vw 2vw 21vw;
    }
    
    .n_contactViewMore {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 21vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_contactViewMore2 {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 4vw;
        width: 21vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 6vw 5vw 7vw 5vw;
        position: relative;
        background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(https://cdn1.npcdn.net/img/1776997475I_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .hp_contact .hp_big_title {
        font-family: 'Oswald', sans-serif;
        position: relative;
        font-size: 35px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 3vw;
        line-height: 1.0;
    }
    
    .hp_contact .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
        padding: 0.5vw 0vw 3vw 0vw;
    }
    
    .n_contactViewMore {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 55vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_contactViewMore2 {
        font-size: 15px;
        font-weight: 300;
        font-style: italic;
        color: #fff;
        background-color: #0f5fa9;
        border-radius: 25px;
        text-align: center;
        padding: 1%;
        height: 9vw;
        width: 55vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .contact_button {
        display: flex;
        flex-direction: column; 
        align-items: center;   
        gap: 10px;              
    }
}

/*footer*/

.footer {
    background-color: #000;
    color: white;
    border-top: 3px solid #0f5fa9;
}

.footer .social_media {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    gap: 10px;
}

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

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

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

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

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

.category_menu_3 {
    margin-bottom: 10px;
    display: none;
}

i.fas.fa-angle-up.fa-2x.my-auto {
    color: #000 !important;
}

.ws_contact .nav-link {
    background-color: transparent;
    color: #fff;
    margin-right: 7px;
    border: solid;
    border-radius: 5px;
    margin-bottom: 10px;
}

#videosbycat_4 .container, #videosbycat_4 .container-lg, #videosbycat_4 .container-md, #videosbycat_4 .container-sm, #videosbycat_4 .container-xl {
    color: #fff;
}

.ws_contact h6 strong {
    color: #fff;
}

#main_contactus label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #fff;
}

#main_ourproducts i {
    color: #fff;
}

.product_list_5 .product_box .product_des .price, .product_list_5 .product_box .product_des .title {
    text-align: center;
    color: #fff;
}

.product_list_5 .product_box .whatsapp_wrapper a {
    color: #fff;
}

.product_list_5 .product_box .product_des .price a, .product_list_5 .product_box .product_des .title a {
    color: #fff;
    text-decoration: none;
    word-wrap: break-word;
}

#main_category, #main_ourproducts, #main_services, #main_photoalbum, #main_videosbycat, #main_latestnews, #main_faq, #main_terms, #main_contactus, #main_career {
    position: relative; 
    /* padding: 80px 20px; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                  url("https://cdn1.npcdn.net/img/1776914904A_Banner-1.jpg");

    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden; 
    margin-top: -100px;
}

.breadcrumb_b ol li:last-child a {
    color: #fff;
    cursor: unset;
}

.ws_contact a {
    color: #fff;
}

.ws_career .career_box {
    flex: 1;
    min-width: 33.33%;
    max-width: 33.33%;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.ws_career .career_box:hover .card {
    background-color: #000;
    color: #0f5fa9;
    border: 1px solid #fff;
}

.ws_career .career_box .card {
    height: 100%;
    overflow: hidden;
    z-index: -2;
    position: relative;
    color: #333;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    border: 1px solid #fff;
}

.latest_new_type4 .news_box {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: transparent;
    position: relative;
    visibility: visible;
}

.latest_new_type4 .news_box .date {
    font-size: 0.7rem;
    text-align: right;
    margin-bottom: 5px;
    color: #fff;
}

.toggle_btn {
    position: fixed;
    top: 75vh;
    right: 23px;  
    height: 70px;
    z-index: 2100;
    display: flex;
    justify-content: center;
}

.toggle_btn .whatsapp {
    align-self: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #25d366;
    color: white;
    display: flex;
    justify-content: center;
    left: 0%;
    text-decoration: none;
    position: relative;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0;
}

#main_contactus .contact_map{
    order: 2;
}

#main_contactus .ws_contact{
    display: flex;
    flex-direction: column;
}

.product_detail .title {
    color: #fff;
}

#main_showproducts b, strong {
    font-weight: bolder;
    color: #fff !important;
}

.nextprev_product .nextprev_product_title a {
    color: #fff !important;
}

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

.ws_service .services_tag a li {
    margin: 0px auto;
    color: #000 !important;
}

.ws_service .viewmore_services_title {
    font-weight: 600;
    color: #000 !important;
    height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.booking_form .card_header .title:after {
    content: '';
    position: absolute;
    left: 15px;
    background-color: #000;
    width: 50px;
    height: 50px;
    top: -10px;
    border-radius: 10px 10px 0px 0px;
    z-index: 1;
}

#bookingScheduleForm .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #000;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

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

#service_appointment_form b, strong {
    font-weight: bolder;
    color: #000 !important;
}

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

#pills-enquiry label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #fff;
}

#pills-enquiry .wa-input::placeholder {
    color: #000;
    opacity: 1;
}

.product-detail-tab .tab-pane {
    min-height: 300px;
    overflow-x: hidden;
    color: #fff;
    animation: fadeIn 0.3s;
}

#showproducts_3_1 b, strong {
    font-weight: bolder;
    color: #fff !important;
}

.booking_form .background {
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
}

.booking_form .card_header .title:after {
    content: '';
    position: absolute;
    left: 15px;
    background-color: #000;
    width: 50px;
    height: 50px;
    top: -10px;
    border-radius: 10px 10px 0px 0px;
    z-index: 1;
}

#bookingScheduleForm .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #000;
    background-clip: border-box;
    /*border: 1px solid #fff;*/
    border-radius: .25rem;
}

#main_contactus .form-control-file, .form-control-range {
    display: block;
    width: 100%;
    color: #fff;
}

#main_searchproducts .badge-light b, strong {
    font-weight: bolder;
    color: #000;
}

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

.product_list_horizontal .product_box .product_des .title a {
    color: #fff;
    text-decoration: none;
    word-wrap: break-word;
    font-weight: bold;
}

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

.product_detail .category_tag a li {
    margin: 0px auto;
    color: #000 !important;
}

.product_list_5 .product_box .img_frame .function_area .icon .fa-fw {
    text-align: center;
    width: 1.25em;
    color: #000 !important;
}

.product_list_5 .product_box .img_frame .function_area .icon:hover .fa-fw {
    text-align: center;
    width: 1.25em;
    color: #fff !important;
}

.product_list_5 .product_box .img_frame .function_area .icon:hover {
    background-color: #0f5fa9;
}

.product_list_5 .product_box .img_frame .function_area .icon i {
    text-align: center;
    width: 1.25em;
    color: #000 !important;
}

.product_list_5 .product_box .img_frame .function_area .icon:hover i {
    text-align: center;
    width: 1.25em;
    color: #fff !important;
}

.i.fas.fa-exchange-alt.fa-fw {
    color: #000 !important;
}
