a {
    text-decoration: none !important;
}

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

/*topspace*/

.industry_topContact {
    background-color: #fd5b06;
    height: 50px;
}

.industry_topContact .ml-2, .industry_topContact .mx-2 {
    margin-left: 0rem !important;
}

.industry_topContactContent {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    padding-left: 0vw;
    position: relative;
    z-index: 0;
}

.industry_topContact p {
    margin-top: 0;
    margin-bottom: 0rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

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

@media screen and (max-width: 992.5px) {
    .industry_topContact {
        display: none !important;
    }
}

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

/*nav*/

.nav_top_info {
    padding: 15px 15px;
}

.nav_top_info .topbar-info-group {
    text-align: center;
    padding: 0 30px;
}

.nav_top_info .topbar-info-group .xs-top-bar-info {
    padding: 0;
}

.nav_top_info .topbar-info-group .xs-top-bar-info>li {
    margin-right: 40px;
    padding-right: 40px;
}

.ex_navbareCommerce {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    padding: 0px 7% 0px 7%;
    margin-bottom: 0;
}

.ex_navbareCommerce .nav_logo_wrapper {
    padding: 0;
}

.ex_navbareCommerce .nav_logo_wrapper .nav_logo img {
    width: 110%;
    height: 90px;
    object-fit: contain;
}

.ex_navbareCommerce .row:first-child>.col-md-7 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ex_navbareCommerce .nav_menu {
    margin: 0;
    padding: 0;
}

.ex_navbareCommerce .nav_list {
    text-decoration: none;
    position: relative;
    margin-top: 1.5vw;
    margin-left: calc(15% + 15px);
}

.ex_navbareCommerce .nav_menu .nav_list a {
    font-family: 'Space Grotesk', sans-serif;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    color: #040404;
    text-transform: uppercase;
    padding: 15px 25px;
}

.ex_navbareCommerce .nav_menu .nav_list a:hover {
    color: #fd5b06;
}

.ex_navbareCommerce .row:last-child>.col-md-3,
.ex_navbareCommerce .row:last-child>.col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ex_navbareCommerce .xs-vartical-menu .cd-dropdown-trigger {
    font-size: 0.85rem;
    line-height: 1;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    color: #ffffff;
    padding: 13px 30px;
    top: -10px;
    text-align: left;
    max-height: unset;
    background-color: #fd5b06;
    border-radius: 0;
}

.ex_navbareCommerce .xs-vartical-menu .cd-dropdown-trigger:hover {
    font-weight: 600;
    color: #ffffff;
}

.ex_navbareCommerce .xs-vartical-menu .cd-dropdown-trigger::before,
.ex_navbareCommerce .xs-vartical-menu .cd-dropdown-trigger::after {
    background-color: #ffffff;
}

.ex_navbareCommerce .xs-navbar-search {
    flex-grow: 1;
    height: 54px;
    border: 0;
    border-radius: 6px;
}

.ex_navbareCommerce .xs-navbar-search .input-group .form-control {
    padding: 5px 15px 5px 30px;
    border: 2px solid #e7e7e7;
    border-right: 0;
    border-radius: 0px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

.ex_navbareCommerce .xs-navbar-search .input-group .form-control:focus {
    border-color: #e7e7e7;
    outline: 0;
    box-shadow: none;
}

.ex_navbareCommerce .xs-navbar-search .input-group .input-group-btn button {
    width: 54px;
    height: 60%;
    background-color: #fd5b06 !important;
    border-color: #fd5b06 !important;
    font-size: 0.8rem !important;
    color: #ffffff;
    border-radius: 0px;
    margin-top: 0;
    margin-right: 0;
}

.ex_navbareCommerce .xs-navbar-search .input-group .input-group-btn button:focus {
    outline: 0;
    box-shadow: none;
}

#search_name_nav::placeholder {
    font-family: 'Space Grotesk', sans-serif;
    color: #000; 
    opacity: 1;  
}

.ex_navbareCommerce .link_btn_wrapper {
    border: 0;
    border-radius: 6px;
}

.ex_navbareCommerce .link_btn_wrapper .link_btn {
    padding: 5px 15px;
    border: 2px solid #e7e7e7;
    border-radius: 6px;
}

.navbar_mobile {
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

.ex_navbareCommerce {
    width: 100%;
    height: 35%;
    position: relative;
    transition: all 0.3s ease;
    z-index: 999;
}

.ex_navbareCommerce.sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation: slideDown 0.3s ease;
}

.ex_navbareCommerce .xs-vartical-menu .cd-dropdown-trigger::after {
    right: 46px;
}

.ex_navbareCommerce .xs-navbar-search .input-group .form-control {
    height: 60%;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/*new*/

.ex_navbareCommerce .xs-navbar-search .input-group .form-control {
    height: 75%;
    margin-top: -11px;
}

.ex_navbareCommerce .xs-navbar-search .input-group .input-group-btn button {
    width: 54px;
    height: 75%;
    background-color: #fd5b06 !important;
    border-color: #fd5b06 !important;
    font-size: 0.8rem !important;
    color: #ffffff;
    border-radius: 0px;
    margin-top: -11px;
    margin-right: 0;
}

@media screen and (max-width: 1300.5px){
    .ex_navbareCommerce .nav_menu .nav_list a {
        font-family: 'Space Grotesk', sans-serif;
        display: inline-block;
        font-size: 15px;
        line-height: 1;
        font-weight: 900;
        color: #040404;
        text-transform: uppercase;
        padding: 15px 18px;
    }
    
    .ex_navbareCommerce .nav_list {
        text-decoration: none;
        position: relative;
        margin-top: 1.5vw;
        margin-left: calc(15% + 0px);
    }
    
    .ex_navbareCommerce .nav_list {
        text-decoration: none;
        position: relative;
        margin-top: 1.5vw;
        margin-left: calc(6% + 0px);
    }
}

@media screen and (max-width: 1200.5px){
    .ex_navbareCommerce .xs-vartical-menu .cd-dropdown-trigger {
        font-size: 0.85rem;
        line-height: 1;
        font-family: 'Space Grotesk', sans-serif;
        font-weight: 600;
        color: #ffffff;
        padding: 8px 14px;
        top: -10px;
        text-align: left;
        max-height: unset;
        background-color: #fd5b06;
        border-radius: 0;
    }
    
    .ex_navbareCommerce .xs-vartical-menu .cd-dropdown-trigger::before {
        right: 20px;
    }
    
    .ex_navbareCommerce .xs-vartical-menu .cd-dropdown-trigger::after {
        right: 15px;
    }
    
    .ex_navbareCommerce .nav_menu .nav_list a {
        font-family: 'Space Grotesk', sans-serif;
        display: inline-block;
        font-size: 14px;
        line-height: 1;
        font-weight: 900;
        color: #040404;
        text-transform: uppercase;
        padding: 15px 15px;
    }
    
    .ex_navbareCommerce .nav_list {
        text-decoration: none;
        position: relative;
        margin-top: 1.5vw;
        margin-left: calc(6% + 0px);
    }
    
    .ex_navbareCommerce .nav_menu .nav_list a {
        font-family: 'Space Grotesk', sans-serif;
        display: inline-block;
        font-size: 13px;
        line-height: 1;
        font-weight: 900;
        color: #040404;
        text-transform: uppercase;
        padding: 15px 13px;
    }
}

@media screen and (max-width: 992.5px){
    .ex_navbareCommerce {
        display: none !important;
    }
}

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

/*hp_banner*/

.index_wrapper_1 {
    position: relative;
    z-index: 1;
}

.index_wrapper_2 {
    position: relative;
    margin-top: -38px;
    z-index: 0;
}

.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: 10vw;
    left: 8vw;
    width: 42%;
    text-align: left;
}

.banner_big_title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1vw;
    position: relative;
    text-transform: uppercase !important;
}

.banner_small_title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    line-height: 1.2;
    margin-bottom: 0.5vw;
    display: inline-block;
    padding: 10px 13px;
    position: relative;
    text-transform: capitalize !important;
    background-image: linear-gradient(to right, rgba(253, 91, 6, 0), rgba(253, 91, 6, 0.85) 20%, rgba(253, 91, 6, 0.85) 80%, rgba(253, 91, 6, 0));
}

.banner_keyword {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 0vw 3vw 0vw 0vw;
    display: none !important;
}

.button_banner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1.5vw;
}

.button_banner {
    position: relative;
}

.n_bannerViewMore {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 10.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    transition: all 0.3s ease-in-out;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #fd5b06;
    text-decoration: none;
}

.n_bannerViewMore .arrow-icon {
    position: absolute;
    right: -54px;
    top: 0%;
    width: 46px !important;
    height: auto;
    transform: translateY(-50%);
    animation: arrowMove 2s infinite ease-in-out;
}

@keyframes arrowMove {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    50% {
        transform: translateY(-50%) translateX(6px);
    }
    100% {
        transform: translateY(-50%) translateX(0);
    }
}

.n_bannerImg {
    position: absolute;
    width: 40%;
    top: auto;
    bottom: 0;
    right: -1vw;
    transform: translate(0, 0%);
    z-index: 0;
    overflow: hidden !important;
}

@media screen and (max-width: 1300.5px){
    .banner_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 1vw;
        position: relative;
    }
    
    .banner_small_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
        line-height: 1.2;
        margin-bottom: 0.5vw;
        display: inline-block;
        padding: 10px 13px;
        position: relative;
        background-image: linear-gradient(to right, rgba(253, 91, 6, 0), rgba(253, 91, 6, 0.85) 20%, rgba(253, 91, 6, 0.85) 80%, rgba(253, 91, 6, 0));
    }
    
    .banner_keyword {
        position: relative;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.8;
        padding: 1vw 0vw 0vw 0vw;
    }
    
    .n_bannerViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 11.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
    
    .n_bannerViewMore .arrow-icon {
        position: absolute;
        right: -48px;
        top: 0%;
        width: 42px !important;
        height: auto;
        transform: translateY(-50%);
        animation: arrowMove 2s infinite ease-in-out;
    }
}

@media screen and (max-width: 1200.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 10vw;
        left: 8vw;
        width: 50%;
        text-align: left;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 40%;
        top: auto;
        bottom: 0;
        right: -1vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
    
    .n_bannerViewMore .arrow-icon {
        position: absolute;
        right: -48px;
        top: 0%;
        width: 35px !important;
        height: auto;
        transform: translateY(-50%);
        animation: arrowMove 2s infinite ease-in-out;
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        position: relative;
        margin-top: 0px;
        z-index: 0;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 4vw;
        left: 8vw;
        width: 50%;
        text-align: left;
    }
    
    .banner_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 3vw;
        position: relative;
    }
    
    .banner_small_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 10px;
        font-weight: 500;
        color: #fff;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
        line-height: 1.2;
        margin-bottom: 0.5vw;
        display: inline-block;
        padding: 8px 3px;
        position: relative;
        background-image: linear-gradient(to right, rgba(253, 91, 6, 0), rgba(253, 91, 6, 0.85) 20%, rgba(253, 91, 6, 0.85) 80%, rgba(253, 91, 6, 0));
    }
    
    .n_bannerViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 31vw;
        margin-top: 1vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
    
    .n_bannerViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 4.5vw;
        width: 17vw;
        margin-top: 0vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 6vw;
        left: 8vw;
        width: 88%;
        text-align: left;
    }
    
    .banner_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 3vw;
        position: relative;
    }
    
    .banner_small_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 10px;
        font-weight: 500;
        color: #fff;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
        line-height: 1.2;
        margin-bottom: 0.5vw;
        display: inline-block;
        padding: 8px 3px;
        position: relative;
        background-image: linear-gradient(to right, rgba(253, 91, 6, 0), rgba(253, 91, 6, 0.85) 20%, rgba(253, 91, 6, 0.85) 80%, rgba(253, 91, 6, 0));
    }
    
    .n_bannerViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 31vw;
        margin-top: 1vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
    
    .n_bannerViewMore .arrow-icon {
        position: absolute;
        right: -48px;
        top: 0%;
        width: 42px !important;
        height: auto;
        transform: translateY(-50%);
        animation: arrowMove 2s infinite ease-in-out;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 53%;
        top: auto;
        bottom: 0;
        right: -1vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
}

@media screen and (max-width: 428.5px) {
    .n_bannerViewMore .arrow-icon {
        position: absolute;
        right: -42px;
        top: 0%;
        width: 36px !important;
        height: auto;
        transform: translateY(-50%);
        animation: arrowMove 2s infinite ease-in-out;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 65%;
        top: auto;
        bottom: 0;
        right: -1vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
}

@media screen and (max-width: 360.5px) {
    .banner_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 3vw;
        position: relative;
    }
    
    .banner_small_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 8px;
        font-weight: 500;
        color: #fff;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
        line-height: 1.2;
        margin-bottom: 0.5vw;
        display: inline-block;
        padding: 8px 3px;
        position: relative;
        background-image: linear-gradient(to right, rgba(253, 91, 6, 0), rgba(253, 91, 6, 0.85) 20%, rgba(253, 91, 6, 0.85) 80%, rgba(253, 91, 6, 0));
    }
    
    .n_bannerViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 33vw;
        margin-top: 1vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 75%;
        top: auto;
        bottom: 0;
        right: -1vw;
        transform: translate(0, 0%);
        z-index: 0;
        overflow: hidden !important;
    }
}

/*hp_category*/

.hp_category {
    padding: 5.5vw 5vw 1vw 5vw;
    position: relative;
    z-index: 0;
}

.hp_category .hp_big_title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 0vw;
}

.hp_category .hp_big_title span {
    color: #fd5b06;
}

/*category*/

.product_cat-3 {
    padding: 0vw 8vw 5vw 8vw;
}

.product_cat-3 .col-md-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 1px 10px;
}

.product_cat-3 .cat_box {
    position: relative;
    height: 245px;
    width: 100%;
    overflow: hidden;
}

.product_cat-3 .row > div:last-child {
    display: none;
}

.product_cat-3 .cat_box .content h3 {
    color: white;
    font-weight: 600;
    display: none !important;
}

.product_cat-3 .cat_box .content h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.product_cat-3 .cat_box .content .content_box {
    margin: auto;
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.product_cat-3 .cat_box .content .line {
    position: absolute;
    bottom: 0;
    transition: ease-in 0.4s;
    background-color: #034558;
    height: 5px;
    width: 5%;
    display: none !important;
}

.product_cat-3 .cat_box .content .content_box .animated-arrow > .main > .the-arrow {
    position: relative;
    display: none !important;
}

.product_cat-3 .cat_box:hover .content .content_box .animated-arrow > .main {
    transform: translateX(17px);
    transform: translateX(0px);
    display: none !important;
}

.product_cat-3 .cat_box .content .content_box .the-arrow.-left {
    position: absolute;
    top: 60%;
    left: 0;
    display: none;
}

.product_cat-3 .cat_box .content .content_box .animated-arrow > .main {
    display: block;
    align-items: center;
    transition: all 0.2s;
    text-align: center;
    display: none !important;
}

.product_cat-3 .cat_box .content .content_box .animated-arrow > .main > .text {
    margin: 0 0px 0 0;
    line-height: 1;
    font-size: 11px;
    font-weight: 500;
    padding: 7px 18px;
    text-transform: uppercase;
    display: none !important;
}

.product_cat-3 .cat_box .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.45);
    transition: ease-in 0.4s;
    border-radius: 0px;
}

@media screen and (max-width: 1300.5px){
    .hp_category .hp_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 0vw;
    }
}

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

@media screen and (max-width: 992.5px){
    .product_cat-3 .col-md-4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 1px 10px;
    }
}

@media screen and (max-width: 767.5px){
    .hp_category {
        padding: 5vw 5vw 2vw 5vw;
        position: relative;
        z-index: 0;
    }
    
    .product_cat-3 {
        padding: 0vw 8vw 4vw 8vw;
    }
    
    .product_cat-3 .col-md-4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 1px 10px;
    }
    
    .product_cat-3 .cat_box .content h4 {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
        color: white;
        text-transform: uppercase;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    }
}

/*hp_brands*/

.hp_brands {
    padding: 0vw 0vw 5vw 0vw;
    position: relative;
    z-index: 0;
}

.hp_brands .hp_big_title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 0.5vw;
}

.hp_brands .hp_big_title span {
    color: #fd5b06;
}

.project-v {
    margin-left: -15px;
    margin-right: -15px;
}

.project-v .imgbox {
    padding: 0 15px;
}

.project-v .imgbox a {
    text-decoration: none;
    color: #8cc541;
}

.project-v .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-v .imgbox .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-v .imgbox .img-wrapper:hover::after {
    background: none; 
}

.project-v .img-wrapper {
    width: 100%;               
    height: 150px;             
    display: flex;
    align-items: center;       
    justify-content: center;   
    /*border: 2px solid #ccc;   */
    padding: 0px;              
    box-sizing: border-box;    
}

.project-v .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;       
}

.project-v .slick-dots li button:before {
    color: #000;
    font-size: 10px;
}

@media screen and (max-width: 1300.5px){
    .hp_brands .hp_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 0.5vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_brands {
        padding: 0vw 0vw 3vw 0vw;
        position: relative;
        z-index: 0;
    }
}

/*hp_about*/

.hp_about {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
    z-index: 0;
    background-color: #f2f2f2;
    width: 84.5%;
    margin: 0 auto;
}

.hp_about_img {
    width: 117%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-left: -1vw;
}

.hp_about_right {
    padding: 4.5vw 0vw 0vw 5.5vw;
}

.hp_about .hp_big_title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 0.5vw;
}

.hp_about .hp_big_title span {
    color: #fd5b06;
}

.hp_about .hp_keyword {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    margin-bottom: 1.5vw;
    line-height: 1.8;
}

.button_about {
    position: relative;
}

.n_aboutViewMore {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 8.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    transition: all 0.3s ease-in-out;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #fd5b06;
    text-decoration: none;
}

.n_aboutViewMore .arrow-icon {
    position: absolute;
    right: -54px;
    top: 0%;
    width: 46px !important;
    height: auto;
    transform: translateY(-50%);
    animation: arrowMove 2s infinite ease-in-out;
}

@keyframes arrowMove {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    50% {
        transform: translateY(-50%) translateX(6px);
    }
    100% {
        transform: translateY(-50%) translateX(0);
    }
}

@media screen and (max-width: 1300.5px){
    .hp_about .hp_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 0.5vw;
    }
    
    .hp_about .hp_keyword br {
        display: none;
    }
    
    .hp_about_right {
        padding: 2.5vw 3vw 0vw 4.5vw;
    }
    
    .n_aboutViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 11.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
    
    .n_aboutViewMore .arrow-icon {
        position: absolute;
        right: -48px;
        top: 0%;
        width: 42px !important;
        height: auto;
        transform: translateY(-50%);
        animation: arrowMove 2s infinite ease-in-out;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about_right {
        padding: 1.5vw 3vw 0vw 3.5vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 13px;
        font-weight: 300;
        color: #000;
        margin-bottom: 1.5vw;
        line-height: 1.8;
    }
    
    .n_aboutViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
    
    .n_aboutViewMore .arrow-icon {
        position: absolute;
        right: -40px;
        top: 0%;
        width: 35px !important;
        height: auto;
        transform: translateY(-50%);
        animation: arrowMove 2s infinite ease-in-out;
    }
}

@media screen and (max-width: 992.5px){
    .hp_about .hp_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 23px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 0.5vw;
    }
    
    .n_aboutViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 4.5vw;
        width: 14.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
}

@media screen and (max-width: 767.5px){
    .hp_about .hp_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 0.5vw;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 300;
        color: #000;
        margin-bottom: 1.5vw;
        line-height: 1.8;
    }
    
    .n_aboutViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 31.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
    
    .n_aboutViewMore .arrow-icon {
        position: absolute;
        right: -42px;
        top: 0%;
        width: 36px !important;
        height: auto;
        transform: translateY(-50%);
        animation: arrowMove 2s infinite ease-in-out;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-left: 0vw;
    }
    
    .hp_about {
        padding: 7vw 4vw 0vw 4vw;
        position: relative;
        z-index: 0;
        background-color: #f2f2f2;
        width: 100%;
        margin: 0 auto;
    }
    
    .hp_about_right {
        padding: 3vw 3vw 8vw 3.5vw;
    }
}

@media screen and (max-width: 426px) {
    .n_aboutViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 33.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
}

/*hp_products*/

.hp_products {
    padding: 5.5vw 5vw 1vw 5vw;
    position: relative;
    z-index: 0;
}

.hp_products .hp_big_title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 0.5vw;
}

.hp_products .hp_big_title span {
    color: #fd5b06;
}

/*products*/

.productSlider-1 {
    padding: 0vw 7.5vw 0vw 7.5vw;
}

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 600 !important;
}

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none !important;
}

.productSlider-1 .product_img .product_box {
    margin: 12px;
    border: 12px solid transparent;
    background-color: #f2f2f2;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 12px;
    height: auto;
    flex: 1;
    border-radius: 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    background-color: white;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 0px;
}

@media screen and (max-width: 1300.5px){
    .hp_products .hp_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 0.5vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_products {
        padding: 6vw 3vw 1vw 3vw;
        position: relative;
        z-index: 0;
    }
    
    .productSlider-1 {
        padding: 0vw 4vw 0vw 4vw;
    }
}

/*hp_services*/

.hp_services {
    padding: 6vw 6.5vw 1vw 6.5vw;
    position: relative;
    z-index: 0;
}

.hp_services .hp_big_title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 0.5vw;
}

.hp_services .hp_big_title span {
    color: #fd5b06;
}

.hp_services .button_services {
    position: relative;
    display: flex;
    justify-content: center;
}

.n_servicesViewMore {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 1%;
    height: 3vw;
    width: 10.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    transition: all 0.3s ease-in-out;
}

.n_servicesViewMore:hover {
    color: #fff;
    background-color: #fd5b06;
    text-decoration: none;
}

.n_servicesViewMore .arrow-icon {
    position: absolute;
    right: -54px;
    top: 0%;
    width: 46px !important;
    height: auto;
    transform: translateY(-50%);
    animation: arrowMove 2s infinite ease-in-out;
}

@keyframes arrowMove {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(0);
    }
}

/*services*/

.ex_service_typeDark {
    padding: 0vw 7vw 5.5vw 7vw;
    color: rgba(255, 255, 255, 0.94);
    background: transparent;
}

.ex_service_typeDark .container, .ex_service_typeDark .container-lg, .ex_service_typeDark .container-md, .ex_service_typeDark .container-sm, .ex_service_typeDark .container-xl {
    max-width: 1440px;
}

.ex_service_typeDark .services-mosaic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 14px;
}

.ex_service_typeDark .service-tile {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    background: transparent;
    border: 0px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.35);
    min-height: 350px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ex_service_typeDark .tile-media {
    position: absolute;
    inset: 0;
    background: transparent;
}

.ex_service_typeDark .tile-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.ex_service_typeDark .tile-info {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 14px;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #f2f2f2;
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ex_service_typeDark .tile-title {
    font-family: 'Space Grotesk', sans-serif;
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
}

.ex_service_typeDark .tile-cta {
    font-family: 'Space Grotesk', sans-serif;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0px;
    padding: 10px 0px;
    border-radius: 0px;
    border: 0px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fd5b06;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 0em;
    user-select: none;
    text-transform: uppercase;
}

.ex_service_typeDark .tile-cta::after {
    content: ">";
    margin-left: 8px;
    transition: transform 0.3s ease;
}

@media screen and (max-width: 1300.5px){
    .hp_services .hp_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 0.5vw;
    }

    .n_servicesViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 11.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
    
    .n_servicesViewMore .arrow-icon {
        position: absolute;
        right: -48px;
        top: 0%;
        width: 42px !important;
        height: auto;
        transform: translateY(-50%);
        animation: arrowMove 2s infinite ease-in-out;
    }
}

@media screen and (max-width: 1200.5px){
    .n_servicesViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 3.5vw;
        width: 13.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
    
    .n_servicesViewMore .arrow-icon {
        position: absolute;
        right: -40px;
        top: 0%;
        width: 35px !important;
        height: auto;
        transform: translateY(-50%);
        animation: arrowMove 2s infinite ease-in-out;
    }
    
    .ex_service_typeDark .tile-title {
        font-family: 'Space Grotesk', sans-serif;
        margin: 0 0 6px 0;
        font-size: 14px;
        font-weight: 900;
        color: #000;
        text-transform: uppercase;
    }
    
    .ex_service_typeDark .tile-cta {
        font-family: 'Space Grotesk', sans-serif;
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        gap: 0px;
        padding: 10px 0px;
        border-radius: 0px;
        border: 0px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        color: #fd5b06;
        font-weight: 900;
        font-size: 12px;
        letter-spacing: 0em;
        user-select: none;
        text-transform: uppercase;
    }
}

@media (min-width: 1060px) {
    .ex_service_typeDark .tile:nth-child(8n + 1) {
        grid-column: span 4;
    }
    
    .ex_service_typeDark .tile:nth-child(8n + 2) {
        grid-column: span 4;
    }
    
    .ex_service_typeDark .tile:nth-child(8n + 3) {
        grid-column: span 4;
    }
}

@media screen and (max-width: 992.5px){
    .n_servicesViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 4.5vw;
        width: 15.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
}

@media screen and (max-width: 767.5px){
    .hp_services {
        padding: 6vw 4vw 1vw 4vw;
        position: relative;
        z-index: 0;
    }
    
    .n_servicesViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 8.5vw;
        width: 33.5vw;
        display: flex;
        margin-top: 1vw;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
    
    .n_servicesViewMore .arrow-icon {
        position: absolute;
        right: -42px;
        top: 0%;
        width: 36px !important;
        height: auto;
        transform: translateY(-50%);
        animation: arrowMove 2s infinite ease-in-out;
    }
    
    .hp_services .button_services {
        position: relative;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 3vw;
    }
    
    .ex_service_typeDark {
        padding: 0vw 4vw 7vw 4vw;
        color: rgba(255, 255, 255, 0.94);
        background: transparent;
    }
    
    .ex_service_typeDark .tile-title {
        font-family: 'Space Grotesk', sans-serif;
        margin: 0 0 6px 0;
        font-size: 18px;
        font-weight: 900;
        color: #000;
        text-transform: uppercase;
    }
    
    .ex_service_typeDark .tile-cta {
        font-family: 'Space Grotesk', sans-serif;
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        gap: 0px;
        padding: 10px 0px;
        border-radius: 0px;
        border: 0px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        color: #fd5b06;
        font-weight: 900;
        font-size: 15px;
        letter-spacing: 0em;
        user-select: none;
        text-transform: uppercase;
    }
}

@media (min-width: 720px) {
    .ex_service_typeDark .tile:nth-child(6n + 1) {
        grid-column: span 4;
    }
    
    .ex_service_typeDark .tile:nth-child(6n + 2) {
        grid-column: span 4;
    }
    
    .ex_service_typeDark .tile:nth-child(6n + 3) {
        grid-column: span 4;
    }
}

@media screen and (max-width: 426px) {
    .n_servicesViewMore {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 35vw;
        display: flex;
        margin-top: 1vw;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: visible;
        transition: all 0.3s ease-in-out;
    }
}

/*hp_news*/

.hp_news {
    padding: 0.5vw 5vw 1vw 5vw;
    position: relative;
    z-index: 0;
}

.hp_news .hp_big_title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 0.5vw;
}

.hp_news .hp_big_title span {
    color: #fd5b06;
}

/*news*/

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

@media screen and (max-width: 1300.5px){
    .hp_news .hp_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        margin-bottom: 0.5vw;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_news {
        padding: 3vw 3vw 1vw 3vw;
        position: relative;
        z-index: 0;
    }
    
    #main_index .latest_new_type6 {
        margin-bottom: 0px;
        padding-top: 20px;
        padding: 0vw 8vw 8vw 8vw;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 3vw 7vw 3vw 7vw;
    position: relative;
    z-index: 0;
    background-color: #fd5b06;
}

.hp_contact .hp_big_title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0vw;
}

.hp_contact .contact-details {
    display: flex;
    align-items: center;
}

.hp_contact .contact-details p {
    margin: 0.5vw 0;
    color: #fff; 
    text-indent: 0vw;
}

.hp_contact .contact-details a {
    color: #fff; 
}

.hp_contact .contact-line {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    padding: 0vw 2vw 0vw 0vw;
    transition: all 0.3s ease;
}

.hp_contact .contact-line a {
    color: #fff;
}

.hp_contact .contact-line img {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.hp_contact .contact-text {
    line-height: 1.5;
}

.hp_contact .contact-details img {
    width: 50px;
    height: 50px;
    margin-right: 0.5vw;
    vertical-align: middle;
}

.hp_contact .contact-details a:hover .contact-line img {
    transform: rotate(10deg) scale(1.15);
    filter: drop-shadow(0 0 6px rgba(253, 91, 6, 0.6));
}

@media screen and (max-width: 1300.5px){
    .hp_contact .hp_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 0vw;
    }
    
    .hp_contact .contact-line {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        line-height: 1.4;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 0px;
        padding: 0vw 2vw 0vw 0vw;
        transition: all 0.3s ease;
    }
    
    .hp_contact .contact-details img {
        width: 40px;
        height: 40px;
        margin-right: 0.5vw;
        vertical-align: middle;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_contact .contact-line {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 1.4;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 0px;
        padding: 0vw 2vw 0vw 0vw;
        transition: all 0.3s ease;
    }
    
    .hp_contact .contact-line {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        line-height: 1.4;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 0px;
        padding: 0vw 2vw 0vw 0vw;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 992.5px){
    .hp_contact .contact-line {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        line-height: 1.4;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 0px;
        padding: 0vw 1vw 0vw 0vw;
        transition: all 0.3s ease;
    }
    
    .hp_contact .contact-details img {
        width: 34px;
        height: 34px;
        margin-right: 0.5vw;
        vertical-align: middle;
    }
    
    .hp_contact .hp_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 767.5px){
    .hp_contact .hp_big_title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 0vw;
    }
    
    .hp_contact {
        padding: 6vw 4vw 6vw 4vw;
        position: relative;
        z-index: 0;
        background-color: #fd5b06;
    }
    
    .hp_contact .contact-details {
        display: block;
        align-items: center;
    }
    
    .hp_contact .contact-line {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        line-height: 1.4;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 0px;
        padding: 0vw 2vw 0vw 0vw;
        transition: all 0.3s ease;
    }
}

/*footer*/

.footer_type6 {
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/img/1777309922D_FOOTER-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: white;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 18px solid #fd5b06;
}

.footer_type6 .title h5 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    color: #fd5b06;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer_type6 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 60px;
    background: #fff;
    padding: 2px;
}

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

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

@media screen and (max-width: 1200.5px){
    .footer_type6 .logo img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        width: auto;
        max-height: 40px;
        background: #fff;
        padding: 2px;
    }
    
    .footer_type6 .title {
        min-height: 50px;
        display: flex;
        flex-direction: row;
        position: relative;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 992.5px){
    .footer_type6 .logo img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        width: auto;
        max-height: 35px;
        background: #fff;
        padding: 2px;
    }
    
    .footer_type6 .title {
        min-height: 45px;
        display: flex;
        flex-direction: row;
        position: relative;
        margin-bottom: 1rem;
    }
}

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

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