a {
    text-decoration: none !important;
}

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

/*topspace*/

.industry_topContact {
    background-color: #0065c9;
    height: 38px;
}

.industry_topContact .ml-2, .industry_topContact .mx-2 {
    margin-left: 0rem !important;
}

.industry_topContact .mr-4, .industry_topContact .mx-4 {
    margin-right: 1.5rem !important;
}

.industry_topContactContent a {
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
}

.industry_topContactContent {
    display: flex;
    justify-content: flex-start !important;
    padding: 8px 0;
    padding-left: 8.5vw;
    position: relative;
    z-index: 0;
}

.industry_topContactText {
    font-size: 1vw;
    color: #fff;
    /*cursor: pointer;*/
}

.industry_topContactText2 {
    color: #fff;
}

.industry_topContactText a:hover {
    color: #fff;
}

.industry_topContactText2 a {
    color: #fff;
}

.industry_topContact .icon-img {
    width: 18px;              
    height: 18px;
    vertical-align: middle;   
    margin-right: 8px;       
    display: inline-block;
    object-fit: contain;     
}

.industry_topContact .icon-img2 {
    width: 18px;              
    height: 18px;
    vertical-align: middle;   
    margin-right: 8px;       
    display: inline-block;
    object-fit: contain;  
}

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

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

@media screen and (max-width: 992.5px) {
    .industry_topContact {
        display: none !important;
    }
}

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

/*navbar*/

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

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

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 15px 1.15vw;
    text-transform: uppercase;
}

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

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

.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: 500;
        color: #000;
        padding: 15px 1.15vw;
        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%;
    opacity: 1 !important;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 16vw;
    left: 25.5vw;
    transform: translate(-20%, -50%);
    width: 80%;
}

.n_bannerSubtitle {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.n_bannerTitle {
    font-size: 32px;
    font-weight: 800;
    color: #0065c9;
    line-height: 1.2;
    margin-top: 1vw;
}

.n_bannerViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 1.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: 10px !important;
    width: 29px !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_banner_word {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 19px;
    font-weight: 400;
    color: #0065c9;
    height: 44rem;
    top: -3rem;
    bottom: 0;
    right: 2%;
    /* margin: auto 0; */
    z-index: 0;
    letter-spacing: 3px;
    /* width: 100%; */
}

.hp_banner_word span{
    position:relative;
}

.hp_banner_word span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14rem;
    background-color: #0065c9;
    bottom: -15rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.video_group {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-top: 47px;
    margin-right: calc(5% + 80px);
}

.video {
    width: 350px;
    height: 610px;
    object-fit: cover;
}

.slider_banner_bullet .slick-dots {
    position: absolute;
    bottom: calc(27% + 40px);
    right: calc(30% + 110px);
}

.slider_banner_bullet .slick-dots li.slick-active button::before {
    color: #0065c9;
}

.slider_banner_bullet .slick-dots li.slick-active button {
    color: #0065c9;
    padding-right: 20px;
}

.slider_banner_bullet .slick-dots li button {
    color: #000;
    font-size: 18px;
    padding-left: 12px;
}

.slider_banner_bullet .slick-dots li button::before {
    color: #000;
    font-size: 18px;
    font-family: unset;
    width: unset;
    height: unset;
    content: '0';
    opacity: 1;
}

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

@media screen and (max-width: 1300.5px){
    .n_bannerTitle {
        font-size: 25px;
        font-weight: 800;
        color: #0065c9;
        line-height: 1.2;
        margin-top: 1vw;
    }
    
    .n_bannerSubtitle {
        font-size: 15px;
        font-weight: 500;
        color: #000;
    }
    
    .hp_banner_word {
        position: absolute;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
        font-size: 14px;
        font-weight: 400;
        color: #0065c9;
        height: 44rem;
        top: -12rem;
        bottom: 0;
        right: 2%;
        /* margin: auto 0; */
        z-index: 0;
        letter-spacing: 2px;
        /* width: 100%; */
    }
    
    .hp_banner_word span::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 11rem;
        background-color: #0065c9;
        bottom: -12rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .video {
        width: 350px;
        height: 460px;
        object-fit: cover;
    }
    
    .video_group {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        margin-top: 47px;
        margin-right: calc(1% + 80px);
    }
    
    .slider_banner_bullet .slick-dots {
        position: absolute;
        bottom: calc(27% + 40px);
        right: calc(30% + 75px);
    }
    
    .slider_banner_bullet .slick-dots li button {
        color: #000;
        font-size: 15px;
        padding-left: 12px;
    }
    
    .slider_banner_bullet .slick-dots li button::before {
        color: #000;
        font-size: 15px;
        font-family: unset;
        width: unset;
        height: unset;
        content: '0';
        opacity: 1;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_word span::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 8rem;
        background-color: #0065c9;
        bottom: -9rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .hp_banner_word {
        position: absolute;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
        font-size: 12px;
        font-weight: 400;
        color: #0065c9;
        height: 38.5rem;
        top: -12rem;
        bottom: 0;
        right: 2%;
        /* margin: auto 0; */
        z-index: 0;
        letter-spacing: 2px;
        /* width: 100%; */
    }
    
    .video_group {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        margin-top: 32px;
        margin-right: calc(0% + 80px);
    }
    
    .video {
        width: 285px;
        height: 390px;
        object-fit: cover;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 14vw;
        left: 23.5vw;
        transform: translate(-20%, -50%);
        width: 80%;
    }
    
    .n_bannerTitle {
        font-size: 24px;
        font-weight: 800;
        color: #0065c9;
        line-height: 1.2;
        margin-top: 1vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerTitle br {
        display: none;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #000;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 1.5vw;
    }
    
    .n_bannerViewMore img.arrow-icon {
        margin-left: 6px !important;
        width: 25px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
        animation: slideArrow 2.5s infinite ease-in-out;
        will-change: transform;
    }
    
    .video {
        width: 220px;
        height: 200px;
        object-fit: cover;
    }
    
    .video_group {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        margin-top: 185px;
        margin-right: calc(0% + 60px);
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: -20vw;
        left: 24vw;
        transform: translate(-20%, -50%);
        width: 85%;
    }
    
    .n_bannerTitle {
        font-size: 22px;
        font-weight: 800;
        color: #0065c9;
        line-height: 1.2;
        margin-top: 1vw;
    }
    
    .hp_banner_word span::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 5rem;
        background-color: #0065c9;
        bottom: -5.5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .hp_banner_word {
        position: absolute;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
        font-size: 12px;
        font-weight: 400;
        color: #0065c9;
        height: 38.5rem;
        top: -15.5rem;
        bottom: 0;
        right: 2%;
        /* margin: auto 0; */
        z-index: 0;
        letter-spacing: 2px;
        /* width: 100%; */
    }
    
    .slider_banner_bullet .slick-dots {
        position: absolute;
        bottom: calc(40% + 40px);
        right: calc(30% + 10px);
    }
    
    .slider_banner_bullet .slick-dots {
        position: absolute;
        bottom: calc(5% + 40px);
        right: calc(30% + 10px);
    }
}

@media screen and (max-width: 426px) {
    .n_bannerInnerGroup {
        position: absolute;
        top: -24vw;
        left: 24vw;
        transform: translate(-20%, -50%);
        width: 85%;
    }
    
    .slider_banner_bullet .slick-dots li button {
        color: #000;
        font-size: 12px;
        padding-left: 12px;
    }
    
    .slider_banner_bullet .slick-dots li button::before {
        color: #000;
        font-size: 12px;
        font-family: unset;
        width: unset;
        height: unset;
        content: '0';
        opacity: 1;
    }
    
    .slider_banner_bullet .slick-dots li button::after {
        background: #000;
        line-height: 27px;
        position: absolute;
        left: 230%;
        content: "";
        top: 50%;
        height: 0.8px;
        width: 20px;
        transform: translate(-50%, -50%);
    }

    .slider_banner_bullet .slick-dots li {
        margin: 0 8px;
    }
    
    .slider_banner_bullet .slick-dots li button::after {
        background: #000;
        line-height: 27px;
        position: absolute;
        left: 130%;
        content: "";
        top: 50%;
        height: 0.8px;
        width: 13px;
        transform: translate(-50%, -50%);
    }
    
    /*.slider_banner_bullet .slick-dots {*/
    /*    position: absolute;*/
    /*    bottom: calc(52% + 40px);*/
    /*    right: calc(-25% + 0px);*/
    /*}*/
}

/*hp_why*/

.hp_why {
    padding: 1vw 8.5vw 4vw 8.5vw;
    position: relative;
}

.hp_why .n_SubHeader:after {
    background: #122383;
    line-height: 27px;
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    height: 2px;
    width: 30px;
}

.hp_why .n_SubHeader {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #000;
}

.hp_why .n_Header {
    font-size: 31px;
    font-weight: 800;
    color: #0065c9;
    margin-bottom: 1vw;
}

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

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

.n_featureIcon img {
    width: 65px;  
    height: 65px; 
    object-fit: contain;
    transition: all 0.35s ease;
}

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

.n_featureBox {
    margin-top: 1rem;
    padding: 1.2rem;
    background: #f5f5f5;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.35s ease;
}

.n_featureTitle {
    font-size: 18px;
    font-weight: 800;
    color: #0065c9;
    margin-top: 1.5vw;
}

.n_featureText {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    height: 110px;
}

@media screen and (max-width: 1300.5px){
    .n_featureTitle {
        font-size: 14px;
        font-weight: 800;
        color: #0065c9;
        margin-top: 1.5vw;
    }
    
    .n_featureText {
        font-size: 12px;
        font-weight: 400;
        color: #333;
        height: 110px;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_why {
        padding: 1vw 5.5vw 4vw 5.5vw;
        position: relative;
    }
    
    .n_featureTitle {
        font-size: 14px;
        font-weight: 800;
        color: #0065c9;
        margin-top: 1.5vw;
        height: 35px;
    }
    
    .n_featureText {
        font-size: 12px;
        font-weight: 400;
        color: #333;
        height: 150px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 0vw 5vw 7vw 5vw;
        position: relative;
        margin-top: 5px;
    }
    
    .hp_why .n_Header {
        font-size: 25px;
        font-weight: 800;
        color: #0065c9;
        margin-top: 2vw;
        margin-bottom: 0vw;
    }
    
    .n_featureIcon img {
        width: 55px;
        height: 55px;
        object-fit: contain;
        transition: all 0.35s ease;
    }
    
    .n_featureTitle {
        font-size: 18px;
        font-weight: 800;
        color: #0065c9;
        margin-top: 3vw;
        height: auto;
    }
    
    .n_featureText {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        height: auto;
    }
}

/*hp_about*/

.hp_about {
    padding: 5vw 7vw 4.5vw 7vw;
    position: relative;
    background-color: #f5f5f5;
}

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

.about_right {
    padding: 3.5vw 0vw 0vw 3.5vw;
}

.hp_about .n_SubHeader:after {
    background: #122383;
    line-height: 27px;
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    height: 2px;
    width: 30px;
}

.hp_about .n_SubHeader {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #000;
}

.hp_about .n_Header {
    font-size: 26px;
    font-weight: 800;
    color: #0065c9;
    margin-top: 0.5vw;
    margin-bottom: 1.5vw;
}

.hp_about .n_aboutText {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    line-height: 1.9;
}

.n_aboutViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    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: #000;
    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: 10px !important;
    width: 29px !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 br {
        display: none;
    }
    
    .about_right {
        padding: 0.5vw 0vw 0vw 2.5vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-left: 0vw;
    }
    
    .hp_about {
        padding: 7vw 5vw 7vw 5vw;
        position: relative;
        background-color: #f5f5f5;
    }
    
    .about_right {
        padding: 5vw 4vw 0vw 4vw;
    }
    
    .hp_about .n_Header {
        font-size: 25px;
        font-weight: 800;
        color: #0065c9;
        margin-top: 2vw;
        margin-bottom: 1.5vw;
    }
}

/*hp_services*/

.hp_services {
    padding: 2vw 13vw 1vw 13vw;
    position: relative;
}

.hp_services .n_SubHeader:after {
    background: #122383;
    line-height: 27px;
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    height: 2px;
    width: 30px;
}

.hp_services .n_SubHeader {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #000;
}

.hp_services .n_Header {
    font-size: 31px;
    font-weight: 800;
    color: #0065c9;
    margin-top: 0.5vw;
    margin-bottom: 1vw;
}

/*services*/

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

.ex_hpservice_slide .services-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: 300px;
    margin-bottom: 230px;
}

.ex_hpservice_slide .item {
    margin: 0 5px;
    background: #badce5;
    position: relative;
}

.ex_hpservice_slide .item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 10px;
    background: #0065c9;
}

.ex_hpservice_slide .fa-chevron-left:before {
    content: "\f053";
    left: 0vw;
    margin-left: -1vw;
}

.ex_hpservice_slide .fa-chevron-right:before {
    content: "\f054";
    margin-right: -1vw;
}

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

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

.ex_hpservice_slide .service_btn {
    position: relative;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    color: #000;
    font-size: 17px;
    font-weight: 5;
    text-transform: capitalize;
    letter-spacing: 0em;
    padding: 10px 30px;
    margin-top: 30px;
    display: inline-block;
}

.service_btn i::before {
    content: none !important;
    display: none !important;
}

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

.ex_hpservice_slide .services-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}

@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_services {
        padding: 6vw 5vw 2vw 5vw;
        position: relative;
    }
    
    .ex_hpservice_slide {
        margin-block: 0px;
        background-color: transparent;
        padding: 0vw 4vw 0vw 4vw;
        /* margin-left: 1vw; */
    }
    
    .ex_hpservice_slide .services-text {
        opacity: 1;
        position: relative;
        top: 40%;
        width: 100%;
        text-align: center;
        padding: 0 10%;
        z-index: 500;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .ex_hpservice_slide .services-content {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: visible;
        width: 100%;
        height: 250px;
        margin-bottom: 200px;
    }
    
    .hp_services .n_Header {
        font-size: 25px;
        font-weight: 800;
        color: #0065c9;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
    }
}

/*hp_process*/

.hp_process {
    padding: 6vw 10vw 0vw 10vw;
    position: relative;
}

.hp_process .n_SubHeader:after {
    background: #122383;
    line-height: 27px;
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    height: 2px;
    width: 30px;
}

.hp_process .n_SubHeader {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #000;
}

.hp_process .n_Header {
    font-size: 31px;
    font-weight: 800;
    color: #0065c9;
    margin-top: 0.5vw;
    margin-bottom: 1vw;
}

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

.processBorder:hover{
    /*transform: translateY(-10px);*/
}

.processBorder {
    position: relative;
}

.processBorder:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-image: url(https://cdn1.npcdn.net/img/1776932766arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.n_processBox {
    margin-top: 1rem;
    padding: 1.2rem;
    background: #f5f5f5;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.35s ease;
}

.n_processNumber {
    font-size: 25px;
    font-weight: 800;
    color: #0065c9;
    margin-top: 0vw;
}

.n_processTitle {
    font-size: 18px;
    font-weight: 800;
    color: #0065c9;
    margin-top: 0.5vw;
    height: 45px;
}

.n_processText {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    height: 95px;
}

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

@media screen and (max-width: 1200.5px){
    .n_processTitle {
        font-size: 15px;
        font-weight: 800;
        color: #0065c9;
        margin-top: 0.5vw;
        height: 45px;
    }
    
    .n_processText {
        font-size: 12px;
        font-weight: 400;
        color: #333;
        height: 115px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_process {
        padding: 7vw 5vw 0vw 5vw;
        position: relative;
    }
    
    .hp_process .n_Header {
        font-size: 25px;
        font-weight: 800;
        color: #0065c9;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
    }
    
    .n_processTitle {
        font-size: 17px;
        font-weight: 800;
        color: #0065c9;
        margin-top: 0.5vw;
        height: auto;
    }
    
    .n_processText {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        height: auto;
    }
    
    .processBorder:not(:first-child)::before {
        content: "";
        position: absolute;
        left: 44%;
        top: 4%;
        transform: translateY(-50%) rotate(90deg);
        width: 40px;
        height: 40px;
        background-image: url(https://cdn1.npcdn.net/img/1776932766arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
    }
}

/*hp_project*/

.hp_project {
    padding: 6vw 12vw 0vw 12vw;
    position: relative;
}

.hp_project .n_SubHeader:after {
    background: #122383;
    line-height: 27px;
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    height: 2px;
    width: 30px;
}

.hp_project .n_SubHeader {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #000;
}

.hp_project .n_Header {
    font-size: 31px;
    font-weight: 800;
    color: #0065c9;
    margin-top: 0.5vw;
    margin-bottom: 1vw;
}

#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    padding: 0vw 11vw 3vw 11vw;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev:before {
    content: '';
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ0My41MiA0NDMuNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0My41MiA0NDMuNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44ICAgIGMtNi42NjIsNi42NjQtNi42NjIsMTcuNDY4LDAsMjQuMTMybDIwNC44LDIwNC44YzYuNzgsNi41NDgsMTcuNTg0LDYuMzYsMjQuMTMyLTAuNDJjNi4zODctNi42MTQsNi4zODctMTcuMDk5LDAtMjMuNzEyICAgIEwxNDMuNDkyLDIyMS44NjN6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(0);
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next:before {
    content: '';
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMi4wMDIgNTEyLjAwMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyLjAwMiA1MTIuMDAyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzg4LjQyNSwyNDEuOTUxTDE1MS42MDksNS43OWMtNy43NTktNy43MzMtMjAuMzIxLTcuNzItMjguMDY3LDAuMDRjLTcuNzQsNy43NTktNy43MiwyMC4zMjgsMC4wNCwyOC4wNjdsMjIyLjcyLDIyMi4xMDUgICAgTDEyMy41NzQsNDc4LjEwNmMtNy43NTksNy43NC03Ljc3OSwyMC4zMDEtMC4wNCwyOC4wNjFjMy44ODMsMy44OSw4Ljk3LDUuODM1LDE0LjA1Nyw1LjgzNWM1LjA3NCwwLDEwLjE0MS0xLjkzMiwxNC4wMTctNS43OTUgICAgbDIzNi44MTctMjM2LjE1NWMzLjczNy0zLjcxOCw1LjgzNC04Ljc3OCw1LjgzNC0xNC4wNVMzOTIuMTU2LDI0NS42NzYsMzg4LjQyNSwyNDEuOTUxeiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    width: 25PX;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(0);
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    z-index: 1;
    left: -1.5vw;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right:-1.5vw;
}

#main_index .hp_photoGallerySliderWithTitle p {
    margin-top: 1vw;
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: 500;
}

/*new*/

.productSlider-1 {
    padding: 0vw 12vw 5vw 12vw;
}

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

.productSlider-1 p {
    display: none;
}

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

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

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

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

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(0);
}

.productSlider-1 .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f104";
    font-size: 25px;
}

.productSlider-1 .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    font-size: 25px;
}

@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_project {
        padding: 7vw 5vw 0vw 5vw;
        position: relative;
    }
    
    .hp_project .n_Header {
        font-size: 25px;
        font-weight: 800;
        color: #0065c9;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
    }
    
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery {
        padding: 0px 0;
    }
    
    #main_index .hp_photoGallerySliderWithTitle {
        background-color: transparent;
        padding: 0vw 2vw 3vw 2vw;
    }
    
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
        z-index: 1;
        left: -3vw;
    }
    
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
        right: -3vw;
    }
    
    .productSlider-1 {
        padding: 0vw 5vw 5vw 5vw;
    }
    
    .productSlider-1 .slick-prev {
        left: -12px;
    }

    .productSlider-1 .slick-next {
        right: -12px;
    }
}

/*hp_video*/

.index_wrapper_8 {
    position: relative;
}

.index_wrapper_8::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://cdn1.npcdn.net/img/1773110985gradient_box.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -2;
}

.index_wrapper_8::after {
    content: "";
    position: absolute;
    right: 0;
    top: 65px;
    width: 40%;
    height: 83%;
    background-image: url('https://cdn1.npcdn.net/img/1773111349video_gallery images.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
    display: none !important;
}

.hp_video {
    padding: 7.5vw 10vw 2vw 10vw;
    position: relative;
    z-index: 1;
}

/*.hp_video .video_content {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.hp_video .n_SubHeader {*/
/*    position: relative;*/
/*    font-size: 20px;*/
/*    font-weight: 400;*/
/*    color: #fff;*/
/*    line-height: 14px;*/
/*    letter-spacing: 3px;*/
/*    display: inline-block;*/
/*}*/

/*.hp_video .n_SubHeader::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: -370px;*/
/*    width: 69%;*/
/*    height: 2px;*/
/*    background: #fff;*/
/*    transform: translateY(-50%);*/
/*}*/

/*.hp_video .n_Header {*/
/*    font-size: 31px;*/
/*    font-weight: 700;*/
/*    color: #fff;*/
/*    text-transform: capitalize;*/
    /* display: flex; */
/*    margin-right: 5.5vw;*/
/*}*/

.hp_video .n_SubHeader:after {
    background: #fff;
    line-height: 27px;
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    height: 2px;
    width: 30px;
}

.hp_video .n_SubHeader {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    line-height: 1.5;
    color: #fff;
}

.hp_video .n_Header {
    font-size: 31px;
    font-weight: 800;
    color: #fff;
    margin-top: 0.5vw;
    margin-bottom: 1vw;
}

.ex_videoSlide {
    padding: 0vw 15vw 0vw 10vw;
}

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

.ex_videoSlide .slick-arrow::before {
    color: #343a40;
    display: none !important;
}

.ex_videoSlide .slick-arrow {
    display: flex;
    height: 40px;
    border-radius: 40px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    display: none !important;
}

.ex_videoSlide .ex_videoSlide_slider_banner .item .video_box .title_video {
    font-weight: 900;
    margin-bottom: 0vw !important;
    padding: 4px 20px;
}

@media screen and (max-width: 1300.5px){
    /*.hp_video .n_SubHeader {*/
    /*    position: relative;*/
    /*    font-size: 16px;*/
    /*    font-weight: 400;*/
    /*    color: #fff;*/
    /*    line-height: 14px;*/
    /*    letter-spacing: 3px;*/
    /*    display: inline-block;*/
    /*}*/
    
    /*.hp_video .n_SubHeader::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    right: -222px;*/
    /*    width: 48%;*/
    /*    height: 2px;*/
    /*    background: #fff;*/
    /*    transform: translateY(-50%);*/
    /*}*/
    
    /*.index_wrapper_7::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 50px;*/
    /*    width: 40%;*/
    /*    height: 83%;*/
    /*    background-position: 50% 50%;*/
    /*    z-index: -1;*/
    /*}*/
}

@media screen and (max-width: 1200.5px){
    /*.hp_video .n_SubHeader::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    right: -74px;*/
    /*    width: 15%;*/
    /*    height: 2px;*/
    /*    background: #fff;*/
    /*    transform: translateY(-50%);*/
    /*}*/
    
    /*.index_wrapper_7::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 40px;*/
    /*    width: 40%;*/
    /*    height: 83%;*/
    /*    background-position: 50% 50%;*/
    /*    z-index: -1;*/
    /*}*/
}

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

@media screen and (max-width: 767.5px){
    .hp_video {
        padding: 12vw 5vw 2vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    /*.hp_video .n_Header {*/
    /*    font-size: 25px;*/
    /*    font-weight: 700;*/
    /*    color: #fff;*/
    /*    text-transform: capitalize;*/
        /* display: flex; */
    /*    margin-right: 0vw;*/
    /*}*/
    
    /*.hp_video .video_content {*/
    /*    display: block;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*}*/
    
    /*.hp_video .n_SubHeader {*/
    /*    position: relative;*/
    /*    font-size: 15px;*/
    /*    font-weight: 400;*/
    /*    color: #fff;*/
    /*    line-height: 14px;*/
    /*    letter-spacing: 0px;*/
    /*    display: inline-block;*/
    /*}*/
    
    /*.hp_video .n_SubHeader::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    right: -57px;*/
    /*    width: 15%;*/
    /*    height: 2px;*/
    /*    background: #fff;*/
    /*    transform: translateY(-50%);*/
    /*}*/
    
    /*.index_wrapper_7::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    width: 80%;*/
    /*    height: 100%;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1773110985gradient_box.png);*/
    /*    background-size: cover;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: 50% 50%;*/
    /*    z-index: -2;*/
    /*}*/
    
    /*.index_wrapper_7::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 30px;*/
    /*    width: 45%;*/
    /*    height: 87%;*/
    /*    background-position: 50% 50%;*/
    /*    z-index: -1;*/
    /*}*/
    
    .ex_videoSlide {
        padding: 0vw 6vw 0vw 6vw;
    }
    
    .hp_video .n_Header {
        font-size: 25px;
        font-weight: 800;
        color: #fff;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
    }
}

@media screen and (max-width: 426px) {
    /*.hp_video .n_SubHeader {*/
    /*    position: relative;*/
    /*    font-size: 13px;*/
    /*    font-weight: 400;*/
    /*    color: #fff;*/
    /*    line-height: 14px;*/
    /*    letter-spacing: 0px;*/
    /*    display: inline-block;*/
    /*}*/
    
    /*.hp_video .n_SubHeader::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    right: -44px;*/
    /*    width: 13%;*/
    /*    height: 2px;*/
    /*    background: #fff;*/
    /*    transform: translateY(-50%);*/
    /*}*/
}

/*hp_videoBtn*/

.hp_videoBtn {
    padding: 1vw 8vw 6vw 10vw;
    position: relative;
}

.n_videoViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 1.5vw;
}

.n_videoViewMore:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.n_videoViewMore {
    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_videoViewMore img.arrow-icon {
    margin-left: 10px !important;
    width: 29px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
    filter: brightness(0) invert(1);
}

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

@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_videoBtn {
        padding: 3vw 5vw 6vw 5vw;
        position: relative;
    }
}

/*hp_client*/

/*.index_wrapper_9 {*/
/*    position: relative;*/
/*    padding: 0vw 8vw 5vw 8vw;*/
/*}*/

.hp_client {
    padding: 5.5vw 0vw 2vw 0vw;
    position: relative;
}

.hp_client .n_SubHeader{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #333;
    line-height: 14px;
    display: inline-block;
    padding: 0 40px;
}

.hp_client .n_SubHeader::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
}

.hp_client .n_SubHeader::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
}

.hp_client .n_Header {
    font-size: 31px;
    font-weight: 800;
    color: #0065c9;
    margin-bottom: 1vw;
}

@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){
    /*.index_wrapper_9 {*/
    /*    position: relative;*/
    /*    padding: 0vw 5vw 5vw 5vw;*/
    /*}*/
    
    .hp_client .n_Header {
        font-size: 25px;
        font-weight: 800;
        color: #0065c9;
        margin-bottom: 1vw;
    }
}

/*hp_report*/

.hp_report {
    padding: 6vw 10vw 0vw 10vw;
    position: relative;
}

.hp_report .n_SubHeader:after {
    background: #122383;
    line-height: 27px;
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    height: 2px;
    width: 30px;
}

.hp_report .n_SubHeader {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #000;
}

.hp_report .n_Header {
    font-size: 31px;
    font-weight: 800;
    color: #0065c9;
    margin-top: 0.5vw;
    margin-bottom: 1vw;
}

.hp_report .reportBorder {
    position: relative;
    overflow: hidden;
    padding: 15px 15px;
    transition: transform 0.35s ease;
}

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

.hp_report .reportBorder img {
    width: 100%;
    display: block;
}

.hp_report .report_box2 {
    position: relative;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
}

.hp_report .report_overlay {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0065c9;
    padding: 20px 20px 20px 20px;
    display: block;
}

.hp_report .report_title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

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

@media screen and (max-width: 1200.5px){
    .hp_report .report_title {
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_report {
        padding: 7vw 5vw 0vw 5vw;
        position: relative;
    }
    
    .hp_report .n_Header {
        font-size: 25px;
        font-weight: 800;
        color: #0065c9;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
    }
    
    .hp_report .report_title {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }
}

/*hp_team*/

.hp_team {
    padding: 6vw 10vw 0vw 10vw;
    position: relative;
}

.hp_team .n_SubHeader{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #333;
    line-height: 14px;
    display: inline-block;
    padding: 0 40px;
}

.hp_team .n_SubHeader::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
}

.hp_team .n_SubHeader::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
}

.hp_team .n_Header {
    font-size: 31px;
    font-weight: 800;
    color: #0065c9;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

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

@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_team {
        padding: 7vw 5vw 0vw 5vw;
        position: relative;
    }
    
    .hp_team .n_Header {
        font-size: 25px;
        font-weight: 800;
        color: #0065c9;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
    }
}

/*hp_news*/

.hp_news {
    padding: 5vw 8vw 1.5vw 8vw;
    position: relative;
}

.hp_news .n_SubHeader{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #333;
    line-height: 14px;
    display: inline-block;
    padding: 0 40px;
}

.hp_news .n_SubHeader::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
}

.hp_news .n_SubHeader::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
}

.hp_news .n_Header {
    font-size: 31px;
    font-weight: 800;
    color: #0065c9;
    margin-top: 1vw;
    margin-bottom: 0vw;
}

/*news*/

#main_index .hp_latest_new_8 {
    padding: 0vw 8.5vw 1vw 8.5vw;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: none;
    color: #000;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 0.85;
    font-size: 100%;
}

#main_index .hp_latest_new_8 .mt-1, #main_index .hp_latest_new_8 .my-1 {
    margin-top: 0.5rem !important;
}

@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_news .n_Header {
        font-size: 25px;
        font-weight: 800;
        color: #0065c9;
        margin-bottom: 1vw;
    }
    
    .hp_news {
        padding: 6vw 5vw 1.5vw 5vw;
        position: relative;
    }
    
    #main_index .hp_latest_new_8 {
        padding: 0vw 0vw 1vw 0vw;
    }
}

/*footer*/

.footer_type8 {
    background-color: #0065c9;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.875;
    overflow: hidden !important;
}

.footer_type8 a {
    color: #fff;
    text-decoration: none;
}

.footer_type8 .social_media a {
    margin-left: 1rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
}

.footer_type8 .title h5 {
    font-weight: 800;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

.footer_type8 .logo {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    height: 0;
    min-height: 120px;
}

.footer_type8 .social_media a {
    margin-left: 1rem;
    border: 1px solid #fff;
    color: #fff;
    background: #fff;
    border-radius: 20px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
}

.footer_type8 .social_media a i {
    margin: auto;
    color: #0065c9;
}

.footer_type8 .social_media a:hover {
    color: #0065c9;
    background-color: white;
}

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

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

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

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

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

#main_ourproducts {
    background: #eaf4fc;
}

#main_services {
    background: #eaf4fc; 
}

#main_photoalbum {
    background: #eaf4fc;   
}

#main_latestnews {
    background: #eaf4fc;     
}

#main_videosbycat {
   background: #eaf4fc;   
}
