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

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

body > br {
    display: none;
}

.category_list_type4 .category_box .img_frame img,
.product_list_5 .product_box .img_frame img{
    object-fit: contain!important;
}

.hp_latest_new_8 .news_box .img_frame img{
    object-fit: contain!important;
    background-color: #000;
}

/**/

.slick-arrow {
    z-index: 5!important;
}

.slick-prev {
    /*left: -35px!important;*/
    bottom: -13%;
    top: unset;
    left: 47%!important;
}

.slick-prev::before {
    content: "";
    display: inline-block;
    background-image: url('https://cdn1.npcdn.net/images/6_ARROW_LEFT_l0f7xt_1783388150.png?md5id=11b465eaf4a22936bb9ab2ce39324e45&type=4')!important;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px!important;
    filter: unset!important;
}

.slick-next {
    /*right: -35px!important;*/
    bottom: -13%;
    top: unset;
    right: 48%!important;
}

.slick-next::before {
    content: "";
    display: inline-block;
    background-image: url('https://cdn1.npcdn.net/images/6_ARROW_RIGHT_lfhvx4_1783388150.png?md5id=11b465eaf4a22936bb9ab2ce39324e45&type=4')!important;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px!important;
    filter: unset!important;
}





@media (max-width: 1200.5px) {
    .slick-prev {
        left: 45%!important;
    }
    
    
    .slick-next {
        right: 47%!important;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
    .slick-prev {
        left: 39% !important;
    }
  
    .slick-next {
        right: 45% !important;
    }
    
    
}








/*navigation bar*/
.navbar_type8 {
    height: 100px;
    background-color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    padding: 0 8%;
}

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

.dark_nav {
    height: 80px;
    background-color: rgb(0,0,0,0.9) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

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

.navbar_type8 .nav_tab {
    padding-right: 0;
    flex: 0 1 75%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 10px 0;
    object-position: left;
    transition: all 0.25s ease-in-out;
}

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

.navbar_type8 .nav_tab .nav_item a {
    color: #fff;
    font-size: 1.1vw;
    padding: 15px 1.1vw;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
}

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

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    border-bottom: none;
    transition: all 0.35s ease-in-out;
    opacity: 1;
    height: 100%;
    /*border-radius: 30px;*/
    background-image: linear-gradient(to left, #ffb400, #e65d00);
    transform: translate(-50%, 0);
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

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


.navbar_mobile {
    background-color: rgba(0, 0, 0, 0.9);
}



@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

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




/**/



.hp-small {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    font-weight: 400;
    
    display: inline-block;

    background: linear-gradient(
        90deg,
        #e65d00 0%,
        #ffb400 100%
    );

    background-size: 100%;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}

.hp-small.text-light {
    -webkit-text-fill-color: unset;
}

.hp-title {
    font-size: 38px;
    color: #000;
    font-weight: 600;
}

.oren-wording {
    display: inline-block;

    background: linear-gradient(
        90deg,
        #e65d00 0%,
        #ffb400 100%
    );

    background-size: 100%;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
    text-shadow: none;
}

.hp-content {
    font-size: 15px;
    line-height: 1.8;
    color: #4d4d4d;
    font-weight: 400;
}

.hp-button a {
    position: relative;
    display: inline-block;
    color: #fff;
    /*background-color: #20bdbe;*/
    background: linear-gradient(to left, #ffb400, #e65d00);
    padding: 12px 5.5rem 12px 1.5rem;
    font-weight: 600;
    /*border-radius: 500px;*/
    overflow: hidden;
    z-index: 1;
    /*border: 1px solid #20bdbe;*/
    transition: 0.3s ease;
    text-transform: uppercase;
    font-size: 15px;
}

.hp-button.line-button a {
    display: inline-block;
    background: transparent;
    
    background: linear-gradient(
        90deg,
        #e65d00 0%,
        #ffb400 100%
    );

    background-size: 100%;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
    
    border: 2px solid;
    border-image: linear-gradient(to left, #ffb400, #e65d00) 1;
    padding: 10px 5.5rem 10px 1.5rem;
}

.hp-button.white-button-line a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

.hp-button a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url("https://cdn1.npcdn.net/images/5_BUTTON_ARROW_WHITE_v1bwmd_1783388256.png?md5id=11b465eaf4a22936bb9ab2ce39324e45&type=4") center/contain no-repeat;
    transform: translateY(-50%);
    z-index: 0;
    transition: 0.3s ease;
}

.hp-button.line-button a::before {
    background-image: url('https://cdn1.npcdn.net/images/5_BUTTON_ARROW_m1kigt_1783388150.png?md5id=11b465eaf4a22936bb9ab2ce39324e45&type=4');
}

/* Hover */
.hp-button a:hover {
    /*padding-right: 3.5rem;*/
}

.hp-button a:hover::before {
    right: 15px;
}





@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-title {
        font-size: 32px;
    }
    
    .hp-button a {
        padding: 12px 4rem 12px 1.5rem;
    }
}




/**/


.slider_banner .banner_content {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
	overflow: hidden;

}


.hp-banner {
    padding-left: 8rem;
    padding-top: 6rem;
}

.hp-banner-small {
    
    font-size: 1.1vw;
    display: inline-block;

    background: linear-gradient(
        90deg,
        #e65d00 0%,
        #ffb400 100%
    );

    background-size: 100%;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;

}

.hp-banner-big {
    font-size: 3.1vw;
    font-weight: 900;
    padding-right: 60vw;
    line-height: 1;
    filter: drop-shadow(3px 3px 2px rgba(255,255,255,1));
    text-shadow: 3px 3px 2px #fff;
}

.hp-banner .hp-button {
    margin-top: 2rem;
    position: relative;
    padding-left: 6rem;
}

.hp-banner .hp-button::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 45%;
    width: 5rem;
    height: 3px;
    background: linear-gradient(to left, #ffb400, #e65d00);
    /*background-image: url(https://cdn1.npcdn.net/userfiles/26699/image/product-element.png);*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 100% 0;*/
}



.slider_banner {
    margin-bottom: 0 !important;
}

.slider_banner .slick-dots {
  position: absolute;
  bottom: 3.5vw;
  text-align: left;
  left: 7rem;
}

.slider_banner .slick-dots li button::before {
  color: transparent;
  font-size: 0;
  content: "";
  width: 30px;
  height: 5px;
  /*border-radius: 500px;*/
  background-color: #000;
  opacity: 1;
  padding: 0;
  
  transition: 0.2s ease;
}

.slider_banner .slick-dots li button {
    width: 30px;
  height: 20px;
  padding: 0;
  transition: 0.2s ease;
}

.slider_banner .slick-dots li {
  width: 30px;
  height: 20px;
  margin: 0 10px;
  transition: 0.2s ease;
}

.slider_banner .slick-dots li.slick-active button::before {
    background: linear-gradient(to left, #ffb400, #e65d00);
    opacity: 1;
    width: 130px;
}

.slider_banner .slick-dots li:hover button::before {
    background: linear-gradient(to left, #ffb400, #e65d00);
}

.slider_banner .slick-dots li.slick-active button,
.slider_banner .slick-dots li.slick-active {
    width: 130px;
}





@media (max-width: 1200.5px) {
    .hp-banner {
        padding-left: 2rem;
        padding-top: 0rem;
    }
    
    .slider_banner .slick-dots {
        left: 1rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .slider_banner .item>img{
    	min-height: 500px !important;
        object-fit: cover;
        padding-top: 260px;
        object-position: right;
        background-color: #fff;
    }


    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 260px;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to bottom, #fff, transparent);
    }
    
    .slider_banner .banner_content {
        align-items: flex-start;
    }
    
    .hp-banner {
        padding: 2rem 1rem;
    }
    
    .hp-banner-small {
        font-size: 14px;
    }
    
    .hp-banner-big {
        font-size: 30px;
        padding-right: 0
    }

}




/**/


.hp-services {
    padding: 5rem 1rem 1rem;
    background: linear-gradient(to left, #ffb400, #e65d00);
    text-align: center;
}

#main_index .ex_hpservice_slide {
    margin-block: 0;
    background-color: transparent;
    padding: 0 6rem 5rem;
    /*background: linear-gradient(to left, #ffb400, #e65d00);*/
    position: relative;
}

#main_index .ex_hpservice_slide::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0%;
    width: 100%;
    height: 40%;
    background: linear-gradient(to left, #ffb400, #e65d00);
    background-position: 100% 0;
    z-index: -1;
}


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

#main_index .ex_hpservice_slide .item {
    margin: 0px 5px 30px;
}

#main_index .ex_hpservice_slide .services-content .overlay {
    background-color: unset;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5));
}

#main_index .ex_hpservice_slide .services-content {
    overflow: visible;
    height: 250px;
}

#main_index .ex_hpservice_slide .services-text {
    top: unset;
    bottom: -20px;
    -webkit-transform: unset;
    transform: unset;
}

#main_index .ex_hpservice_slide .service_btn {
    background-color: transparent;
    background: linear-gradient(to left, #ffb400, #e65d00);
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 500px;
    padding: 6px 30px;
}

#main_index .ex_hpservice_slide .service_btn:hover {
    background: linear-gradient(to left, #000, #000);
}

#main_index .ex_hpservice_slide .services-text h3.title {
    text-transform: unset;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 2px 2px 3px #000;
}

#main_index .ex_hpservice_slide .services-text h3.title::after {
    display: none;
}





@media (max-width: 1200.5px) {
    #main_index .ex_hpservice_slide {
        padding: 0 1rem 5rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    #main_index .ex_hpservice_slide::after {
        height: 55%;
    }
}




/**/


.hp-about {
    padding: 0 20rem 5rem;
    text-align: center;
    background-image: url('https://cdn1.npcdn.net/images/B_ABOUT_BG_ixmjvt_1783388150.png?md5id=11b465eaf4a22936bb9ab2ce39324e45&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}

.hp-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(20px, 5vw, 80px);

    width: clamp(60px, 8vw, 140px);
    aspect-ratio: 1;
    background-image: url(https://cdn1.npcdn.net/images/B_ABOUT_ELEMENT_jo6gms_1783388150.png?md5id=11b465eaf4a22936bb9ab2ce39324e45&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.hp-about::after {
    content: "";
    position: absolute;
    top: 0;
    right: clamp(20px, 5vw, 80px);

    width: clamp(60px, 8vw, 140px);
    aspect-ratio: 1;
    background-image: url(https://cdn1.npcdn.net/images/B_ABOUT_ELEMENT_jo6gms_1783388150.png?md5id=11b465eaf4a22936bb9ab2ce39324e45&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.hp-about::before,
.hp-about::after {
    animation: float 4s ease-in-out infinite;
}

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

.hp-about-button-box {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}






@media (max-width: 1200.5px) {
    .hp-about {
        padding: 0 10vw 5rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-about {
        padding: 0 1rem 5rem;
    }
    
    .hp-about::before, .hp-about::after {
        display: none;
    }
    
    .hp-about-button-box {
        flex-direction: column;
    }
}




/**/

.index_wrapper_5 {
    position: relative;
}

.index_wrapper_5::before,
.index_wrapper_5::after {
    content: "";
    position: absolute;
    bottom: 8%;
    width: 35%;
    height: 5px;
    z-index: 1;
}

.index_wrapper_5::before {
    left: 10%;
    background: linear-gradient(to right, transparent, #fff);
}

.index_wrapper_5::after {
    right: 10%;
    background: linear-gradient(to left, transparent, #fff);
}


.hp-cat {
    padding: 5rem 1rem 1rem;
    text-align: center;
    background: linear-gradient(to right, #e6e6e6, #fff, #e6e6e6);
}

#main_index .product_cat-3 {
    background: linear-gradient(to right, #e6e6e6, #fff, #e6e6e6);
    padding-bottom: 5rem;
}

#main_index .product_cat-3::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);

    width: 86%;
    height: 40%;

    background: linear-gradient(to left, #ffb400, #e65d00);
    z-index: 0;
}

#main_index .product_cat-3 .cat_box .content {
    background-color: transparent;
}

#main_index .product_cat-3 .cat_box img {
    object-fit: contain;
    background-color: #fff;
    padding: 2rem 2rem 4rem;
}

#main_index .product_cat-3 .cat_box .content h2, 
#main_index .product_cat-3 .cat_box .content h3, 
#main_index .product_cat-3 .cat_box .content h4 {
    text-align: center;
    display: inline-block;

    background: linear-gradient(
        90deg,
        #e65d00 0%,
        #ffb400 100%
    );

    background-size: 100%;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
    
    font-size: 22px;
    font-weight: 600;
    margin: 0 !important;
}

#main_index .product_cat-3 .cat_box .content .content_box .animated-arrow,
#main_index .product_cat-3 .cat_box .content .line{
    display: none;
}




@media (max-width: 1200.5px) {
    .index_wrapper_5::before, .index_wrapper_5::after {
        width: 33%;
    }
    
    #main_index .product_cat-3::before {
        width: 95%;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .index_wrapper_5::before, .index_wrapper_5::after {
        width: 25%;
    }
}




/**/

.hp-built {
    padding: 5rem 6rem;
    background: linear-gradient(to right, #e6e6e6, #fff, #e6e6e6);
    position: relative;
}

.hp-built::after {
    content: "";
    position: absolute;
    right: clamp(20px, 5vw, 80px);

    width: clamp(60px, 8vw, 140px);
    aspect-ratio: 1;
    background-image: url(https://cdn1.npcdn.net/images/B_ABOUT_ELEMENT_jo6gms_1783388150.png?md5id=11b465eaf4a22936bb9ab2ce39324e45&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    
    animation: float 4s ease-in-out infinite;
}

.hp-built-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.hp-built-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hp-built-icon {
    width: 80px;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-built-icon img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
}


.hp-built-title {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    
    display: inline-block;

    background: linear-gradient(
        90deg,
        #e65d00 0%,
        #ffb400 100%
    );

    background-size: 100%;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}

.hp-built .hp-content {
    line-height: 1.2;
}

.hp-built .hp-button {
    padding-top: 2rem;
}





@media (max-width: 1200.5px) {
    .hp-built {
        padding: 5rem 1rem;
    }
}

@media (max-width: 991.5px) {
    .hp-built-right {
        padding-top: 2rem;
    }
}

@media (max-width: 767.5px) {
    .hp-built-container {
        grid-template-columns: 1fr;
    }
    
    .hp-built::after {
        display: none;
    }
}




/**/

.hp-why {
    background-image: url('https://cdn1.npcdn.net/images/D_WHY_BG_qm9rz4_1783388151.jpg?md5id=11b465eaf4a22936bb9ab2ce39324e45&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5rem 6rem;
}

.hp-why-top {
    text-align: center;
    padding-bottom: 1rem;
}

.hp-why-box {
    padding-bottom: 2rem;
}

.hp-why-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;

    background: linear-gradient(
        90deg,
        #e65d00 0%,
        #ffb400 100%
    );

    background-size: 100%;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}

.hp-why-line {
    border: 1px solid;
    border-image: linear-gradient(to left, #ffb400, #e65d00) 1;
    margin: .5rem 0 1rem;
}

.hp-why-right {
    text-align: right;
}

.hp-why-middle {
    padding: 0 2rem;
}

.hp-why .hp-content {
    line-height: 1.5;
}


@media (max-width: 1200.5px) {
    .hp-why {
        padding: 5rem 1rem;
    }
    
    .hp-why-middle {
        padding: 0;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
    .hp-why {
        padding: 5rem 1rem 3rem;
    }
    
    .hp-why-top {
        margin-bottom: 2rem;
    }
    
    .hp-why-left,
    .hp-why-right {
        text-align: center;
    }
    
    .hp-why-middle {
        padding: 0 0 3rem;
    }
    
    
}




/**/

.hp-news {
    padding: 5rem 1rem 1rem;
    text-align: center;
    background: linear-gradient(to right, #e6e6e6, #fff, #e6e6e6);
}

#main_index .hp_latest_new_8 {
    background: linear-gradient(to right, #e6e6e6, #fff, #e6e6e6);
    padding: 0 6rem 5rem;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0;
}

#main_index .hp_latest_new_8 .news_box .justify-content-between {
    background-color: #fff;
    padding: 1.5rem;
}

#main_index .hp_latest_new_8 .news_box .date i {
    display: inline-block;

    background: linear-gradient(
        90deg,
        #e65d00 0%,
        #ffb400 100%
    );

    background-size: 100%;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}

#main_index .hp_latest_new_8 .news_box .img_frame img {
    object-fit: contain!important;
}



@media (max-width: 1200.5px) {
    #main_index .hp_latest_new_8 {
        padding: 0 1rem 5rem;
    }
}

@media (max-width: 991.5px) {
    
}

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




/**/

.hp-cta-bg {
    padding: 0 7rem;
    background: linear-gradient(to right, #e6e6e6, #fff, #e6e6e6);
    position: relative;
    z-index: 1;
}

.hp-cta-bg::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 100%;
    height: 40%;
    background-color: #414143;
    background-position: 100% 0;
    z-index: -1;
}

.hp-cta {
    /*margin: 0 7rem;*/
    padding: 4rem 4rem;
    background: linear-gradient(to left, #ffb400, #e65d00);
}




@media (max-width: 1200.5px) {
    .hp-cta-bg {
        padding: 0 2rem;
    }
    
    .hp-cta {
        padding: 3rem 2rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-cta-left {
        padding-bottom: 2rem;
    }
}




/**/


.footer_type10 {
    padding: 3rem 6rem!important;
    background-color: #414143;

}

.footer_type10 .logo {
    min-height: 60px;
    padding-top: 60px;
}

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

.footer_type10 .container {
    max-width: 100%;
}

.footer_type10 .sub_title {
    border-bottom: unset;
}

.footer_type10 .sub_title p {
    background: linear-gradient(
        90deg,
        #e65d00 0%,
        #ffb400 40%
    );

    background-size: 100%;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
    text-transform: uppercase;
    font-weight: 700;

    margin-bottom: 1rem;
    padding-bottom: .5rem;
    position: relative;
}

.footer_type10 .sub_title p::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 4rem;
    height: 2px;
    background: linear-gradient(to left, #ffb400, #e65d00);
}

.footer_type10 a:hover{
    color: #e65d00!important;
}

.footer_type10 .icon i,
.footer_type10 .text i {
    display: inline-block;

    background: linear-gradient(
        90deg,
        #e65d00 0%,
        #ffb400 100%
    );

    background-size: 100%;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}

.footer_type10 .social_media a .icon_s {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 10px;
    
    border: 2px solid;
    border-image: linear-gradient(to left, #ffb400, #e65d00) 1;
    
    border-radius: 50%;

    background:
        linear-gradient(transparent, transparent) padding-box,
        linear-gradient(to left, #ffb400, #e65d00) border-box;

    border: 2px solid transparent;
}

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






@media (max-width: 1200.5px) {
    .footer_type10 {
        padding: 3rem 1rem !important;
    }
}

@media (max-width: 991.5px) {
    
}

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










