
body > br{
    display: none;
}

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

/*.slider_banner .banner_content {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 75% !important;*/
/*}*/
/*.slider_banner .banner_content > div {*/
/*    font-size: 36px;*/
/*    font-weight: 600;*/
/*    line-height: 1.5;*/
/*    color: #fff;*/
/*    text-align: center;*/
    /*text-shadow: 2px 2px 6px #000;*/
/*    text-transform: capitalize;*/
/*}*/
.btn-3{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 40px;
    max-width: 250px;
    text-transform: uppercase;
    color: #fff;
    /*background: #80c90a;*/
    background: linear-gradient(to left, #aec6cf, #7ea5b3);
    text-decoration:none;
    transition: 0.5s ease-in-out;
    font-size:16px;
    font-weight: 600;
    z-index: 9;
    letter-spacing: 0.5px;
    border-radius: 50px;
  }
  .btn-3:before, .btn-3:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 20px solid #aec6cf;
    border-bottom: 20px solid #aec6cf;
    z-index: -1;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 20px;
  }
  .btn-3:before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .btn-3:after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .btn-3:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
  .btn-3:hover:before {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  .btn-3:hover:after {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  
/*  .navbar_type8 .logo img {*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*    padding: 8px 0;*/
/*}*/
/*.dark_nav {*/
/*    background-color: rgba(255, 255, 255, 0.9) !important;*/
/*    box-shadow: 1px 1px 3px #666;*/
/*}*/
/*.navbar_type8 .nav_tab .nav_item {*/
/*    text-transform: capitalize;*/
/*    padding: 10px 0;*/
/*}*/
/*.navbar_type8 .nav_tab .nav_item a {*/
/*    font-size: 15px;*/
/*    color: #666;*/
/*    padding: 0 25px;*/
/*    font-weight: 400;*/
/*    border-right: 2px solid;*/
/*}*/
/*.navbar_type8 .nav_tab .nav_item:last-child a{*/
/*    border: none;*/
/*}*/
/*.dark_nav .nav_tab .nav_item a {*/
/*    font-size: 15px;*/
/*    color: #666;*/
/*}*/
/*.navbar_type8 .logo {*/
/*    flex: 0 1 12%;*/
/*    margin-left: 65px;*/
/*}*/
/*.navbar_type8 .nav_tab {*/
/*    flex: 0 1 88%;*/
/*}*/
/*.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {*/
/*    color: #81c90a;*/
/*    padding: 0.5rem 1.5rem;*/
/*}*/
/*.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {*/
/*    color: #333 !important;*/
/*    background: #81c90a;*/
/*}*/
/*.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item span {*/
/*    display: none;*/
/*}*/
/*.navbar_type8 .nav_tab .active {*/
/*    color: #666 !important;*/
/*}*/
/*.dark_nav .nav_tab .active {*/
/*    color: #666 !important;*/
/*}*/
/*.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {*/
/*    box-shadow: 0 0 5px #333;*/
/*}*/
/*.navbar_type8 .nav_tab .nav_item::before {*/
/*    width: 70%;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    top: 88%;*/
/*}*/

/*navbar*/

.navbar_type8 {
    height: 120px;
    margin-top: 0px;
    background: #fff;
    border-bottom: 2px solid #dbd8d8;
}

#main_index .navbar_type8 {
    border-bottom: 1px solid #fff;
}

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

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    padding: 15px 2vw;
    text-transform: capitalize;
}

.navbar_type8 .nav_tab .nav_item:last-child a,
.navbar_type8 .nav_tab .nav_item:nth-last-child(2) a {
    padding: 15px 1vw;
}

.navbar_type8 .nav_tab .nav_item:nth-child(1n+2) a:before {
    content: "/";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    color: #000;
}

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

.navbar_type8 .nav_tab .nav_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60%;
    height: 2px;
    background: #aec6cf;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    border-bottom: 1px #1a1a1a;
}

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

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

/*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: 20vw;
    left: 16vw;
    transform: translate(-20%, -50%);
    width: 50%;
}

.n_bannerTitle {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin-top: 0vw;
    padding: 0vw 6vw 0vw 0vw;
}

.n_bannerTitle span {
    color: #7ea5b3;
}

/*.n_bannerViewMore {*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*    color: #fff;*/
/*    background: #0061ab;*/
/*    text-align: center;*/
/*    padding: 0%;*/
/*    height: 2.8vw;*/
/*    width: 11vw;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    transition: 0.25s all linear;*/
/*    border-radius: 35px;*/
/*    margin-top: 1.5vw;*/
/*}*/

/*.n_bannerViewMore:hover {*/
/*    color: #fff;*/
/*    background: #89d939;*/
/*    text-decoration: none;*/
/*}*/

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

/*.n_bannerViewMore:hover {*/
/*    transform: scale(1.05);*/
/*}*/

/*.n_bannerViewMore:active {*/
/*    transform: scale(0.85);*/
/*}*/

/*.n_bannerViewMore:hover::before {*/
/*    animation: shine 1.5s ease-out infinite;*/
/*}*/

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

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

/*  60% {*/
/*    left: 100%;*/
/*  }*/

/*  to {*/
/*    left: 100%;*/
/*  }*/
/*}*/

.n_bannerViewMore{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 40px;
    max-width: 250px;
    text-transform: uppercase;
    color: #fff;
    /*background: #80c90a;*/
    background: linear-gradient(to left, #0061ab, #119eff);
    text-decoration:none;
    transition: 0.5s ease-in-out;
    font-size:16px;
    font-weight: 600;
    z-index: 9;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin-top: 1.5vw;
    }
    .n_bannerViewMore:before, .n_bannerViewMore:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 20px solid #aec6cf;
    border-bottom: 20px solid #aec6cf;
    z-index: -1;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 20px;
    }
    .n_bannerViewMore:before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    }
    .n_bannerViewMore:after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    }
    .n_bannerViewMore:hover {
    color: #fff !important;
    text-decoration: none !important;
    }
    .n_bannerViewMore:hover:before {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    }
    .n_bannerViewMore:hover:after {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    }

@media screen and (max-width: 1200.5px){
    .n_bannerTitle {
        font-size: 40px;
        font-weight: 700;
        color: #000;
        line-height: 1.1;
        margin-top: 0vw;
        padding: 0vw 6vw 0vw 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerTitle {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        line-height: 1.1;
        margin-top: 0vw;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .n_bannerViewMore{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        width: 90%;
        height: 40px;
        max-width: 250px;
        text-transform: uppercase;
        color: #fff;
        /*background: #80c90a;*/
        background: linear-gradient(to left, #0061ab, #119eff);
        text-decoration:none;
        transition: 0.5s ease-in-out;
        font-size:14px;
        font-weight: 600;
        z-index: 9;
        letter-spacing: 0.5px;
        border-radius: 50px;
        margin-top: 2.5vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 28vw;
        left: 15vw;
        transform: translate(-20%, -50%);
        width: 55%;
    }
}

.categorys {
    position: relative;
    background: #ebebeb; 
    padding: 4% 15px;
}

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

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

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

.index_wrapper_3 {
    position: relative;
}

.index_wrapper_3::after {
    content: "About Us";
    position: absolute;
    right: 14%;
    top: 87%;
    transform: translate(50%, -50%);
    font-size: 270px;
    font-weight: 800;
    font-style: italic;
    color: rgba(242, 242, 242, 0.3);
    white-space: nowrap;
    pointer-events: none;
    z-index: -1;
}

/*services*/

#main_index .service_3 {
    position: relative;
    z-index: 1;
    margin-top: 4vw;
    margin-bottom: 4vw;
}

#main_index .service_3 .service_box .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    width: 93%;
    height: 95%;
    opacity: 1;
    border-radius: 20px;
    transition: 0.3s linear;
}

#main_index .service_3 .service_box {
    position: relative;
    overflow: hidden;
    padding: 10px 15px !important;
}

#main_index .service_3 .service_box:hover img {
    -webkit-transform: none;
    transform: none;
}

#main_index .service_3 .service_box .content h3 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-align: left;
    position: absolute;
    top: 90%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#main_index .service_3 .service_box img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s;
    border-radius: 20px;
}

/*new_services*/

#main_index .ex_hpservice_slide {
    margin-block: 10px;
    background-color: transparent;
    padding: 3rem 0 5rem 0;
}

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

#main_index .ex_hpservice_slide .slick-slider {
    z-index: 0;
    padding: 0px;
}

#main_index .ex_hpservice_slide .services-text h3.title {
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    text-align: left;
    /* height: 50px; */
}

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

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

#main_index .ex_hpservice_slide .service_btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0px 15px;
    width: 60%;
    margin-top: 20px;
    background-color: #aec6cf;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: 0.25s all linear;
}

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

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

#main_index .ex_hpservice_slide .service_btn:hover {
    transform: scale(1.05);
}

#main_index .ex_hpservice_slide .service_btn:active {
    transform: scale(0.85);
}

#main_index .ex_hpservice_slide .service_btn:hover::before {
    animation: shine 1.5s ease-out infinite;
}

#main_index .ex_hpservice_slide .service_btn::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%;
  }
}

#main_index .ex_hpservice_slide .service_btn i.fa-chevron-right {
    display: none;
}

#main_index .ex_hpservice_slide .service_btn::after {
    content: "";
    width: 50px;
    height: 45px;
    background-image: url(https://cdn1.npcdn.net/img/1767596550button-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    /* margin-top: 3vw; */
    transform: translate(-10px, 19px);
}

#main_index .ex_hpservice_slide .controls.left {
    left: -38px;
    filter: brightness(0) invert(0);
}

#main_index .ex_hpservice_slide .controls.right {
    right: -38px;
    filter: brightness(0) invert(0);
}

@media screen and (max-width: 1200.5px){
    #main_index .service_3 .service_box .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5);
        background-color: transparent;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        width: 91%;
        height: 95%;
        opacity: 1;
        transition: 0.3s linear;
    }
    
    #main_index .service_3 .service_box .content h3 {
        font-size: 15px;
        font-weight: 700;
        color: white;
        text-align: left;
        position: absolute;
        top: 90%;
        left: 55%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

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

@media screen and (max-width: 767.5px){
    #main_index .service_3 {
        position: relative;
        z-index: 1;
        padding: 0vw 8vw 0vw 8vw;
    }
    
    #main_index .service_3 .service_box .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5);
        background-color: transparent;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        width: 85%;
        height: 91%;
        opacity: 1;
        transition: 0.3s linear;
    }
    
    #main_index .service_3 .service_box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        -webkit-transition: -webkit-transform 0.8s ease-in-out;
        transition: transform 0.8s;
    }
    
    #main_index .service_3 .service_box .content h3 {
        font-size: 15px;
        font-weight: 700;
        color: white;
        text-align: left;
        position: absolute;
        top: 84%;
        left: 59%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0vw 2vw 0vw 0vw;
    }
}

.index_wrapper_6, .index_wrapper_7 {
    background: #ebebeb;
    padding-bottom: 0%;
}

.index_wrapper_6 .container {
    max-width: 83.3333%;
}

#main_index .latest_new_type6 {
    margin-bottom: 10px;
    padding-top: 20px;
    padding: 0vw 9vw 5vw 9vw;
}

#main_index .latest_new_type6 .news_box .news_box_content {
    width: calc(100% - 30px);
    float: right;
    position: relative;
    margin-top: -60px;
    padding: 15px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
}

#main_index .latest_new_type6 .news_box .badge-primary {
    /*background-color: #0061ab;*/
    background: linear-gradient(to left, #0061ab, #119eff);
    letter-spacing: 1.2px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 11px;
}

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

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

@media screen and (max-width: 767.5px){
    .verticalTitle {
        position: relative;
        top: 0;
        right: 0;
        /*background: #ebebeb;*/
        /*font-size: 26px;*/
        /*color: #a8a8a8;*/
        writing-mode: initial;
        padding: 20px 0;
        font-weight: 600;
        transform: unset;
        display: flex;
        align-items: center;
        width: 100%;
        /*letter-spacing: 4px;*/
        justify-content: flex-start;
        padding-left: 6%;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 7vw 7vw 7vw 7vw;
    position: relative;
    z-index: 1;
    background-color: #ebebeb;
}

.hp_contact_img {
    width: 100%;
    max-width: 150%;
    margin-top: 0vw;
    margin-left: 0vw;
}

.hp_contact .title_big {
    font-size: 42px;
    font-weight: 900;
    color: #aec6cf;
    line-height: 1.3;
    padding: 0vw 0vw 0vw 0vw;
}

.hp_contact .content_all {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
    position: relative;
    padding: 0vw 1vw 0vw 0vw;
}

/*contact*/

.contactConntent {
    padding: 1vw 0vw 0vw 2vw;
}

.contact-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #aec6cf;
    border-radius: 10px;
    margin-right: 15px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    flex-shrink: 0;
    transition: all 0.3s ease; 
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
}

.contact-icon img {
    width: 18px;     
    height: auto;
}

.contact-phone {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    line-height: 1.2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-box:hover .contact-icon {
    transform: scale(1.2) rotate(15deg);
}

.contact-info {
    display: block;
    grid-template-columns: 85px auto;
    column-gap: 10px;
    row-gap: 20px;
}

.contact-info a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    text-decoration: none;
}

.contact-info p a {
    display: inline; 
}

.contact-info p {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    margin: 0px 0;
    display: contents;
    line-height: 1.6;
}

/*testing*/

/* Social media block */
.contact-social {
    margin-top: 36px;
}

/* Subtitle */
.contact-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #1f2933;
    margin-bottom: 16px;
}

/* Icons container */
.social-links {
    display: flex;
    gap: 18px;
}

/* Icon links */
.social-links a {
    width: 42px;
    height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

/* Icon images */
.social-links img {
    width: 20px;
    height: 20px;
}

/* Hover effect (clean & premium) */
.social-links a:hover {
    background-color: #1f2933;
    border-color: #1f2933;
}

.social-links a:hover img {
    filter: brightness(0) invert(1);
}


@media screen and (max-width: 1200.5px){
    .hp_contact .title_big {
        /*font-family: "PT Serif", serif;*/
        font-size: 28px;
        font-weight: 900;
        color: #5f0607;
        line-height: 1.3;
        padding: 0vw 0vw 0vw 0vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 1vw 5vw 6vw 5vw;
        position: relative;
        z-index: 1;
        background-color: #ebebeb;
    }
    
    .hp_contact .title_big {
        font-size: 28px;
        font-weight: 900;
        color: #aec6cf;
        line-height: 1.3;
        padding: 5vw 0vw 0vw 0vw;
    }
    
    .contactConntent {
        padding: 1vw 3vw 0vw 3vw;
    }
    
    .contact-phone {
        font-size: 15px;
        font-weight: 500;
        color: #555;
        line-height: 1.2;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .contact-info a {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        color: #555;
    }
}

.footer_type6 {
    background-color: #ededed;
    color: #333;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.footer_type6 a{
    color: #333;
}
.footer_type6 .input-container input, .footer_type6 .input-container label{
    color: #333;
}
.footer_type6 .input-container .submit {
    color: #333;
}
.footer_type6 .input-container .moveUp {
    color: #333;
}
.footer_type6 .title h6 {
    color: #82c90b;
}
.fCenter{
    display: flex;
    align-items: center;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "a b c d"
    "f e h g";
}

.a { grid-area: a; }
.b { grid-area: b; }
.c { grid-area: c; }
.d { grid-area: d; }
.e { grid-area: e; }
.f { grid-area: f; }
.g { grid-area: g; }
.h { grid-area: h; }

.grid-container img{
    width: 100%;
    height: 100%;
}
.grid-container > div:nth-child(even) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}
.contentTitle {
    color: #80c90a;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.contentTxt {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 20px;
}
.grid-container .btn-3 {
    max-width: 180px;
}

.Title1{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    color: #000;
}
.Title1:after {
    content: "";
    width: 70px;
    height: 1.4px;
    background: #aec6cf;
    position: absolute;
    right: -90px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.aboutus{
    padding: 8% 15px 6%;
    position: relative;
}
.mpad{
    padding: 0 4% 0 6%;
}
.verticalTitle {
    position: absolute;
    top: 0;
    right: 0;
    /*background: #ebebeb;*/
    background: linear-gradient(to bottom, #0061ab, #119eff);
    font-size: 26px;
    color: #fff;
    writing-mode: vertical-rl;
    padding: 60px 0;
    font-weight: 700;
    transform: rotateZ(180deg);
    display: flex;
    align-items: center;
    width: 80px;
    letter-spacing: 4px;
}
.index_wrapper_4 {
    background: #ebebeb;
    padding-bottom: 0%;
}
.index_wrapper_4 .container {
    max-width: 83.3333%;
}
.contentBox {
    margin-top: -20px;
    /*background: #80c90a;*/
    background: linear-gradient(to left, #0061ab, #119eff);
    padding: 3% 5%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
/*.contentBox i {*/
/*    font-size: 40px;*/
/*    color: #fff;*/
/*}*/

.contentBox a {
    color: #fff;
}

.contentBox .fa-map-marker-alt {
    /*font-size: 44px;*/
}
.contentBox i:before {
    vertical-align: sub;
}
.contactTitle {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.contactDetails {
    font-size: 15px;
    font-weight: 600;
    /*letter-spacing: 1px;*/
    line-height: 1.3;
    color: #eee;
    font-weight: 300;
}

.contentBox i {
    font-size: 20px;           
    color: #119eff;           
    background-color: #fff;   
    width: 45px;
    height: 45px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;        
    display: inline-block;
}

.contacts .Title1 {
    margin-top: 2vw;
}

@media screen and (max-width: 1200.5px){
    .contacts .contact_text {
        /* margin-left: 1vw; */
        padding: 0vw 0vw 0vw 3vw;
    }
}

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

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

.footer_type6 .title h6 {
    color: #82c90b;
    font-size: 18px !important;
}
.footer_type6 .logo {
    overflow: unset;
}
.footer_type6 .logo img {
    position: absolute;
    top: 35%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 60px;
}
#main_index .latest_new_type6 .news_box {
    background-color: #ebebeb;
}
#main_index .latest_new_type6 .news_box .img_frame {
    border-radius: 20px;
}
#main_index .latest_new_type6 .news_box .news_box_content {
    border-radius: 20px;
}
#main_index .latest_new_type6 .news_box {
    padding-right: 30px;
}
#main_custompage184 .page_title {
    padding-left: 30px;
}
#main_custompage184 .outerContainer_1 {
    max-width: 1140px;
}
#main_form268 ~ .p-3 {
    text-align: left !important;
    margin-left: 15px;
}
.navbar_type8 .nav_tab .dropdown:last-child .dropdown-menu-center {
    text-align: left;
}
@media only screen and (max-width: 1366px) {
    .contentTitle {
        /*color: #80c90a;*/
        font-size: 22px;
        line-height: 1.2;
    }
    .contentTxt {
        font-size: 14px;
    }
    .grid-container>div:nth-child(even) {
        padding: 0 22px;
    }
}

@media only screen and (max-width: 768px) {
    /*.slider_banner.slick-initialized.slick-slider .item.slick-slide > img{*/
    /*    min-height: 350px !important;*/
    /*    object-fit: cover;*/
    /*    }*/
    /*.grid-container {*/
    /*    display: block;*/
    /*}*/
    /*.Title1 {*/
    /*    font-size: 26px;*/
    /*    font-weight: 600;*/
    /*    margin-bottom: 30px;*/
    /*    position: relative;*/
    /*    width: fit-content;*/
        /*color: #80c90a;*/
    /*    line-height: 1.4;*/
    /*    margin-top: 20px;*/
    /*}*/
    /*.Title1:after {*/
    /*    content: "";*/
    /*    width: 100px;*/
    /*    height: 1.4px;*/
    /*    background: #bbb;*/
    /*    position: absolute;*/
    /*    right: unset;*/
    /*    top: unset;*/
    /*    left: 0;*/
    /*    bottom: -12px;*/
    /*    margin: auto 0;*/
    /*}*/
    .verticalTitle {
        position: relative;
        top: 0;
        right: 0;
        /*background: #ebebeb;*/
        /*font-size: 26px;*/
        /*color: #a8a8a8;*/
        writing-mode: initial;
        padding: 20px 0;
        font-weight: 600;
        transform: unset;
        display: flex;
        align-items: center;
        width: 100%;
        /*letter-spacing: 4px;*/
        justify-content: flex-start;
        padding-left: 6%;
    }
    .grid-container > div:nth-child(even) {
        padding: 30px;
    }
    .contentBox {
        margin-top: 20px;
        /*background: #80c90a;*/
        padding: 30px;
        border-radius: 0;
    }
    .contentBox i {
        /*font-size: 36px;*/
        /*color: #fff;*/
        margin-bottom: 10px;
    }
    /*.contentBox .fa-map-marker-alt {*/
    /*    font-size: 36px;*/
    /*    margin-top: 20px;*/
    /*}*/
    #main_index {
        padding-bottom: 0 !important;
    }
    #main_index .latest_new_type6 .news_box {
        padding-right: 10px;
    }
    /*.slider_banner .banner_content > div {*/
    /*    font-size: 16px;*/
    /*    text-shadow: 2px 2px 5px #000;*/
    /*}*/
    /*.mmargin1 {*/
    /*    margin: 15px 0 !important;*/
    /*}*/
    /*.mpad{*/
    /*    padding: 0 4% 0 6%;*/
    /*    order: 1;*/
    /*}*/
    /*.categorys {*/
    /*    padding-left: 6% !important;*/
    /*}*/
}

/*hp_contact*/

.index_wrapper_6, .index_wrapper_7 {
    background: transparent !important;
    padding-bottom: 0%;
}

.index_wrapper_6 {
    padding: 2vw 9.5vw 5vw 9.5vw;
    position: relative;
}

.index_wrapper_6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #7ea5b3;
    z-index: 0;
}

.hp_contact {
    padding: 4vw 7vw 4vw 7vw;
    position: relative;
    z-index: 1;
    background-image: url('https://cdn1.npcdn.net/img/1768401019contactBc.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
}

/*.hp_contact::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: rgba(0, 0, 0, 0.25); */
/*    z-index: 0;*/
/*    border-radius: 25px; */
/*}*/

.hp_contact > * {
    position: relative;
    z-index: 1;
}

.hp_contact .title_small {
    font-size: 1.35vw;
    font-weight: 700;
    color: #fff;
    /*letter-spacing: 4px;*/
    position: relative;
    margin-top: 2vw;
}

.hp_contact .title_big {
    font-size: 2.2vw;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
}

.hp_contact .hp_keyword {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 2.5vw;
    line-height: 1.9;
    /*padding: 0vw 15vw 0vw 15vw;*/
}

.n_contactViewMore {
    font-size: 1vw;
    font-weight: 400;
    color: #fff;
    background-color: #01a650;
    border: 1px solid #01a650; 
    text-decoration: none;
    display: inline-block;
    margin-top: 2vw;
    padding: 0.4vw 1vw;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 25px;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease, border 0.3s ease;
}

.n_contactViewMore:hover {
    background-color: #2f3192;
    color: #fff;
    border-color: #2f3192;
    transform: scale(0.95); 
}

.n_contactViewMore img.arrow-icon {
    margin-right: -9px !important;
    margin-left: 10px;
    width: 26px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease, filter 0.3s ease;
    vertical-align: middle;
}

.n_contactViewMore:hover img.arrow-icon {
    transform: rotate(45deg);
}

.social-links {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 1vw;
}

.social-links a {
    width: 42px;
    height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.social-links img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.social-links a:hover img {
    transform: scale(1.25);
}

.social-links a:hover img {
    filter: none !important;
}

.social-links a:hover {
    background-color: #7ea5b3;
    border-color: #7ea5b3;
}

/*new*/

.contactDetails {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contactIcon {
    font-size: 16px;
    color: #fff;
}

.contactTitle {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.contactText {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    line-height: 1.6;
}

.contactText a {
    color: #fff;
}

.hp_contact_box {
    display: flex;
    flex-wrap: wrap;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    /*padding: 20px;*/
    /*border-radius: 15px;*/
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}

.contactBorder {
    border-right: 1px solid #fff;
    display: flex;
    align-items: stretch; 
}

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

.contactBox {
    background-color: transparent;
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    height: 100%;
}

.socialIcons.mt-2 {
    gap: 15px;
    display: flex;
}

.socialIcons i {
    font-size: 18px;
    color: #b60000;
    transition: 0.3s;
    background-color: #fff;
    border-radius: 50%;
    padding: 1px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.socialIcons i:hover {
    color: #000;
    background-color: #fff;
}

.contactIcon.rotated {
    display: inline-block; 
    transform: rotate(-45deg); 
    transition: transform 0.3s ease;
}

.fa-facebook:before {
    content: "\f09a";
    color: #1877F2;
}

.fa-instagram:before {
    content: "\f16d";
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1200.5px){
    .hp_contact .title_small {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        /*letter-spacing: 4px;*/
        position: relative;
        margin-top: 4vw;
        margin-bottom: 2vw;
    }
    
    .hp_contact .title_big {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        line-height: 1.4;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 4vw 2vw 6vw 2vw;
        position: relative;
        z-index: 1;
        background-image: url(https://cdn1.npcdn.net/img/1768401019contactBc.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 25px;
    }

    .hp_contact .title_small {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        /*letter-spacing: 4px;*/
        position: relative;
        margin-top: 4vw;
        margin-bottom: 2vw;
    }
    
    .hp_contact .title_big {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        line-height: 1.4;
        position: relative;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
    
    .social-links {
        display: flex;
        gap: 18px;
        justify-content: center;
        margin-top: 4vw;
    }
    
    .contactBorder {
        border-right: 0px solid #fff;
        border-bottom: 1px solid #fff;
        display: flex;
        align-items: stretch; 
        padding: 10px;
    }
    
    .contactBorder:last-child {
        border-right: none;
        border-bottom: none;
    }
    
    .contactBox {
        background-color: transparent;
        padding: 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        height: 100%;
        text-align: center;
    }
    
    .contactDetails {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
    
    .socialIcons.mt-2 {
        gap: 15px;
        display: flex;
        justify-content: center;
    }
}

/*footer*/

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

.footer {
    background-color: #7ea5b3;
    color: white;
}

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

.footer_type8 {
    background-color: #7ea5b3;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.875;
}

.footerListServices {
    background-color: transparent;
    color: white;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem;
    overflow: hidden !important;
    background-image: url(https://cdn1.npcdn.net/img/1766567371Footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: 50% 50%;
}

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

.footerListServices .title {
    min-height: 120px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
}

.footerListServices .footerMove {
    margin-top: -5vw;
}

.side_menu form {
    display: none !important;
}

.side_menu input#search_name {
    display: none !important;
}

.side_menu button.fa-search {
    display: none !important;
}

.side_menu .social_media {
    text-align: left;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 300px;
    display: none !important;
}

.footer_type3 {
    background-color: #7ea5b3 !important;
    color: white;
}

@media screen and (max-width: 1300.5px){
    #main_index .ex_hpservice_slide .service_btn {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0px 15px;
        width: 65%;
        margin-top: 20px;
        background-color: #aec6cf;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        transition: 0.25s all linear;
    }
    
    .contactText {
        font-size: 11px;
        font-weight: 500;
        color: #fff;
        margin-top: 10px;
        line-height: 1.6;
    }
    
    .contactBox {
        background-color: transparent;
        padding: 10px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        height: 100%;
    }
}

@media screen and (max-width: 1200.5px){
    #main_index .ex_hpservice_slide .service_btn {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0px 15px;
        width: 75%;
        margin-top: 20px;
        background-color: #aec6cf;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        transition: 0.25s all linear;
    }
    
    .contactText {
        font-size: 9px;
        font-weight: 500;
        color: #fff;
        margin-top: 10px;
        line-height: 1.6;
    }
}

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

@media screen and (max-width: 767.5px){
    .verticalTitle {
        position: relative;
        top: 0;
        right: 0;
        /*background: #ebebeb;*/
        /*font-size: 26px;*/
        /*color: #a8a8a8;*/
        writing-mode: initial;
        padding: 20px 0;
        font-weight: 600;
        transform: unset;
        display: flex;
        align-items: center;
        width: 100%;
        /*letter-spacing: 4px;*/
        justify-content: flex-start;
        padding-left: 6%;
    }
    
    .contacts .contact_text {
        /* margin-left: 1vw; */
        padding: 0vw 0vw 4vw 3vw;
    }
    
    #main_index .ex_hpservice_slide .service_btn {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0px 15px;
        width: 65%;
        margin-top: 20px;
        background-color: #aec6cf;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        transition: 0.25s all linear;
    }
    
    .contactText {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        margin-top: 10px;
        line-height: 1.6;
    }
}

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

/* contact_map */
.contact_map  {
display :none;

}

.direction {
    display: none !important;
}

.contactus_qr_code, .contactus_qr_code_title {
    display: none;
}

.booking_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #7ea5b3;
    padding: 3rem 0;
    position: relative;
    display: none;
}

#testimonials_2 {
    margin-top: 4vw;
}
