/* desktop */

html {
    scroll-behavior: smooth;
}

body {
    color: #181b22;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
    position: relative;
}

#main_index:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28270/image/bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
}

/* header */

.hp_header {
    background-color: #03266d;
    z-index: 10;
}

.hp_header .container {
    max-width: 80vw;
}

.hp_header_content {
    gap: 50px;
    font-size: 1vw;
}

.hp_header_content_gap {
    gap: 15px;
}

.hp_header_content_gap img {
    max-width: 15px;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: transparent;
    position: relative;
    z-index: 2;
}

#main_index .navbar_ecommerceDropdown:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    z-index: -1;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    max-width: 80vw;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 5vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .container.p-0 {
    max-width: 100%;
}

.nav_bottom .menu {
    gap: 1.65vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #181b22;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #006dfe;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

/* banner */

.index_wrapper_2 {
    margin-top: -7vw;
    position: relative;
    z-index: 1;
}

.slider_banner {
    margin-bottom: 0 !important;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 0;
    text-align: right;
    padding: 15px;
}

.slider_banner .slick-dots:before {
    content: '';
    background-color: #083199;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 100%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.slider_banner .slick-dots li button:before,
.slider_banner .slick-dots li.slick-active button:before {
    color: #ffffff;
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_table {
    gap: 6.5vw;
}

.hp_banner_content {
    gap: 15px;
    width: 25%;
    right: 125px;
}

.hp_banner_content:before {
    content: '';
    background-color: #181b22;
    position: absolute;
    top: 110px;
    left: -100px;
    width: 100px;
    height: 5px;
}

.hp_banner_content h2 {
    font-size: 2.25vw;
    line-height: 1;
}

.hp_banner_content h2 strong {
    font-weight: 600;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #03266d;
    color: #ffffff;
    padding: 5px 15px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button a:hover button {
    background-color: #006dfe;
}

.hp_banner_button a button img {
    max-width: 25px;
}

.hp_banner_button a:hover button img {
    animation: 1s linear headShake infinite;
}

.hp_banner_scroll {
    max-width: 5vw;
}

.hp_banner_scroll img {
    animation: 1s linear fadeInDown infinite;
}

/* category */

.index_wrapper_3 {
    padding-top: 100px;
    position: relative;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_button_circle {
    top: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.50s;
}

.hp_button_circle:hover {
    top: -125px;
}

.hp_button_circle a {
    display: flex;
}

.hp_button_circle a button {
    transition: all 0.50s;
    background-color: #006dfe;
    color: #ffffff;
    padding: 15px;
    border: 0;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hp_button_circle a button:hover {
    background-color: #03266d;
    box-shadow: 0 0 15px rgba(24, 27, 34, 0.15);
}

.index_wrapper_3 section .col-12.col-sm-5.p-3 {
    flex: 0 0 40.75%;
    max-width: 40.75%;
}

.hp_category_box {
    background-color: #e9f3ff;
    padding: 50px;
}

.hp_category_box_content {
    gap: 15px;
}

.hp_title {
    font-size: 35px;
    line-height: 1.25;
}

.hp_title strong {
    font-weight: 500;
}

.hp_line {
    background-color: #181b22;
    width: 150px;
    height: 5px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    left: -65px;
}

.hp_button {
    right: -75px;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #083199;
    color: #ffffff;
    padding: 5px 15px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover button {
    background-color: #006dfe;
}

.hp_button a button img {
    max-width: 25px;
}

.hp_button a:hover button img {
    animation: 1s linear headShake infinite;
}

/* benefit */

.index_wrapper_4 {
    padding-bottom: 100px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_benefit_content {
    gap: 15px;
}

.hp_benefit {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    box-shadow: 0 0 15px rgba(24, 27, 34, 0.15);
    transition: all 0.50s;
}

.hp_benefit:hover {
    box-shadow: none;
}

.hp_benefit_box {
    padding: 50px 15px;
    gap: 15px;
    z-index: 1;
}

.hp_benefit_box:before {
    content: '';
    background-color: #e9f3ff;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
    z-index: -1;
}

.hp_benefit_box:hover:before {
    right: -100%;
}

.hp_benefit_box:after {
    content: '';
    background-color: #173fb8;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
    z-index: -1;
}

.hp_benefit_box:hover:after {
    left: 0;
}

.hp_benefit_box div {
    max-width: 50px;
}

.hp_benefit_box div img {
    transition: all 0.50s;
}

.hp_benefit_box:hover div img {
    filter: invert(1);
    transform: scaleX(-1);
}

.hp_benefit_box h3 {
    font-size: 25px;
    line-height: 1.25;
    transition: all 0.50s;
}

.hp_benefit_box h3 strong {
    font-weight: 500;
}

.hp_benefit_box p {
    transition: all 0.50s;
}

.hp_benefit_box:hover h3, .hp_benefit_box:hover p {
    color: #ffffff;
}

/* service */

.index_wrapper_5 {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.index_wrapper_5:before {
    content: '';
    background-color: #173fb8;
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 50%;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_content {
    gap: 50px;
}

.hp_service_content:before {
    content: '';
    background-color: #181b22;
    position: absolute;
    top: 0;
    left: -150px;
    transform: translate(-15px, 10px);
    width: 150px;
    height: 5px;
}

.hp_service_content .hp_button {
    flex: none;
}

.ex_hpservice_slide {
    margin-block: 0;
    background-color: transparent;
    padding: 0;
}

.ex_hpservice_slide .container {
    padding-right: 0;
    padding-left: 0;
}

.ex_hpservice_slide .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.ex_hpservice_slide .slick-dots {
    bottom: 0;
    padding: 15px;
    display: flex;
}

.ex_hpservice_slide .slick-dots li {
    margin: auto;
    height: auto;
    width: 100%;
}

.ex_hpservice_slide .slick-dots li button {
    background-color: #cecece;
    padding: 0;
    height: 5px;
    width: 100%;
}

.ex_hpservice_slide .slick-dots li.slick-active button {
    background-color: #181b22;
}

.ex_hpservice_slide .slick-dots li button:before {
    display: none;
}

.ex_hpservice_slide .controls {
    display: none !important;
}

.ex_hpservice_slide .slick-list.draggable {
    margin-right: -250px;
}

.ex_hpservice_slide .item {
    margin: 15px;
    min-height: auto;
}

.ex_hpservice_slide .services-content {
    overflow: visible;
    height: auto;
    box-shadow: 0 0 15px rgba(24, 27, 34, 0.15);
}

.ex_hpservice_slide .services-content .services-image {
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
}

.ex_hpservice_slide .services-text {
    position: relative;
    transform: none;
    padding: 15px 30px;
    background-color: #e7e7e7;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    transition: all 0.50s;
    min-height: 0;
}

.ex_hpservice_slide .services-text:hover {
    min-height: 200px;
}

.ex_hpservice_slide .services-text:before {
    content: '';
    background-color: #181b22;
    position: absolute;
    top: -15px;
    left: 15px;
    width: 5px;
    height: 50%;
}

.ex_hpservice_slide .services-text h3.title {
    text-transform: capitalize;
    color: #181b22;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.ex_hpservice_slide .services-text h3.title:after {
    display: none;
}

.ex_hpservice_slide .services-text p {
    display: none;
}

.ex_hpservice_slide .service_btn {
    padding: 5px 15px;
    background-color: #083199;
    font-size: 0;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: normal;
    margin-top: 0;
    border-radius: 0 15px 0 15px;
    width: fit-content;
}

.ex_hpservice_slide .service_btn:hover {
    background-color: #006dfe;
}

.ex_hpservice_slide .service_btn:before {
    content: 'Explore More';
    font-size: 16px;
}

.ex_hpservice_slide .service_btn i {
    display: none;
}

.ex_hpservice_slide .services-content .overlay {
    display: none;
}

/* project */

.index_wrapper_6 {
    padding-bottom: 100px;
}

.index_wrapper_6 .row.innerRow_6 {
    align-items: center;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_project_main {
    z-index: 0;
    width: fit-content;
}

.hp_project_main:before {
    content: '';
    background-color: #173fb8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -40%);
    width: 500px;
    height: 150px;
    z-index: -1;
    clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0 100%);
}

.hp_project_content {
    gap: 50px;
}

.hp_project_content:before {
    content: '';
    background-color: #181b22;
    position: absolute;
    top: 0;
    left: -150px;
    transform: translate(-15px, 10px);
    width: 150px;
    height: 5px;
}

.hp_project_content .hp_button {
    flex: none;
}

.index_wrapper_6 #index_6 #index_6_2 {
    position: relative;
    left: 150px;
}

.hp_project_bottom {
    gap: 15px;
}

.hp_project_bottom a {
    color: #181b22;
}

.hp_project_bottom a:hover {
    color: #006cff;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
    margin-right: -150px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    display: none !important;
}

.hp_photoGallerySlider_type3 .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.hp_photoGallerySlider_type3 .slick-dots {
    bottom: 0;
    padding: 15px;
    display: flex;
}

.hp_photoGallerySlider_type3 .slick-dots li {
    margin: auto;
    height: auto;
    width: 100%;
}

.hp_photoGallerySlider_type3 .slick-dots li button {
    background-color: #cecece;
    padding: 0;
    height: 5px;
    width: 100%;
}

.hp_photoGallerySlider_type3 .slick-dots li.slick-active button {
    background-color: #181b22;
}

.hp_photoGallerySlider_type3 .slick-dots li button:before {
    display: none;
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    opacity: 1 !important;
    transform: none !important;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
    height: 250px;
    padding-top: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

/* about */

.index_wrapper_7 .row.outerRow_7 {
    align-items: center;
}

.index_wrapper_7 #index_8 {
    padding-top: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 15px !important;
}

#hp-about {
    scroll-margin-top: 155px;
}

.hp_about_content {
    gap: 15px;
    left: 90px;
}

.hp_about_content:before {
    content: '';
    background-color: #181b22;
    position: absolute;
    top: 15px;
    left: -150px;
    transform: translateX(-15px);
    width: 150px;
    height: 5px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.hp_about_content div.position-relative:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28270/image/F-ELEMENT.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: 50px;
    width: 100%;
    height: 100%;
}

.hp_about_content .hp_title {
    color: #181b22;
}

.hp_about_content .hp_line {
    width: 50px;
    clip-path: none;
}

/* image */

.index_wrapper_9 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.index_wrapper_9:before {
    content: '';
    background-color: #173fb8;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 75px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_image_content {
    bottom: 0;
    right: 0;
}

.hp_image_content:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 45px;
    left: 0;
    transform: translateX(-15px);
    width: 150px;
    height: 5px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    z-index: 1;
}

.hp_image_content_box {
    background-color: #173fb8;
    gap: 15px;
    padding: 25px 50px 25px 150px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.hp_image_content_box .hp_button a button {
    background-color: #006cff;
    border-radius: 0 15px 0 15px;
}

.hp_image_content_box .hp_button a button:hover {
    background-color: #083199;
}

/* footer */

.footer_type4 {
    padding-top: 100px;
    padding-bottom: 0;
    background-color: #ffffff;
    background-image: inherit;
    color: #181b22;
    position: relative;
    overflow: hidden;
}

.footer_type4:before {
    content: '';
    background-color: #e9f3ff;
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}

.footer_type4 .container.pt-3 {
    padding-top: 0 !important;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0 {
    padding: 15px;
}

.footer_type4 .left_line {
    border-right: 0;
}

.footer_type4 h6 {
    margin-bottom: 15px;
    font-weight: normal;
    line-height: normal;
    position: relative;
    padding-top: 15px;
}

.footer_type4 h6:before {
    content: '';
    background-color: #181b22;
    position: absolute;
    top: -5px;
    left: 0;
    width: 65px;
    height: 5px;
}

.footer_type4 .w-100.my-3.text-left.p-0 {
    margin-bottom: 0 !important;
}

.footer_type4 .npfooter_languagebar a {
    color: #181b22;
}

.footer_type4 ul {
    margin-bottom: 0;
}

.footer_type4 ul li a {
    color: #181b22;
}

.footer_type4 a:hover {
    color: #006dfe;
}

.footer_type4 .social_media li {
    margin-bottom: 0;
}

.footer_type4 .social_media li a {
    display: flex;
}

.footer_type4 .form-control {
    background-color: #eaeaea;
}

.footer_type4 .btn {
    background-color: #173fb8 !important;
}

.footer_type4 .btn:hover {
    background-color: #083199 !important;
}

.footer_type4 .col-12.mt-5 {
    margin-top: 100px !important;
    padding: 15px;
    background-color: #173fb8;
    position: relative;
    color: #ffffff;
}

.footer_type4 .col-12.mt-5:before {
    content: '';
    background-color: #173fb8;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}

.footer_type4 .col-12.mt-5:after {
    content: '';
    background-color: #173fb8;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
}

.footer_type4 .copy_right.text-center p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type4 .copy_right.text-center p.text-center.py-1 {
    padding: 0 !important;
}

.footer_type4 .copy_right.text-center p.text-center.py-1 a {
    padding-left: 0 !important;
}

.footer_type4 .text-center.mt-1 {
    margin-top: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #181b22;
    font-weight: 500;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1rem;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner_content {
    width: 35%;
    right: 0;
}

/* category */

.index_wrapper_3 section .col-12.col-sm-5.p-3 {
    flex: 0 0 50%;
    max-width: 50%;
}

.index_wrapper_3 section .col-12.col-sm-5.p-3 .hp_category_box {
    margin-right: 15px;
}

/* project */

.hp_project_main:before {
    transform: translate(-35%, -55%);
}

.index_wrapper_6 #index_6 #index_6_2 {
    left: 0;
}

/* about */

.index_wrapper_7 section .col-12.col-sm-11.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_about_content {
    left: 0;
}

.hp_about_content div.position-relative:before {
    right: 0;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    height: auto;
}

.navbar_mobile .row_1 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 15px !important;
    justify-content: flex-end;
}

.navbar_mobile .btn-outline-light {
    border-radius: 0 !important;
    border: 0;
    font-size: 16px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #006dfe;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

/*
.navbar_mobile .logo_img {
    max-height: 35px;
}
*/


.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #181b22;
}

.side_menu input {
    border-radius: 5px;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #181b22;
}

.side_menu input::placeholder {
    color: #181b22 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #181b22 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #006dfe !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
}

.side_menu .list-group .list-group-item a:hover {
    color: #006dfe;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #006dfe;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #006dfe;
}

/* banner */

.slider_banner .slick-dots:before {
    width: 45%;
}

.slider_banner .item img {
    height: 550px !important;
    object-fit: cover;
    object-position: left;
}

.slider_banner .banner_content:before {
    content: '';
    background: linear-gradient(transparent, rgba(24, 27, 34, 0.50));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp_banner_content {
    width: 100%;
    right: 0;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(24, 27, 34, 0.50);
}

.hp_banner_content h2 {
    font-size: 35px;
}

.hp_banner_scroll {
    max-width: 50px;
}

.hp_banner_scroll a img {
    object-position: center !important;
}

/* category */

.index_wrapper_3 section .col-12.col-sm-5.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto !important;
}

.hp_category_box {
    margin: auto 15px;
}

.hp_title {
    font-size: 30px;
}

.hp_title br {
    display: none;
}

.hp_category_box_content p {
    font-size: 12px;
}

.index_wrapper_3 section .col-12.col-sm-6.p-3.d-flex.h-100 {
    height: auto !important;
}

/* benefit */

.hp_benefit {
    grid-template-columns: repeat(2, 1fr);
    box-shadow: none;
    filter: drop-shadow(0 0 15px rgba(24, 27, 34, 0.15));
}

.hp_benefit_box {
    padding: 15px;
}

.hp_benefit_box h3 {
    font-size: 20px;
}

.hp_benefit_box p {
    font-size: 12px;
}

/* service */

.index_wrapper_5:before {
    width: 100%;
}

.hp_service_content {
    flex-direction: column;
}

.hp_service_content p {
    color: #ffffff !important;
}

.ex_hpservice_slide .slick-list.draggable {
    margin-right: 0;
}

/* project */

.hp_project_main:before {
    transform: translate(-35%, -50%);
    height: 100px;
}

.hp_project_content {
    flex-direction: column;
}

.index_wrapper_6 #index_6 #index_6_2 {
    left: 0;
}

.hp_photoGallerySlider_type3 {
    margin-right: 0;
}

/* about */

#hp-about {
    scroll-margin-top: 75px;
}

.index_wrapper_7 section .col-12.col-sm-11.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_about_content {
    left: 0;
}

.hp_about_content div.position-relative:before {
    right: 0;
}

/* image */

.hp_image_image img {
    object-fit: cover;
    height: 500px !important;
}

.hp_image_content:before {
    transform: translateX(-60px);
}

.hp_image_content_box {
    padding: 25px 50px 25px 100px;
}

/* footer */

.footer_type4:before {
    width: 100%;
    clip-path: none;
}

.footer_type4 .left_line {
    margin-bottom: 0 !important;
    border-bottom: 0;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0 {
    margin-bottom: 0 !important;
}

.footer_type4 .col-12.mt-5 {
    padding-bottom: 100px;
}

}

/* */