@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body > br {
    display: none;
}

body {
    font-size: 14px !important;
}

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

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}


/*navigation bar*/
.navbar_type8 {
    height: 120px;
    padding: 0 6% 0 7%;
    background-color: #fff;
    border-bottom: .8px solid #ccc;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    border-bottom: .8px solid #ccc !important;
    background-color: rgb(255,255,255,0.9) !important;
}

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 21.5%;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 5px 0;
    object-position: left;
}

.navbar_type8 .nav_tab {
    padding: 0;
    gap: 1.5vw;
    flex: 0 1 78.5%;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
}

.navbar_type8 .nav_tab .nav_item:nth-last-child(3) {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    color: #000;
    font-weight: 600;
    padding: 1vw;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 110%;
    width: 0;
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    height: 3.8px;
    background-image: linear-gradient(to left, #e502a9, #0844e3);
    border-radius: 30px;
    transform: translate(-50%, 0);
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 90%;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
  color: #fff !important;
    background-image: linear-gradient(to left, #e502a9, #0844e3);
}

/*footer*/
.footer_type10 {
    color: #1a1948;
    background-color: #fff;
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
    overflow: hidden;
    line-height: 1.6;
    border-top: .8px solid #ccc;
}

.footer_type10 .text {
    color: #1a1948 !important;
    font-size: 14px;
}

.footer_type10 .icon i,
.footer_type10 a,
.footer_type10 .social_media a .icon_s i {
    color: #1a1948;
}

.footer_type10 .social_media a .icon_s {
    width: 25px;
    height: 25px;
}

.footer_type10 .social_media a .icon_s i {
    font-size: 20px;
}

.footer_type10 .text-light {
  color: #1a1948 !important;
}

.footer_type10 a:hover,
.footer_type10 a.text:hover,
.footer_type10 a.text-light:focus,
.footer_type10 a.text-light:hover,
.footer_type10 .social_media a:hover .icon_s i {
    color: #d802a0 !important;
}

.footer_type10 .sub_title {
    border-bottom: .8px solid #1a1948;
}

.footer_type10 .line_top {
    border-top: .8px solid #1a1948;
}

.footer_type10 .sub_title p {
    font-size: 19px;
}

.footer_type10 .logo img {
    max-height: 65px;
}

.footer_type10 .title {
    min-height: 65px;
}

/*homepage banner*/
.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 7vw 10vw;
}

.hp_banner_box {
    width: 60%;
}

.hp_banner_title {
    font-size: 3vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5vw;
}

.hp_banner_small {
    font-size: 2.1vw;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3.5vw;
    letter-spacing: 1px;
}

.hp_banner_keyword {
    font-size: 1.3vw;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: .5px;
    width: 85%;
    line-height: 1.6;
}

.hp_banner_button {
    display: flex;
    gap: 1vw;
    margin-top: 4vw;
}

.hp_banner .hp_button {
    background-image: unset;
    background-color: #fff;
    color: #000;
    font-weight: 600;
}

.hp_banner_point {
    display: flex;
    align-items: center;
    gap: 1vw;
    padding: 0 2vw;
    border-right: .8px solid #fff;
}

.hp_banner_point:last-child {
    border-right: none;
}

.hp_banner_icon img {
    max-width: 2vw;
}

.hp_banner_point:hover .hp_banner_icon img {
    animation: 1s jello;
}

.hp_banner_text {
    font-size: 1.3vw;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
}

.hp_banner_group {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.8vw 6vw 1.8vw 8vw;
    background-image: linear-gradient(to right, #1b194b, transparent);
    display: flex;
    align-items: center;
}

/*homepage services*/
#main_index .index_wrapper_3 {
    padding: 5rem 13.5%;
}

.hp_services_top_box {
    margin-bottom: 2rem;
}

.hp_big_title {
    font-size: 2.25vw;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

#main_index .serviceCategoryList {
    background-color: transparent !important;
    padding: 0 !important;
}

#main_index .serviceCategoryList .container {
    max-width: 100%;
}

#main_index .serviceCategoryList .service_catbox {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 10px 0;
    padding: 0 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

#main_index .serviceCategoryList .service_catbox:hover {
    transform: translateY(-10px);
}

#main_index .serviceCategoryList .service_catbox:nth-child(n+5) {
    display: none;
}

#main_index .serviceCategoryList .content-box {
    margin-top: -0.8px;
    padding: 17px 35px;
    background-color: transparent;
    background-image: linear-gradient(to right, #0c3edb, #d4039f);
}

#main_index .serviceCategoryList .general_btn {
    border: none;
    color: transparent;
    position: absolute;
    left: 10px;
    top: 0;
    width: calc(100% - 20px);
    height: 100%;
    font-size: 0 !important;
    padding: 0;
}

#main_index .serviceCategoryList .general_btn:hover {
    background-color: transparent;
    color: transparent;
}

#main_index .serviceCategoryList .service_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: .5px;
}

#main_index .serviceCategoryList .img_frame {
    height: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 45%;
}

#main_index .serviceCategoryList .service_catbox .img_frame img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

#main_index .index_wrapper_4 {
    padding: 5rem 10%;
    background-color: #f2f2f2;
}

.hp_review_top_box {
    margin-bottom: 2rem;
}

#main_index .serviceCategoryList .service_catbox:hover .img_frame img {
    transform: translate(-50%, -50%) scale(1.1);
}

#main_index .ex_hp_googleReviewDefault .container {
    max-width: 100%;
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewItems {
    margin: 10px;
    box-shadow: none;
    border-radius: 15px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewItems:hover {
    transform: translateY(-10px);
}

#main_index .ex_hp_googleReviewDefault .slick-prev::before,
#main_index .ex_hp_googleReviewDefault .slick-next::before {
    text-shadow: none;
    color: #999;
    opacity: 1;
    font-size: 25px;
}

#main_index .ex_hp_googleReviewDefault .slick-next {
    right: -30px;
}

#main_index .ex_hp_googleReviewDefault .slick-prev {
    left: -30px;
}

#main_index .ex_hp_googleReviewDefault .slick-arrow {
    z-index: 5;
    cursor: pointer;
}

#main_index .ex_hp_googleReviewDefault .slick-arrow.slick-disabled {
    opacity: 0.3;
}

#main_index .ex_hp_googleReviewDefault .slick-dots li,
#main_index .ex_hp_googleReviewDefault .slick-dots li button,
#main_index .ex_hp_googleReviewDefault .slick-dots li button::before {
    width: 8px;
    height: 8px;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .ex_hp_googleReviewDefault .slick-dots li {
    margin: 0 5px;
}

#main_index .ex_hp_googleReviewDefault .slick-dots li button::before {
    color: transparent;
    font-size: 0;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #999;
    border-radius: 30px;
    opacity: 1;
}

#main_index .ex_hp_googleReviewDefault .slick-dots li.slick-active,
#main_index .ex_hp_googleReviewDefault .slick-dots li.slick-active button,
#main_index .ex_hp_googleReviewDefault .slick-dots li.slick-active button::before {
    width: 35px;
}

#main_index .ex_hp_googleReviewDefault .slick-dots li.slick-active button::before {
    background-image: linear-gradient(to right, #1b2eb9, #b20390);
}

#main_index .ex_hp_googleReviewDefault .slick-dots {
    display: flex;
    justify-content: center;
    bottom: 0;
    margin-top: 2rem;
}

#main_index .ex_hp_googleReviewDefault .slick-slider {
    margin-bottom: 0 !important;
}

/*homepage why*/
.hp_why {
    background-image: url('https://cdn1.npcdn.net/userfiles/27227/image/C-Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 5rem 12%;
}

.hp_why .hp_big_title {
    color: #fff;
}

.hp_keyword {
    font-size: 15.5px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.4;
}

.hp_why .hp_keyword {
    color: #fff;
    width: 50%;
    margin: 1rem auto 3rem;
    font-weight: 300;
}

.hp_why_ebox {
    margin: 10px 0;
    padding: 0 10px;
}

.hp_why_box {
    padding: 30px;
    background-color: #fff;
    border-radius: 25px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

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

.hp_why_icon img {
    max-width: 75px;
}

.hp_why_box:hover .hp_why_icon img {
    animation: 1s jello;
}

.hp_why_title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 25px 0 45px;
}

.hp_why_title span {
    display: block;
}

.hp_why_keyword {
    font-size: 15.5px;
    margin-bottom: 0;
    color: #000;
    line-height: 1.4;
}

/*homepage about*/
.hp_about {
    padding: 5rem 7.5%;
    position: relative;
}

.hp_about::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -4.5vw;
    width: 20vw;
    height: 20vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/27227/image/D-Picture.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 50%;
    animation: rotateHand 2.5s infinite ease-in-out;
    transform-origin: bottom left;
}

@keyframes rotateHand {
  0%, 100% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
}

.hp_about_right {
    padding: 0;
}

.hp_about_right_box {
    width: 105%;
    position: relative;
    left: -5%;
}

.hp_about_right_box img {
    animation: floating 2s infinite ease-in-out;
}

@keyframes floating {
  0%, 100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0px);
  }
}

.hp_about_top_box .hp_keyword {
    width: 43%;
    margin: 1rem auto 4rem;
}

.hp_about_left_box {
    padding-right: 6vw;
}

.hp_about_button {
    display: flex;
    margin-top: 2.5rem;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 10px 35px;
    background-color: transparent;
    color: #ffff;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15.5px;
    cursor: pointer;
    background-image: linear-gradient(to right, #1b2eb9, #b20390);
    font-weight: 500;
}

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

.hp_button:active {
    transform: scale(0.75);
}

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

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

/*homepage project*/
#main_index .index_wrapper_7 {
    padding: 5.5rem 7.5% 7.5rem;
    background-color: #f2f2f2;
}

.hp_project {
    margin-bottom: 3.5rem;
}

.hp_project .hp_keyword {
    width: 80%;
    margin-top: 15px;
}

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

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0 5px;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .col-12,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover .gallery_box img {
    transform: translate(-50%, -50%) scale(1.15);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    text-shadow: 0 0 5px black;
    opacity: 1;
    filter: brightness(0) invert(1);
    width: 20px;
    height: 20px;
}

/*homepage contact*/
#main_index .index_wrapper_8 {
    background-image: url('https://cdn1.npcdn.net/userfiles/27227/image/F-Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 5rem 7.5%;
}

.hp_contact .hp_big_title {
    font-size: 2.4vw;
    color: #fff;
    margin-bottom: 15px;
}

.hp_contact_keyword {
    font-size: 1.85vw;
    color: #fff;
    line-height: 1.3;
    width: 90%;
    margin-bottom: 0;
}

.hp_contact_img {
    width: 76%;
    margin: 2rem auto 0;
}

#main_index .contact_us_type3 {
    position: relative;
    left: 6.5%;
    padding-right: 4vw;
}

#main_index .contact_us_type3 .google_map {
    display: none;
}

#main_index .contact_us_type3 .hpform {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    color: #fff;
    font-size: 13.5px;
    font-weight: 300;
    line-height: 1.6;
}

#main_index .contact_us_type3 .hpform h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
}

#main_index .contact_us_type3 .hpform .form-group {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 0;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon a,
#main_index .contact_us_type3 .hpform .contactus-fa-icon a:hover {
    color: #fff;
}

#main_index .contact_us_type3 .hpform .form-group .form-control {
    border-radius: 0;
}

#main_index .contact_us_type3 .hpform .form-group .btn-success {
    background-color: #fff;
    border-radius: 0;
    border: none;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 7px 40px;
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.25vw;
    }
    
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner_keyword {
        font-size: 1.5vw;
    }
    .hp_banner_text {
        font-size: 1.5vw;
    }
    .hp_banner {
        padding: 7vw 6vw;
    }
    .hp_banner_group {
        padding: 1.8vw 5vw 1.8vw 4vw;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_3 {
        padding: 4rem 20px;
    }
    .hp_big_title {
        font-size: 28px;
    }
    .hp_services_top_box,
    .hp_review_top_box {
        margin-bottom: 1.5rem;
    }
    #main_index .serviceCategoryList .service_title {
        font-size: 18px;
    }
    #main_index .serviceCategoryList .content-box {
        padding: 15px 30px;
    }
    
    #main_index .index_wrapper_4 {
        padding: 4rem 20px;
    }
    #main_index .ex_hp_googleReviewDefault .slick-next {
        right: -15px;
    }
    #main_index .ex_hp_googleReviewDefault .slick-prev {
        left: -15px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 20px;
    }
    .hp_keyword {
        font-size: 14.5px;
    }
    .hp_why .hp_keyword {
        margin: 1rem auto 2rem;
    }
    .hp_why_box {
        padding: 25px;
        border-radius: 15px;
    }
    .hp_why_icon img {
        max-width: 70px;
    }
    .hp_why_title {
        font-size: 18px;
        margin: 20px 0 30px;
    }
    .hp_why_keyword {
        font-size: 14.5px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_about_top_box .hp_keyword {
        width: 52%;
        margin: 1rem auto 2.5rem;
    }
    
    /*homepage project*/
    #main_index .index_wrapper_7 {
        padding: 4rem 15px;
    }
    .hp_project .hp_keyword {
        width: 100%;
    }
    .hp_project {
        margin-bottom: 2rem;
    }
    .hp_button {
        font-size: 14.5px;
        padding: 9px 25px;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-dots {
        display: none !important;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-slider {
        margin-bottom: 0 !important;
    }
    
    /*homepage contact*/
    #main_index .index_wrapper_8 {
        padding: 4rem 15px;
    }
    #main_index .outerRow_8 {
        align-items: center;
    }
    .hp_contact .hp_big_title {
        font-size: 28px;
    }
    .hp_contact_keyword {
        font-size: 16px;
        line-height: 1.5;
    }
    .hp_contact_img {
        width: 100%;
    }
    #main_index .contact_us_type3 {
        left: 0;
        padding-right: 15px;
    }
    #main_index .contact_us_type3 .contactus-fa-icon .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

.side_menu {
    background-color: #1b194b;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage services*/
    
    
    /*homepage why*/
    .hp_why_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hp_why_title {
        margin: 20px 0;
    }
    .hp_why_title span {
        display: unset;
    }
    
    /*homepage about*/
    
    
    /*homepage project*/
    
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 490px;
        object-fit: cover;
        object-position: right;
        padding-top: 160px;
        background-color: #791fbd;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 160px;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to bottom, #791fbd, transparent);
    }
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_title {
        font-size: 22px;
    }
    .hp_banner_small {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .hp_banner_keyword {
        font-size: 12px;
        width: 100%;
    }
    .hp_banner .hp_button {
        font-size: 12px;
        padding: 6px 15px;
    }
    .hp_banner_icon img {
        max-width: 20px;
    }
    .hp_banner_text {
        font-size: 12px;
    }
    .hp_banner_point {
        gap: 5px;
        padding: 0 15px;
    }
    .hp_banner_group {
        padding: 8px 0;
        width: 100%;
        background-image: linear-gradient(to right, #1b194b, rgba(27, 25, 75, 0.8), transparent);
    }
    
    /*homepage services*/
    #main_index .serviceCategoryList .service_catbox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #main_index .serviceCategoryList .service_title {
        font-size: 17px;
    }
    #main_index .serviceCategoryList .content-box {
        padding: 12px 20px;
    }
    #main_index .serviceCategoryList .img_frame {
        padding-top: 52%;
    }
    
    #main_index .ex_hp_googleReviewDefault .slick-dots {
        flex-wrap: wrap;
        gap: 15px 0;
    }
    
    /*homepage why*/
    .hp_why_ebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hp_why .hp_keyword {
        width: 100%;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 7rem 15px 4rem;
    }
    .hp_about_top_box .hp_keyword {
        width: 100%;
    }
    .hp_about_left_box {
        padding: 0;
        margin-bottom: 3rem;
    }
    .hp_about_right_box {
        width: 100%;
        left: 0;
    }
    .hp_about::before {
        left: -5px;
        top: -35px;
        width: 130px;
        height: 130px;
    }
    
    /*homepage project*/
    .hp_project_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    
    /*homepage contact*/
    .hp_contact_keyword {
        width: 100%;
    }
    .hp_contact_box {
        margin-bottom: 3rem;
    }

}