/* ==============================================================================================| General |================ */
.toggle_btn{
    right:2.5rem;
}
.toggle_btn .whatsapp_float_title{
    left: unset;
    right: 77%;
}

/*news page*/
.latest_new_type6 .news_box .date{
    display:none;
}
.latest_new_type6 .news_box p:first-child{
    margin: 0 0 15px;
    width: 100%;
    height: 25px;
    display: flex;
}
.latest_new_type6 .news_box .news_box_content{
    background-color:#fff;
    border: 2px solid #efefef;
}

/* Fonts */
.fonts_title {
    font-family: "Outfit", sans-serif;
    font-size: 40px;
    text-transform: capitalize;
    /*color: #8dceaa;*/
    /*color: #29e598;*/
    color:#000;
    font-weight: 700;
}
.fonts_subtitle {
    font-size: 24px;
    font-weight: 600;
}
.fonts_content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #333333;
}
.fonts_subcontent {
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
}
.fonts_button {
    font-size: 20px;
    font-weight: 600;
    /*color: #808080;*/
    /*color: #8dceaa;*/
    color: #29e598;
}
.fonts_deco {
    font-family: "Outfit", sans-serif;
    font-size: 120px;
    /*color: #e2ede7;*/
    color: #cbf4e3;
    font-weight: 700;
}
/* Frequent Used Elements */
.button {
    position: relative;
    padding: 8px 36px;
    background-color: transparent;
    border-radius: 26px;
    border: none;
    /*outline: solid 2.5px #808080;*/
    /*outline: solid 2.5px #8dceaa;*/
    /*outline: solid 2.5px #29e598;*/
    outline:solid 2.5px #000;
    outline-offset: 3px;
    color:#000;
    transition: outline 0.3s ease-in-out;
}
/*.button:hover {*/
/*    outline: solid 2.5px #8dceaa;*/
/*}*/

.button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 52px;
    border-radius: 26px;
    opacity: 0;
    z-index: -1;
    transform: translate(-50%, -50%);
    /*background-color: #8dceaa;*/
    /*background-color: #29e598;*/
    background-color:#000;
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.button:hover:after {
    width: 100%;
    opacity: 1;
}
.fonts_button:hover {
    color: #fff;
}
.section_container {
    margin-bottom: 8vw;
}
.content_padding {
    padding: 0px 10vw;
}
.deco_text_container {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
/* Hover Animation Presets */
.hover_anim-ripple {
	position: relative;
}
.hover_anim-ripple:after {
    content: "";
    position: absolute;
    top: calc(-12.5vw + 50%);
    left: calc(-12.5vw + 50%);
    height: 25vw;
    width: 25vw;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(0, 0);
    transition: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.hover_anim-ripple:hover:after {
    transform: scale(1, 1);
}

/* 1200px -------------------------------------------------------------- */
@media screen and (max-width:1199.95px) {
    /* Fonts */
    .fonts_title {
        font-size: 32px;
    }
    .fonts_subtitle {
        font-size: 22px;
    }
    .fonts_content {
        font-size: 15px;
    }
    .fonts_subcontent {
        font-size: 11px;
    }
    .fonts_button {
        font-size: 18px;
    }
    .fonts_deco {
        font-size: 90px;
    }
    /* Frequent Used Elements */
    .button {
    }
}

/* 992px --------------------------------------------------------------- */
@media screen and (max-width:991.95px) {
}

/* 768px --------------------------------------------------------------- */
@media screen and (max-width:767.95px) {
    /* Fonts */
    .fonts_title {
        font-size: 26px;
    }
    .fonts_subtitle {
        font-size: 20px;
    }
    .fonts_content {
        font-size: 14px;
    }
    .fonts_subcontent {
        font-size: 10px;
    }
    .fonts_button {
        font-size: 16px;
    }
    .fonts_deco {
        font-size: 60px;
    }
    /* Frequent Used Elements */
    .button {
    }
}

/* 600px --------------------------------------------------------------- */
@media screen and (max-width:599.95px) {
}



/* =============================================================================================| Homepage |================ */
/*body {*/
/*    background-image:url(https://cdn1.npcdn.net/userfiles/24099/image/bg.jpg);*/
/*    background-size:100% 220px;*/
/*    background-repeat:no-repeat;*/
/*}*/
body > br {
    display: none;
}
#main_index {
    padding-bottom:0 !important;
    background-color: #f2f2f2;
}
#main_contactus .page_title{
    margin-top:20px;
}

/* 1200px -------------------------------------------------------------- */
@media screen and (max-width:1199.95px) {
}

/* 992px --------------------------------------------------------------- */
@media screen and (max-width:991.95px) {
    body {
        background-size:100% 80px;
    }
}

/* 768px --------------------------------------------------------------- */
@media screen and (max-width:767.95px) {
}

/* 600px --------------------------------------------------------------- */
@media screen and (max-width:599.95px) {
}


/* ===============================================================================================| Navbar |================ */
#top_spacing {
    height: calc(80px + 6vh) !important;
}
.navbar_type8 {
    position: fixed;
    display: flex;
    background-color: rgba(255,255,255,1);
    width: 80%;
    height: 80px;
    z-index: 100;
    margin: 0 10%;
    border-radius: 40px;
    top: 3vh;
}
.dark_nav {
    background-color: #fff!important;
    backdrop-filter: blur(24px);
}
.navbar_type8 .logo {
    margin-left: calc(2.5vw - 10px);
    flex: 0 1 25%;
}
.navbar_type8 .nav_tab {
    padding-right: 2.5vw;
    flex: 0 1 75%;
}
.navbar_type8 .nav_tab .nav_item {
    height: 100%;
    padding: 0px 1.1vw;
    display: flex;
    align-items: center;
}
.navbar_type8 .nav_tab .nav_item a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0px;
}
.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: none;
}
.navbar_type8 .nav_tab .nav_item a:hover {
    /*color: #caefdd;*/
    /*color: #29e598;*/
    color:#333;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff !important;
    font-weight: 400;
    text-align:left;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #ccc !important;
}
.navbar_type8 .logo img {
    height: 100%;
    width: 100%;
    /*padding: 10px;*/
    padding: 4px;
}
.navbar_mobile{
    background-color:#fff;
}

/* 1200px -------------------------------------------------------------- */
@media screen and (max-width:1199.95px) {
    .navbar_type8 .logo {
        flex: 0 1 25%;
    }
    .navbar_type8 .nav_tab {
        flex: 0 1 75%;
    }
    .navbar_type8 .nav_tab .nav_item {
        padding: 0px 1.5vw;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 13px;
    }
}

/* 992px --------------------------------------------------------------- */
@media screen and (max-width:991.95px) {
    #top_spacing {
        height:80px !important;
    }
    .navbar_type8 {
        display:none;
    }
}

/* 768px --------------------------------------------------------------- */
@media screen and (max-width:767.95px) {
}

/* 600px --------------------------------------------------------------- */
@media screen and (max-width:599.95px) {
}


/* ===============================================================================================| Banner |================ */
/*slider*/
.banner_content {
    opacity: 1 !important;
    overflow: hidden;
}
.slider_banner {
    margin-top: calc(-80px - 6vh);
}
.slider_banner .slick-slide > img {
    height: 45vw !important;
    padding-bottom: 1px;
    object-fit: cover;
}
.hp_banner_bg_bottom {
    position: absolute;
    left: 0px;
    bottom: -1px;
    height: auto;
    width: 100%;
}
.hp_banner_container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.hp_banner_container_filter {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    /*background: linear-gradient(0deg,rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 90%);*/
    z-index: -1;
}
.b_content {
    min-width: 45%;
    padding: 40px 60px 40px 10vw;
    margin-top: calc(40px + 3vh);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0px 1vw 1vw 0px;
}
.b_content h2 {
    font-family: "Outfit", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 16px;
}
.b_content h2 span {
    display: block;
    font-size: 64px;
    font-weight: 700;
    /*color: #8dceaa;*/
    /*color: #29e598;*/
    color:#000;
    text-transform: capitalize;
    margin-top: 8px;
}
.b_content p {
    font-size: 24px;
    font-weight: 100;
    /*color: #333333;*/
    color:#000;
    margin-bottom: 0px;
}

/* 1200px -------------------------------------------------------------- */
@media screen and (max-width:1199.95px) {
    .b_content {
        min-width: 50%;
        padding: 35px 50px 35px 10vw;
    }
    .b_content h2 {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .b_content h2 span {
        font-size: 52px;
    }
    .b_content p {
        font-size: 22px;
    }
}

/* 992px --------------------------------------------------------------- */
@media screen and (max-width:991.95px) {
    /*slider*/
    .slider_banner {
        margin-top: 0px;
    }
    .side_menu {
        background-color: #001a4b;
    }
    .b_content {
        margin-top: -5vw;
    }
}

/* 768px --------------------------------------------------------------- */
@media screen and (max-width:767.95px) {
    .slider_banner .slick-slide > img {
        height: 60vw !important;
        max-height: 400px;
    }
    .hp_banner_container {
        justify-content: center;
    }
    .b_content {
        margin-top: -10vw;
        padding: 5vw 10vw;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.75);
    }
    .b_content h2 {
        font-size: 20px;
        margin-bottom: 8px;
        text-align: center;
    }
    .b_content h2 span {
        font-size: 40px;
    }
    .b_content p {
        font-size: 20px;
        text-align: center;
    }
}

/* 600px --------------------------------------------------------------- */
@media screen and (max-width:599.95px) {
    .slider_banner .slick-slide > img {
        height: 120vw !important;
        min-height: 425px;
    }
    .slider_banner .slick-prev {
        left: 0;
    }
    .slider_banner .slick-next {
        right: 0;
    }
    .slider_banner .slick-prev::before,
    .slider_banner .slick-next::before {
        width:20px;
        height:20px;
    }
}


/* =================================================================================================| About |================ */
.hp_about{
    padding-top:100px;
    padding-bottom:100px;
}
.about_contentGroup {
    padding: 10% 105px 10% calc(10vw - 15px);
}
.hp_about_content_title {
    margin-bottom: 40px;
}
.hp_about_content_desc {
    margin-bottom: 40px;
}
.hp_about .row .col-lg-5 {
    display: flex;
    align-items: center;
}
.about_img img {
    width: calc(100% - 10vw);
    aspect-ratio: 4/3;
    border-radius: 2vw;
    object-fit: cover;
}
.deco_text_container {
    top: -40px;
    left: 0px;
    width: 100vw;
}
.hp_about_deco_text {
    position: relative;
    top: 0px;
    left: -40px;
}

/* 1200px -------------------------------------------------------------- */
@media screen and (max-width:1199.95px) {
    .about_contentGroup {
        padding: 5% 15%;
    }
}

/* 992px --------------------------------------------------------------- */
@media screen and (max-width:991.95px) {
    .hp_about {
        padding-top: 50px;
    }
    .about_contentGroup {
        padding: 5% 10% 10% 10%;
    }
    .about_img {
        width: 80%;
        max-width: 750px;
        margin: 0 auto;
        overflow: hidden;
    }
    .about_img img {
        width: 100%;
        height: auto;
    }
}

/* 768px --------------------------------------------------------------- */
@media screen and (max-width:767.95px) {
}

/* 600px --------------------------------------------------------------- */
@media screen and (max-width:599.95px) {
}


/* ===================================================================================================| Who |================ */
#main_index .index_wrapper_4 {
    position: relative;
    padding-top:100px;
    padding-bottom:150px;
}
#main_index .index_wrapper_4:before {
    content:'';
    position:absolute;
    z-index: 1;
    top:0;
    left:0;
    width:70%;
    height:95%;
    background-image:url(https://cdn1.npcdn.net/images/SYH_Supply_03_WhoBg_eobdc4_1747208398.png?md5id=16d2f02a8be0b104e69b6e15345623cf&type=4);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
#main_index .index_wrapper_4:after {
    content:'';
    position:absolute;
    z-index: 0;
    bottom:0;
    right:0;
    width:70%;
    height:95%;
    background:#cae8dc;
}
.product_cat-3 .cat_box .content {
    background-color: rgba(0, 0, 0, 0.65);
    height: 102%;
    width: 102%;
}
.product_cat-3 .cat_box .content .content_box {
    margin: auto;
    width: 80%;
    height: 60%;
    justify-content: flex-start;
}
.product_cat-3 .cat_box .content .content_box h4 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight:400;
}
.hp_who_title {
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.hp_who_content a {
    text-decoration: none;
}
.hp_who_content_row {
    margin: -10px;
}
.hp_who .hp_who_content_row .col-xl-4,
.hp_who .hp_who_content_row .col-6 {
    padding: 10px;
}
/*.hp_who_content {
    position: relative;
    width: 100%;
    border-radius: 1.5vw;
    aspect-ratio: 4/3;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.hp_who_content_img , .hp_who_content_filter {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    min-height: 120px;
    width: 100%;
}
.hp_who_content_img {
    z-index: 2;
}
.hp_who_content_img img {
    height: 110%;
    width: auto;
    min-width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}*/
.hp_who_content_filter {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0.6;
    transition: height 0.3s ease-in-out;
    z-index: 3;
}
/*.hp_who_content_filter .hp_who_content_filter_top {
    height: 0px;
    width: 100%;
    transition: height 0.3s ease-in-out;
    margin-bottom: -1px;
}
.hp_who_content_filter .hp_who_content_filter_bottom {
    flex: 1;
    background-color: black;
}
.hp_who_content_title {
    padding: 32px;
    color: white;
    z-index: 2;
    margin-bottom: 0px;
    z-index: 4;
}*/
.hp_who_content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
    z-index: 2;
}
.hp_who_content_img {
    width: 100%;
    border-radius: 1.5vw;
    aspect-ratio: 4/3;
    overflow: hidden;
    /*border: solid 0px #caefdd;*/
    border: solid 0px #29e598;
    transition: border 0.3s ease-in-out;
}
.hp_who_content:hover .hp_who_content_img {
    /*border: solid 4px #caefdd;*/
    border: solid 4px #29e598;
}
.hp_who_content_img img {
    height: 100% !important;
    width: 100% !important;
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
}
.hp_who_content:hover .hp_who_content_img img {
    transition: scale(1);
}
.hp_who_content_title {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    color: white;
}
.hp_who_content:hover .hp_who_content_title {
    /*color: #caefdd;*/
    color: #29e598;
}
/*showproduct page*/
#main_showproducts{
    margin-top:50px;
}

/* 1300px -------------------------------------------------------------- */
@media screen and (max-width:1299.95px) {
    .hp_who_content_title {
        font-size: 22px;
    }
}

/* 1200px -------------------------------------------------------------- */
@media screen and (max-width:1199.95px) {
}

/* 992px --------------------------------------------------------------- */
@media screen and (max-width:991.95px) {
    #main_index .index_wrapper_4 {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .hp_who .hp_who_content_row .col-xl-4,
    .hp_who .hp_who_content_row .col-6 {
        padding: 8px;
    }
    .hp_who_content_title {
        padding: 28px;
    }
}

/* 768px --------------------------------------------------------------- */
/*Max*/
@media screen and (max-width:767.95px) {
    .hp_who_content_filter {
        opacity: 0.4;
    }
    .hp_who_content_title {
        padding: 24px;
    }
    .hp_who_content:hover {
        outline: solid 2.5px #808080;
        outline-offset: 3px;
    }
    .hp_who_content:hover .hp_who_content_filter {
        opacity: 0.25;
    }
    .hp_who_content:hover .hp_who_content_img img {
        height: 100%;
    }
    .hp_who_content_title {
        font-size: 20px;
    }
    
    .product_cat-3 .cat_box {
        height: 260px;
    }
    #main_index .index_wrapper_4 .container, .container-sm {
        max-width: 80%;
    }
}
/*Min*/
@media screen and (min-width:767.95px) {
    .hp_who_content:hover .hp_who_content_filter {
        height: 40%;
    }
    .hp_who_content:hover .hp_who_content_filter_top {
        height: 20px;
    }
    .hp_who_content:hover .hp_who_content_img img {
        height: 100%;
    }
}

/* 600px --------------------------------------------------------------- */
@media screen and (max-width:599.95px) {
    #main_index .index_wrapper_4 {
        padding-top: 70px;
        padding-bottom: 105px;
    }
    .hp_who .hp_who_content_row .col-xl-4,
    .hp_who .hp_who_content_row .col-6 {
        padding: 4px;
    }
    .hp_who_content {
        max-height: 200px;
    }
    
    #main_index .index_wrapper_4 .container {
        max-width: 100%;
    }
    #main_index .index_wrapper_4::before {
        width:85%;
    }
    .product_cat-3 .cat_box .content .content_box h4 {
        font-size: 1.2rem;
    }
}

/* 480px --------------------------------------------------------------- */
@media screen and (max-width:479.95px) {
    .hp_why .container, .hp_specialize .container {
        width:90%;
        margin:0 auto;
    }
    /*showproduct page*/
    #main_showproducts {
        margin-top:25px;
    }
}


/* ===================================================================================================| Why |================ */
.hp_why {
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
}
.why_containerx1 {
    margin-bottom:50px;
}
.why_containerx1 .col-lg-7 {
    display:flex;
    align-items: end;
}
.why_title,
.why_containerx1 .content_text {
    margin-bottom:0;
}
.hp_why_content_row {
    margin: -10px -25px;
}
.hp_why .row .col-lg-4,
.hp_why .row .col-sm-6 {
    padding: 10px;
}
.why_box {
    position: relative;
    height: 200px;
    padding: 20px 80px 20px 40px;
    border-radius: 20px;
    transition: linear .3s;
    margin-bottom: 10px;
    overflow: hidden;
    background: #e6ede9;
}
.why_box:hover {
    background: #f9f9f9;
}
.why_box_title_container {
    height: 75px;
    padding-bottom: 8px;
    display: flex;
    align-items: flex-end;
}
.why_box_title {
    /*color: #666666;*/
    color:#000;
    font-weight: 700;
    margin-bottom: 0px;
}
.why_box_desc_container {
    height: 85px;
}
.why_box_desc {
    /*color: #808080;*/
     color:#000;
    font-weight: 300;
    margin-bottom: 0px;
}
.why_box_icon {
    position: absolute;
    height: 60px;
    width: 60px;
    right: 15px;
    bottom: 15px;
    opacity: 0.25;
    z-index: 0;
    transition: 0.3s ease-in-out;
}
.why_box_icon svg {
    height: 100%;
    aspect-ratio: 1/1;
}
.why_box:hover {
    background: linear-gradient(150deg,rgba(202, 239, 221, 1) 0%, rgba(141, 206, 170, 1) 100%);
}
.why_box:hover .why_box_title, .why_box:hover .why_box_desc {
    color: white;
}
.why_box:hover .why_box_icon {
    filter:brightness(0) invert(1);
    /*height: 90px;*/
    /*width: 90px;*/
    /*bottom: -15px;*/
    /*right: -15px;*/
    transform: scale(1.5) translate(12.5%, 12.5%);
}
/*.hp_why_deco_text {*/
/*    position: relative;*/
/*    top: 0px;*/
/*    left: -40px;*/
/*}*/
.hp_why .deco_text_container {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 100vw;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}
.hp_why_deco_text {
    position: relative;
    top: 0px;
    left: 40px;
    width: fit-content;
}

/* 1200px -------------------------------------------------------------- */
@media screen and (max-width:1199.95px) {
    .why_box {
        height: 200px;
        padding: 16px 60px 16px 32px;
        border-radius: 20px;
    }
    .why_box_icon {
        height: 50px;
        width: 50px;
        right: 12px;
        bottom: 12px;
    }
    .why_box_title_container {
        height: 75px;
    }
    .why_box_desc_container {
        height: 85px;
    }
}

/* 992px --------------------------------------------------------------- */
@media screen and (max-width:991.95px) {
    .why_title{
        margin-bottom: 20px;
    }
    .hp_why .row .col-lg-4,
    .hp_why .row .col-sm-6 {
        padding: 8px;
    }
    .why_box {
        height: 180px;
    }
    .why_box_title_container {
        height: 75px;
    }
    .why_box_desc_container {
        height: 65px;
    }
}

/* 768px --------------------------------------------------------------- */
@media screen and (max-width:767.95px) {
    .why_box {
        height: 200px;
        padding: 14px 50px 14px 28px;
    }
    .why_box_title_container {
        height: 75px;
    }
    .why_box_desc_container {
        height: 85px;
    }
    .hp_why .deco_text_container {
        top: 0px;
    }
}

/* 600px --------------------------------------------------------------- */
@media screen and (max-width:599.95px) {
    /*.hp_why .container, .hp_specialize .container {*/
    /*    width:80%;*/
    /*    margin:0 auto;*/
    /*}*/
    .why_containerx1 {
        margin-bottom: 20px !important;
    }
}


/* ========================================================================================| Specialization |================ */
.hp_specialize {
    position: relative;
    background-image :url(https://cdn1.npcdn.net/images/04_SpecializationBg_wl9brm_1744946165.jpg?md5id=16d2f02a8be0b104e69b6e15345623cf&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 60px;
    margin: 0px auto;
    border-radius: 20px;
    overflow: hidden;
    width: 80%;
    /*max-width: 1000px;*/
}
.hp_specialize:before {
    content: "";
    background: linear-gradient(90deg,rgba(128, 128, 128, 0) 0%, rgba(128, 128, 128, 0.75) 80%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.hp_specialize .title_big,
.hp_specialize .content_text {
    color:#fff;
}
.hp_specialize .container .row .col-md-5,
.hp_specialize .container .row .col-md-7 {
    padding-left: 0px;
    padding-right: 0px;
}
.hp_specialize_desc {
    font-weight: 200;
}
.hp_specialize_content {
    padding-left: 20px;
}
.hp_specialize_content ul {
    padding-left:0;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 8px;
}
.hp_specialize_content ul li {
    color:#fff;
    margin-bottom: 0px;
}
.hp_specialize_header {
    margin-bottom: 25px;
}
.hp_specialize_title {
    color: white;
    margin-bottom: 10px;
}
.hp_specialize_desc {
    color: white;
    margin-bottom: 0px;
}

/* 1200px -------------------------------------------------------------- */
@media screen and (max-width:1199.95px) {
}

/* 992px --------------------------------------------------------------- */
@media screen and (max-width:991.95px) {
    .hp_specialize {
        padding: 40px;
    }
    .hp_specialize_content ul {
        grid-template-columns: 1fr;
    }
    .hp_photoGallerySlider_type3 .photo-gallery3 {
        padding: 0;
    }
    .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: -25px;
    }
    .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: -25px;
    }
    .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
        filter: brightness(1) invert(0);
    }
}

/* 768px --------------------------------------------------------------- */
@media screen and (max-width:767.95px) {
    .hp_specialize {
        max-width: 540px;
    }
    .hp_specialize:before {
        background: linear-gradient(180deg,rgba(128, 128, 128, 0.25) 0%, rgba(128, 128, 128, 1) 80%);
    }
    .hp_specialize_content ul {
        grid-template-columns: 1fr 1fr;
    }
}

/* 600px --------------------------------------------------------------- */
@media screen and (max-width:599.95px) {
    .hp_specialize {
        width: 80%;
        max-width: unset;
    }
    .hp_specialize_header {
        margin-bottom: 20px;
    }
    .hp_specialize_title {
        margin-bottom: 10px;
    }
    .hp_specialize_content ul {
        grid-template-columns: 1fr;
    }
}

/* 480px --------------------------------------------------------------- */
@media screen and (max-width:479.95px) {
    .hp_specialize {
        width: 100%;
        padding: 15vw 10vw;
    }
}


/* ===============================================================================================| Gallery |================ */
.hp_gallery {
    padding-top:100px;
    padding-bottom:50px;
}
.hp_gallery .content_text span {
    display:block;
}
.hp_photoGallerySlider_type3 {
  background-color: transparent;
}
#main_index .index_wrapper_8 {
    position: relative;
    padding-bottom:100px;
}
/*#main_index .index_wrapper_8:before {*/
/*    content:'';*/
/*    position:absolute;*/
/*    z-index:-1;*/
/*    bottom:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:70%;*/
/*    background-image:url(https://cdn1.npcdn.net/userfiles/24099/image/bg3.jpg);*/
/*    background-size:cover;*/
/*    background-repeat:no-repeat;*/
/*}*/
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    position: absolute;
    object-fit: cover;
    padding: 0 !important;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 5px;
}
.hp_galleryBtn {
    margin-top: 40px;
}

/* 1200px -------------------------------------------------------------- */
@media screen and (max-width:1199.95px) {
}

/* 992px --------------------------------------------------------------- */
@media screen and (max-width:991.95px) {
}

/* 768px --------------------------------------------------------------- */
@media screen and (max-width:767.95px) {
    .hp_gallery .content_text span {
        display: inline;
    }
    .hp_photoGallerySlider_type3 .container {
        max-width:100%;
    }
}

/* 600px --------------------------------------------------------------- */
@media screen and (max-width:599.95px) {
}


/* ===============================================================================================| Footer |================ */
.footer_type6 {
    background-color: #808080;
    color: white;
    padding-top:50px !important;
    padding-left: 10vw;
    padding-right: 10vw;
}
.footer_type6 .logo {
    min-height: 60px;
}
.footer_type6 .logo img {
    max-height: 60px;
    /*filter:brightness(0) invert(1);*/
}
.footer_type6 .title h6 {
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    font-size: 1.2rem !important;
}
.footer_type6 .title h6:after {
    content:'';
    width:100%;
    height:2px;
    background:#fff;
    margin-top:5px;
    display:block;
}
.footer_type6 a:hover {
    /*color:#caefdd;*/
    /*color:#29e598;*/
    color:#fff;
    webkit-text-stroke-width: 1px;
    webkit-text-stroke-color: #fff;
}

/* 1200px -------------------------------------------------------------- */
@media screen and (max-width:1199.95px) {
    .footer_type6 .logo img {
        max-height: 40px;
    }
}

/* 992px --------------------------------------------------------------- */
@media screen and (max-width:991.95px) {
    .footer_type6 .col-md-3,
    .footer_type6 .col-md-8 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .footer_type6 .logo img {
        max-height: 60px;
    }
}

/* 768px --------------------------------------------------------------- */
@media screen and (max-width:767.95px) {
}

/* 600px --------------------------------------------------------------- */
@media screen and (max-width:599.95px) {
}