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

/*Navigation*/

#main_index .navbar_type8 {
    background-color: rgba(0,0,0,0.5);
    box-shadow: none;
}

.navbar_type8 {
    position: fixed;
    display: flex;
    width: 100%;
    height: 125px;
    z-index: 100;
}

#main_index .navbar_type8 .nav_tab .nav_item a {
    color: #fff;
    font-size: 1vw;
    font-weight: 500;
    text-transform: capitalize;
}

#main_index .navbar_type8 .nav_tab .nav_item:hover a {
    color: #94F2FF;
}

#main_index .navbar_type8.dark_nav .nav_tab .nav_item a {
    font-weight: 500;
}

.navbar_type8 {
    background-color: #333;
    box-shadow: 4px 0px 3px rgb(0 0 0 / 40%);
}

.navbar_type8.dark_nav{
    background-color: rgba(0,0,0,.7)!important;
    box-shadow: 4px 0px 3px rgb(0 0 0 / 40%)!important;
}

.navbar_type8 .nav_tab {
    flex: 0 1 90%;
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 80px;
    flex-wrap: wrap;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #fff;
    font-size: 1vw;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar_type8 .nav_tab .nav_item a {
    color: white;
    padding: 26px 0.9vw;
    text-decoration: none;
    white-space: nowrap;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #94F2FF;
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #fff;
    font-weight: 500;
}

.navbar_type8.dark_nav .nav_tab .nav_item:hover a {
    color: #94F2FF;
}

.navbar_type8 .logo {
    flex: 0 1 25%;
    overflow: hidden;
    position: relative;
    margin-left: 115px;
}

.navbar_type8 .logo img {
    padding: 0px;
}

.navbar_type8 .logo img {
    position: absolute;
    left: 0px;
    width: 260px;
    height: 100%;
    object-fit: contain;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 110%;
    width: 100%;
    border-bottom: 4px solid #00909b;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    display: none;
}

@media all and (max-width:1200.52px) {
    .navbar_type8 .nav_tab .nav_item a {
        color: white;
        padding: 15px;
        text-decoration: none;
        white-space: nowrap;
        font-size: 1.2vw;
    }
    
    #main_index .navbar_type8 .nav_tab .nav_item a {
        color: #fff;
        font-size: 1.2vw;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .navbar_type8 .logo {
        flex: 0 1 25%;
        overflow: hidden;
        position: relative;
        margin-left: 90px;
    }
    
    .navbar_type8 .logo img {
        position: absolute;
        left: 0px;
        width: 210px;
        height: 100%;
        object-fit: contain;
    }
    
    .navbar_type8 .nav_tab {
        flex: 0 1 80%;
        display: flex;
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 25px;
        flex-wrap: wrap;
    }
}

@media all and (max-width: 992px) {
     #main_index .navbar_type8 {
        background-color: rgba(0, 0, 0, 0.5);
        box-shadow: none;
        display: none;
    }
    
    .navbar_type8 {
        background-color: #333;
        box-shadow: 4px 0px 3px rgb(0 0 0 / 40%);
        display: none;
    }
    
    .navbar_mobile {
        flex-basis: auto;
        background-color: #333;
        width: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        color: #00909b;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 80px;
    }
}

@media all and (min-width: 992px) {
    #index_1_1 #top_spacing {
        height: 0 !important;
    }
}

@media all and (max-width:767.52px) {
    #main_index .navbar_type8 {
        background-color: rgba(0, 0, 0, 0.5);
        box-shadow: none;
        display: none;
    }
    
    .navbar_type8 {
        background-color: #333;
        box-shadow: 4px 0px 3px rgb(0 0 0 / 40%);
        display: none;
    }
    
    .navbar_mobile {
        flex-basis: auto;
        background-color: #333;
        width: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        color: #00909b;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 80px;
    }
    
}

/*Banner*/

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

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

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

.n_bannerInnerGroup {
    position: absolute;
    top: 49%;
    left: 19%;
    transform: translate(-20%, -50%);
    width: 100%;
}

.n_bannerImg {
    position: absolute;
    width: 43%;
    z-index: 0;
    top: 49%;
    right: 51%;
    opacity: 1;
}

@media all and (max-width:1200.52px) {
    .n_bannerImg {
        position: absolute;
        width: 50%;
        z-index: 0;
        top: 50%;
        right: 42%;
        opacity: 1;
    }
}

@media all and (max-width:767.52px) {
    .n_bannerImg {
        position: absolute;
        width: 55%;
        z-index: 0;
        top: 50%;
        right: 38%;
        opacity: 1;
    }
    
}

/*hp_why*/

.hp_why {
    padding: 0% 0% 2% 0%;
    width: 100%;
    position: relative; 
    z-index: 0;
}

.contentBox {
    background: #333;
    margin-top: -13%;
    margin-left: 16%;
    padding: 4% 6% 2% 6%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    /* z-index: 2; */
    width: 129%;
    /* position: relative; */
    cursor: pointer;
}

.contentBox::before {
    content: '';
    background: #fff;
    margin-top: -2%;
    margin-left: -2%;
    padding: 4% 6% 7% 6%;
    border-top-left-radius: 65px;
    border-bottom-left-radius: 0px;
    border: 28px solid #fff;
    z-index: -1;
    width: 129%;
    position: absolute;
    top: 0;
    left: 0;
}

.why_content_1 h3 {
    font-size: 1.3vw;
    font-weight: 600;
    /*background-image: linear-gradient(to right, #E1FDFF, #94F2FF);*/
    /*-webkit-background-clip: text;*/
    color: #E1FDFF;
    transition: transform .8s ease;
}

.why_content_1 p {
    font-size: 1vw;
    font-weight: 400;
    color: #fff;
    transition: transform .8s ease;
}

.why_icon_1 {
    width: 73px;
    height: 73px;
    margin-bottom: 10%; 
    transition: .8s ease;
}

.why_icon_1 img {
    width: 100%;
    height: 100%;
    transition: transform .8s ease;
}

.why_icon_1 img:hover {
    transform: rotateY(360deg);
}

@media all and (max-width:1200.52px) {
    .contentBox {
        background: #333;
        margin-top: -13%;
        margin-left: 16%;
        padding: 4% 3% 2% 3%;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        /* z-index: 2; */
        width: 129%;
        /* position: relative; */
        cursor: pointer;
    }
    
    .why_content_1 h3 {
        font-size: 2vw;
        font-weight: 600;
        /* background-image: linear-gradient(to right, #E1FDFF, #94F2FF); */
        /* -webkit-background-clip: text; */
        color: #E1FDFF;
        transition: transform .8s ease;
    }
    
    .why_content_1 p {
        font-size: 1.4vw;
        font-weight: 400;
        color: #fff;
        transition: transform .8s ease;
    }
    
    .why_content_1 br {
        display: none;
    }
}

@media all and (max-width:1200.52px) {
    .contentBox {
        background: #333;
        margin-top: -13%;
        margin-left: 16%;
        padding: 4% 3% 2% 3%;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        /* z-index: 2; */
        width: 129%;
        /* position: relative; */
        cursor: pointer;
    }
    
    .why_content_1 h3 {
        font-size: 2vw;
        font-weight: 600;
        /* background-image: linear-gradient(to right, #E1FDFF, #94F2FF); */
        /* -webkit-background-clip: text; */
        color: #E1FDFF;
        transition: transform .8s ease;
    }
    
    .why_content_1 p {
        font-size: 1.4vw;
        font-weight: 400;
        color: #fff;
        transition: transform .8s ease;
    }
}

@media all and (max-width:767.52px) {
    .why_content_1 h3 {
        font-size: 4vw;
        font-weight: 600;
        /* background-image: linear-gradient(to right, #E1FDFF, #94F2FF); */
        /* -webkit-background-clip: text; */
        color: #E1FDFF;
        transition: transform .8s ease;
    }
    
    .why_content_1 p {
        font-size: 3vw;
        font-weight: 400;
        color: #fff;
        transition: transform .8s ease;
    }
    
    .why_content_1 br {
        display: none;
    }
}

/*about us*/

.abt-container {
    padding: 5% 7% 4% 7%;
}

.abt-imgcol img {
    width: 108%;
    height: 100%;
    object-fit: contain;
    border-radius: 0px;
    margin-left: -2%;
}

.abt-contentcol {
    padding: 4% 1% 2% 5%;
}

.abt-title {
    margin-bottom: 1.5rem;
}

.abt-container .title1 {
    font-size: 42px;
    font-weight: 900;
    margin-top: 3%;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #00909b;
    padding: 0% 0% 0% 0%;
}

.abt-container .text1 {
    font-size: 1.02vw;
    font-weight: 400;
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.abt-container .highlight {
    color: #f5181e;                  
}

.abt-container .j_btn button {
    background: linear-gradient(to right, #E1FDFF, #94F2FF);
    border: 0px solid #404040;
    color: #000;
    font-size: 1.05vw;
    font-weight: 900;
    padding: 7px 33px;
    transition: background 0.3s linear, color 0.3s linear;
    margin-top: 0%;
    margin-left: 0%;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1); 
}

.abt-container .j_btn button:hover {
    background: linear-gradient(to right, #94F2FF, #E1FDFF); 
    color: #333; 
}

@media all and (max-width:1200.52px) {
    .abt-container {
        padding: 5% 5% 5% 5%;
    }
    
    .abt-contentcol {
        padding: 4% 0% 2% 5%;
    }
    
    .abt-container .title1 {
        font-size: 34px;
        font-weight: 900;
        margin-top: 3%;
        margin-bottom: 1rem;
        line-height: 1.2;
        color: #00909b;
        padding: 0% 0% 0% 0%;
    }
    
    .abt-container .text1 {
        font-size: 1.4vw;
        font-weight: 400;
        color: #333;
        margin-bottom: 2rem;
        line-height: 1.8;
    }
}

@media all and (max-width:767.52px) {
    .abt-imgcol img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 0px;
        margin-left: 0%;
    }
    
    .abt-contentcol {
        padding: 4% 7% 4% 7%;
    }
    
    .abt-container .title1 {
        font-size: 30px;
        font-weight: 900;
        margin-top: 3%;
        margin-bottom: 1rem;
        line-height: 1.2;
        color: #00909b;
        padding: 0% 0% 0% 0%;
    }
    
    .abt-container .text1 {
        font-size: 3.5vw;
        font-weight: 400;
        color: #333;
        margin-bottom: 1.5rem;
        line-height: 1.8;
    }
    
    .abt-container .j_btn button {
        background: linear-gradient(to right, #E1FDFF, #94F2FF);
        border: 0px solid #404040;
        color: #000;
        font-size: 3vw;
        font-weight: 900;
        padding: 7px 33px;
        transition: background 0.3s linear, color 0.3s linear;
        margin-top: 0%;
        margin-left: 0%;
        text-decoration: none !important;
        display: inline-block;
        cursor: pointer;
        border-radius: 30px;
        box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    }
}

/*hp_services*/

.hp_services {
    background: linear-gradient(to right, #E1FDFF, #94F2FF);
    padding: 3% 7% 4% 7%;
}

.hp_services .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 9px;
}

.hp_services_title {
    font-size: 42px;
    font-weight: 900;
    margin-top: 3%;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #00909b;
    padding: 0% 0% 0% 0%;
}

.service-card {
    position: relative;
    overflow: hidden; 
    border-radius: 55px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    overflow:hidden;
    /*transition:0.25s all linear;*/
    transition: all 0.50s;
}

/*.service-card:hover{*/
/*    transform:scale(0.98);*/
/*}*/

.service-card:hover {
    transform: translateY(15px);
}

.service-content {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 20px 20px;
    z-index: 2;
    margin-bottom: 4%;
}

.service-card a {
    text-decoration: none;;
}

.service-title {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    color: #00909b;
    text-transform: uppercase;
    padding: 0 10px;
}

.service-icon {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto 0px;
    padding: 12% 5% 0% 5%;
}

/*slider*/

.slider-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px; 
}

.index_wrapper_5 .slick-next {
    right: 13px;
    top: -10%;
}

.index_wrapper_5 .slick-prev {
    /*right: 49%;*/
    top: -10%;
    margin-left: 90%;
}

.index_wrapper_5 .slick-next {
    width: 35px;  
    height: 35px; 
    background-image: url('https://cdn1.npcdn.net/img/1738907538ARROW-RIGHT.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

    
    font-family: "" !important;
    font-weight: normal !important;
    content: none !important;
}


.index_wrapper_5 .slick-next:before {
    content: none !important;
}

.index_wrapper_5 .slick-prev {
    width: 35px;  
    height: 35px; 
    background-image: url('https://cdn1.npcdn.net/img/1738907519ARROW-LEFT.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;


    font-family: "" !important;
    font-weight: normal !important;
    content: none !important;
}

.index_wrapper_5 .slick-prev:before {
    content: none !important;
}

@media all and (max-width:1200.52px) {
    .index_wrapper_5 .slick-prev {
        /* right: 49%; */
        top: -10%;
        margin-left: 86%;
    }
    
    .hp_services_title {
        font-size: 34px;
        font-weight: 900;
        margin-top: 3%;
        margin-bottom: 0.5rem;
        line-height: 1.2;
        color: #00909b;
        padding: 0% 0% 0% 0%;
    }
}

@media all and (max-width: 991.52px) {
    .index_wrapper_5 .slick-prev {
        /* right: 49%; */
        top: -10%;
        margin-left: 83%;
    }
}

@media all and (max-width:767.52px) {
    .hp_services_title {
        font-size: 30px;
        font-weight: 900;
        margin-top: 3%;
        margin-bottom: 0.5rem;
        line-height: 1.2;
        color: #00909b;
        padding: 0% 0% 0% 0%;
    }
    
    .index_wrapper_5 .slick-next {
        width: 25px;  
        height: 25px; 
        background-image: url('https://cdn1.npcdn.net/img/1738907538ARROW-RIGHT.png') !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    
        
        font-family: "" !important;
        font-weight: normal !important;
        content: none !important;
    }
    
    .index_wrapper_5 .slick-prev {
        width: 25px;  
        height: 25px; 
        background-image: url('https://cdn1.npcdn.net/img/1738907519ARROW-LEFT.png') !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    
    
        font-family: "" !important;
        font-weight: normal !important;
        content: none !important;
    }
    
    .index_wrapper_5 .slick-next {
        right: 13px;
        top: -8%;
    }
    
    .index_wrapper_5 .slick-prev {
        /* right: 49%; */
        top: -8%;
        margin-left: 73%;
    }
    
    .service-title {
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 22px;
        font-weight: 800;
        color: #00909b;
        text-transform: uppercase;
        padding: 0 10px;
    }
}

/*hp_gallery*/

.index_wrapper_6 {
    background: #333;
    height: 26vw;
    /* margin-top: 8%; */
    margin-bottom: 12%;
}

#gallery {
    padding: 5% 8% 0% 8%;
}

#gallery .n_galleryTitle {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 0%;
    margin-top: -5px;
}

#gallery .n_galleryContent {
    font-size: 1vw;
    font-weight: 300;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 20px;
    padding: 0% 22% 0% 22%;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .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;
    display: none !important;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .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(1);
    display: none !important;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .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(1);
    display: none;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .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;
    display: none;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    position: relative;
    width: 100%;
    height: 100%;
    /* padding-top: 100%; */
    padding-top: 72%;
    overflow: hidden;
    background-color: transparent;
    border-radius: 45px;
    box-shadow: 0px 4px 14px rgb(0, 0, 0, 0.2);
}

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

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

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0px;
    transition: all 0.7s;
    box-shadow: 4px 0px 3px rgb(0 0 0 / 40%);
}

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

@media all and (max-width:1200.52px) {
    #gallery .n_galleryTitle {
        font-size: 34px;
        font-weight: 900;
        color: #fff;
        line-height: 1.8;
        margin-bottom: 0%;
        margin-top: -5px;
    }
    
    #gallery .n_galleryContent {
        font-size: 1.4vw;
        font-weight: 300;
        color: #fff;
        line-height: 1.8;
        margin-bottom: 10px;
        padding: 0% 13% 0% 13%;
    }
    
    .index_wrapper_6 {
        background: #333;
        height: 26vw;
        /* margin-top: 8%; */
        margin-bottom: 15%;
    }
}

@media all and (max-width:767.52px) {
    .index_wrapper_6 {
        background: #333;
        height: 64vw;
        /* margin-top: 8%; */
        margin-bottom: 45%;
    }
    
    #gallery .n_galleryTitle {
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        line-height: 1.8;
        margin-bottom: 0%;
        margin-top: -5px;
    }
    
    #gallery .n_galleryContent {
        font-size: 3.5vw;
        font-weight: 300;
        color: #fff;
        line-height: 1.8;
        margin-bottom: 10px;
        padding: 0% 0% 0% 0%;
    }
    
    .contentBox::before {
        content: '';
        background: #fff;
        margin-top: -2%;
        margin-left: -3%;
        padding: 4% 6% 7% 6%;
        border-top-left-radius: 65px;
        border-bottom-left-radius: 0px;
        border: 28px solid #fff;
        z-index: -1;
        width: 129%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .contentBox {
        background: #333;
        margin-top: -13%;
        margin-left: 20%;
        padding: 5% 5% 5% 5%;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        /* z-index: 2; */
        width: 129%;
        /* position: relative; */
        cursor: pointer;
    }

}

/*hp_review*/

.index_wrapper_7 {
    position: relative;
    padding: 5%;
}

.hp_review {
   position: relative; 
   padding: 1%;
}

.hp_review .font-middle {
    font-size: 42px;
    font-weight: 900;
    margin-top: 3%;
    margin-bottom: 0rem;
    line-height: 1.2;
    color: #00909b;
    padding: 0% 0% 0% 0%;
}

@media all and (max-width:1200.52px) {
    .hp_review .font-middle {
        font-size: 30px;
        font-weight: 900;
        margin-top: 3%;
        margin-bottom: 0rem;
        line-height: 1.2;
        color: #00909b;
        padding: 0% 0% 0% 0%;
    }
}

/*hp_contact*/

.index_wrapper_8 {
    padding: 2% 8% 7% 8%;
}

.contactForm .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}

.hp_contact .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}

.hp_contact .img-fluid {
    max-width: 95%;
    height: auto;
    border-radius: 55px 1px 55px 1px;
}

/*.index_wrapper_7 {*/
/*    position: relative;*/
/*    overflow-x: hidden;*/
/*    margin-top: 0rem;*/
/*    margin-bottom: 0rem;*/
/*    padding: 3% 0% 6% 0%;*/
    /*background-image: url(https://cdn1.npcdn.net/img/1733286116contact-bg.jpg);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.index_wrapper_7 .innerRow_9 {*/
/*    padding: 0% 10% 0% 10%;*/
/*}*/

#main_index .ex_hpcontact_formonly {
    /*margin: 0px 0;*/
    /*padding: 8% 17% 4% 15%;*/
    /*background: linear-gradient(to right, #E1FDFF, #94F2FF);*/
    /*margin-left: 0%;*/
    /*border-radius: 20px;*/
    /*margin-top: 0%;*/
}

#index_9 {
    margin: 0px 0;
    padding: 3% 6% 3% 6% !important;
    background: linear-gradient(to right, #E1FDFF, #94F2FF);
    margin-left: 0%;
    border-radius: 0px 55px 0px 55px;
    margin-top: 0%;
    transform: translate(10px, 0px);
}

.contactForm .font-middle {
    font-size: 42px;
    font-weight: 900;
    margin-top: 3%;
    margin-bottom: 0rem;
    line-height: 1.2;
    color: #00909b;
    padding: 0% 0% 0% 0%;
}

#main_index .ex_hpcontact_formonly .title {
    font-size: 23px;
    margin-bottom: 0px;
    font-weight: 700;
    position: relative;
    display: none;
}

#main_index .ex_hpcontact_formonly .title {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
}

#main_index .ex_hpcontact_formonly .subtitle {
    color: #6c757d !important;
    display: none;
}

#main_index .ex_hpcontact_formonly .btn-primary {
    background-color: #00909b !important;
    border-color: #00909b !important;
    border-radius: 0px;
    padding: 10px 20px 10px 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

#main_index .ex_hpcontact_formonly .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em +0.75rem +2px);
    padding: 0.4rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #333;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#main_index .ex_hpcontact_formonly textarea#Fmessage_hp_input {
    height: 2.3vw;
}

#main_index .ex_hpcontact_formonly i.fa.fa-paper-plane {
    display: none;
}

@media all and (max-width:1200.52px) {
    .contactForm .font-middle {
        font-size: 30px;
        font-weight: 900;
        margin-top: 3%;
        margin-bottom: 0rem;
        line-height: 1.2;
        color: #00909b;
        padding: 0% 0% 0% 0%;
    }
    
    #index_9 {
        margin: 0px 0;
        padding: 3% 5% 3% 5% !important;
        background: linear-gradient(to right, #E1FDFF, #94F2FF);
        margin-left: 0%;
        border-radius: 0px 55px 0px 55px;
        margin-top: 0%;
        transform: translate(10px, 0px);
    }
    
    #main_index .ex_hpcontact_formonly textarea#Fmessage_hp_input {
        height: 4vw;
    }
}

@media all and (max-width:767.52px) {
    .index_wrapper_8 {
        padding: 2% 9% 9% 9%;
    }
    
    .hp_contact .img-fluid {
        max-width: 100%;
        height: auto;
        border-radius: 55px 1px 55px 1px;
    }
    
    #index_9 {
        margin: 0px 0;
        padding: 15% 5% 15% 5% !important;
        background: linear-gradient(to right, #E1FDFF, #94F2FF);
        margin-left: 0%;
        border-radius: 0px 55px 0px 55px;
        margin-top: 10%;
        transform: translate(0px, 0px);
    }
    
    #main_index .ex_hpcontact_formonly textarea#Fmessage_hp_input {
        height: auto;
    }
}

/*hp_map*/

.index_wrapper_10 {
    margin-bottom: -3px;
}

/*footer*/

.footerListServices {
    background-color: #333;
    color: white;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding: 2% 15% 2% 15%;
    overflow: hidden;
}

.footerListServices .facebook-img {
    width: 20px;
    height: auto;
    margin-top: -2%;
}

.footerListServices .title h5 {
    color: #E1FDFF;
    font-size: 14px;
    font-weight: 700;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

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

.footerListServices .move1 {
    transform: translate(75%, -15%);
}

@media all and (max-width:1200.52px) {
    .footerListServices {
        background-color: #333;
        color: white;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding: 2% 6% 2% 6%;
        overflow: hidden;
    }
    
    .footerListServices .move1 {
        transform: translate(25%, -15%);
    }
    
    .footerListServices .logo img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        width: auto;
        max-height: 90px;
    }
}

@media all and (max-width:993.52px) {
    .footerListServices {
        background-color: #333;
        color: white;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding: 2% 2% 2% 0%;
        overflow: hidden;
    }
    
    .footerListServices .move1 {
        transform: translate(25%, -15%);
    }
    
    .footerListServices .logo img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        width: auto;
        max-height: 70px;
    }
}

@media all and (max-width:767.52px) {
    .footerListServices {
        background-color: #333;
        color: white;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding: 2% 6% 2% 6%;
        overflow: hidden;
    }
    
    .footerListServices .move1 {
        transform: translate(0%, 0%);
    }
}

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

.service_category .service_box .text_area .sub_title {
    display: none;
}