@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

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

.side_menu {
  
    background-color: #24b994;
    color: #fff;
 
}

.side_menu .list-group .list-group-item a {
    color: #fff;
 
}

.side_menu input {
   
    border: 1px solid #fff;
}

a:hover {
    text-decoration: none;
}

.index_wrapper_1 {
    height: 0;
}

@media screen and (max-width: 991.5px){
.index_wrapper_1 {
    height: 80px;
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:150vw !important;
    object-fit:cover;
    object-position: 8%;

}

}

/*Menu*/

.navbar_type8 {
    
    background-color: rgba(255,255,255, 0.8) !important;
    height: 130px;
   
}

.navbar_type8 .nav_tab .nav_item a {
    color: #24b994;
    padding: 15px 1.4vw;
    font-size: 14.4px;
}

.navbar_mobile .logo_img {
   
    transform: scale(1.25);
}

.dark_nav {
    background-color: rgba(255,255,255, 0.8) !important;
   
}

.navbar_type8 .nav_tab .nav_item::before {
    top: 100%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #359cbb;
     
}

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

.navbar_type8 .logo img {
   
    width: 140px;

    padding: 0;
}

.navbar_type8 .nav_tab {
    flex: 0 1 86%;
 
    padding-left: 0;
    padding-right: 2.5%;
  
}

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(255, 255, 255, 0.8);

}

@media screen and (max-width: 1200.5px){
.navbar_type8 .logo {
    
    margin-left: 17%;
}

.navbar_type8 .logo img {
    width: 120px;

}

.navbar_type8 .nav_tab .nav_item a {
 
    padding: 15px 1vw;
    font-size: 14px;
}

}

/*Banner*/

.hp_banner_title1 {
    font-size: 2.15vw;
    color: #fff;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: -3%;
}

.hp_banner_title2 {
    font-size: 4.6vw;
    color: #fff;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: -1.5%;
}
.hp_banner_desc {
    font-size: 1.15vw;
    color: #fff;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 2.5%;
}

.hp_banner_link {
    color: #fff;
    transition: 0.3s;
    position: relative;
    background: #000;
    border-radius: 5px;
    padding: 0.75vw 3.5vw 0.75vw 1.5vw;
    font-size: 0.9vw;
}

.hp_banner_link::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1763951009down arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: .9vw;
    height: .9vw;
    top: 0;
    bottom: 0;
    right: 12%;
    margin: auto 0;
    transition: 0.3s;
}

.hp_banner_link:hover::before {
    transform: rotate(-45deg);
}

.hp_banner_link:hover {
    color: #fff;
    background: #359cbb;
    border-radius: 0;
    
}

.hp_banner {
    padding-top: 15%;
    padding-left: 12.5%;
}

.hp_banner_box {
    display: flex;
    align-items: center;
}

.hp_banner_ibox {
    flex: 0 0 48%;
    margin-left: -6%;
    margin-top: 0%;
}

.hp_banner_itbox {
    flex: 0 0 51%;
}

.hp_banner_item {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.25vw;
    font-size: 1.5vw;
    margin-top: 0.5vw;
    padding-left: 18%;
}

.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner_item.x {
   
    margin-top: 1.75vw;
   
}

.hp_banner_item.z {
   
    margin-top: 3.5vw;
   
}

.hp_banner.c .hp_banner_item.z {
    margin-top: 2vw;
}

.slider_banner .slick-prev {
    z-index: 99;
    left: unset;
    right: 6%;
    top: 39%;
}

.slider_banner .slick-next {
    z-index: 99;
    left: unset;
    right: 6%;
    top: 47%;
}

.slider_banner .slick-prev:before {
    background-image: url('https://cdn1.npcdn.net/img/1763967797banner arrow left.png');
    width: 3vw;
    height: 3vw;
    opacity: 1;
    filter: unset;
}

.slider_banner .slick-next:before {
    background-image: url('https://cdn1.npcdn.net/img/1763967780banner arrow right.png');
    width: 3vw;
    height: 3vw;
    opacity: 1;
    filter: unset;
}

.hp_banner.d .hp_banner_ibox {
    flex: 0 0 46%;
    margin-left: -6%;
    margin-top: -1%;
}

@media screen and (max-width: 1200.5px){
.hp_banner_link::before {
  
    width: 1.3vw;
    height: 1.3vw;
   
    right: 12%;
    
}

   .hp_banner.d .hp_banner_item.z {
        margin-top: 5vw;
                padding-left: 14.5vw;
    }

.hp_banner_item.z {
    margin-top: 3.5vw;
}


.hp_banner_link {
    
    padding: 1vw 4.5vw 1vw 2vw;
    font-size: 1.4vw;
}

.hp_banner_desc {
    font-size: 1.5vw;

    margin-bottom: 3%;
}

.hp_banner_title1 {
    font-size: 2.3vw;

    margin-bottom: -3%;
}

.hp_banner_title2 {
    font-size: 5vw;
    
    margin-bottom: -1.5%;
}

.hp_banner_ibox {
    flex: 0 0 51%;
    margin-left: -6%;
    
}

.hp_banner {
    padding-top: 11.5%;
    padding-left: 12.5%;
}

.slider_banner .slick-prev:before {
    
    width: 4vw;
    height: 4vw;
    
}

.slider_banner .slick-next:before {
  
    width: 4vw;
    height: 4vw;
   
}

.slider_banner .slick-prev {
  
    right: 6%;
    top: 33%;
}


.slider_banner .slick-next {
  
    right: 6%;
    top: 43%;
}


}


@media screen and (max-width: 767.5px){
.hp_banner_link::before {
  
    width: 3.5vw;
    height: 3.5vw;
   
    right: 12%;
    
}

.hp_banner_link {
    
    padding: 2.75vw 12vw 2.75vw 6vw;
    font-size: 3.75vw;
}

.hp_banner_desc {
    font-size: 3.65vw;

    margin-bottom: 9%;
}

.hp_banner_title1 {
    font-size: 5vw;

    margin-bottom: -1%;
}

.hp_banner_title2 {
    font-size: 10vw;
    line-height: 1.1;
    margin-bottom: 2%;
}

.hp_banner_ibox {
  
    margin-left: 0%;
    margin-top: 6%;
    margin-right: 7%;
}

.hp_banner {
    padding-top: 12%;
    padding-left: 8.5%;
}

.hp_banner .col-12 {
    padding: 0;
}

.hp_banner_box {
  
    align-items: start;
    flex-direction: column;
}

.hp_banner_item {
   
    letter-spacing: 0.25vw;
    font-size: 3.5vw;
    margin-top: 2.75vw;
    padding-left: 11vw;
}

    .slider_banner .slick-prev:before {
        width: 11vw;
        height: 11vw;
    }
    
        .slider_banner .slick-next:before {
        width: 11vw;
        height: 11vw;
    }
    
        .slider_banner .slick-prev {
        right: 15%;
        top: 39%;
    }
    
        .slider_banner .slick-next {
        right: 15%;
        top: 47%;
    }
    
        .hp_banner_item.z {
        
        padding-left: 17vw;
    }

}


/*category*/

.hp_category_fbox {
    display: flex;
    justify-content: space-between;
}

.hp_category_box {
    flex: 0 0 32%;
}

.hp_category {
    padding: 2% 7% 7%;
}

.hp_category_inbox {
    height: 100%;
    position: relative;
    padding: 9% 12% 9%;
}


.hp_category_inbox::after {
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0%;
    z-index: -1;
    transition: 0.3s;
}

.hp_category_inbox:hover::after {
  
    background-color: rgba(0,0,0,0.5);

}

.hp_category_inbox.a::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1763956431prd1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0%;
    z-index: -1;
}


.hp_category_inbox.b::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1763956441prd2.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0%;
    z-index: -1;
}

.hp_category_inbox.c::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1763956451prd3.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0%;
    z-index: -1;
}

.hp_category_title1 {
    color: #000;
    font-size: 1vw;
    font-weight: 400;
    text-align: center;
}

.hp_category_title2 {
    color: #24b994;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 4%;
    text-align: center;
}

.hp_category_item1 {
    color: #fff;
    font-size: 1.75vw;
    font-weight: 700;
    margin-bottom: 4%;
}

.hp_category_item2 {
    font-size: 0.85vw;
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    height: 16vw;
    margin-bottom: 0;
}

.hp_category .fas.fa-caret-square-right {
    
    color: #359cbb;
    font-size: 2vw;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.hp_category_box:hover .fas.fa-caret-square-right {
    transform: rotate(-90deg);
}

.hp_category .fas.fa-caret-square-right::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 80%;
    height: 80%;
    bottom: 0;
    right: 0%;
    left: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}

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

.hp_category_title1 {
  
    font-size: 1.4vw;
  
}

.hp_category_title2 {

    font-size: 2.5vw;
   
    margin-bottom: 4%;

}

.hp_category_item1 {
  
    font-size: 2.1vw;
  
    margin-bottom: 4%;
}

.hp_category_item2 {
    font-size: 1.3vw;
    
    height: 34vw;
    
}

.hp_category_item2 br {
    display: none;
}

.hp_category .fas.fa-caret-square-right {
    
    
    font-size: 2.5vw;

}

.hp_category {
    padding: 2% 6% 7%;
}

.hp_category_inbox {
  
    padding: 11% 11% 11%;
}

}

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

.hp_category_title1 {
  
    font-size: 3.75vw;
  
}

.hp_category_title2 {

    font-size: 7vw;
   
    margin-bottom: 9%;

}

.hp_category_item1 {
  
    font-size: 6vw;
  
    margin-bottom: 5%;
}

.hp_category_item2 {
    font-size: 3.75vw;
    margin-bottom: 12%;
    height: unset;
    
}

.hp_category_item2 br {
    display: none;
}

.hp_category .fas.fa-caret-square-right {
    
    
    font-size: 9vw;

}

.hp_category {
    padding: 12% 3%;
}

.hp_category_inbox {
  
    padding: 12% 12% 12%;
}

.hp_category_fbox {
 
    flex-direction: column;
    gap: 6vw;
}

.hp_category_inbox.a::before,.hp_category_inbox.b::before ,.hp_category_inbox.c::before  {
    background-position: 100%;
}

}

/*About*/

.hp_about {
    position: relative;
}

.hp_about::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1763954849about-us_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 65%;
    bottom: 0;
    right: 0%;

}

.hp_about_tbox {
    margin-top: -8%;
    flex: 0 0 50%;
}

.hp_about_box {
    display: flex;
    align-items: center;
  
}

.hp_about_ibox {
    margin-left: -15px;
    margin-right: 15px;
    flex: 0 0 50%;
}

.hp_about_image {

    width: 94%;
}

.hp_about_title1 {
    color: #000;
    font-size: 1vw;
    font-weight: 400;
    text-transform: uppercase;
}

.hp_about_title2 {
    color: #24b994;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 4%;
}

.hp_about_desc {
    font-size: 1vw;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 8%;
}

.hp_about_link {
    color: #fff;
    transition: 0.3s;
    position: relative;
    background: #24b994;
    border-radius: 5px;
    padding: 0.75vw 3.5vw 0.75vw 1.5vw;
    font-size: 0.9vw;
}

.hp_about_link::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1763951009down arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: .9vw;
    height: .9vw;
    top: 0;
    bottom: 0;
    right: 12%;
    margin: auto 0;
    transition: 0.3s;
}

.hp_about_link:hover::before {
    transform: rotate(-45deg);
}

.hp_about_link:hover {
    color: #fff;
    background: #359cbb;
    border-radius: 0;
    
}

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

    font-size: 1.4vw;
   
}

.hp_about_title2 {
    
    font-size: 2.5vw;
 
    margin-bottom: 3%;
}

.hp_about_desc {
    font-size: 1.45vw;

    margin-bottom: 6%;
}

.hp_about_desc br {
    display: none;
}

.hp_about_link {

    padding: 1vw 4.5vw 1vw 2vw;
    font-size: 1.35vw;
}

.hp_about_link::before {
 
    width: 1.3vw;
    height: 1.3vw;

    right: 12%;
  
}

.hp_about_tbox {
    margin-top: -3%;
    flex: 0 0 50%;
}

}

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

    font-size: 3.5vw;
   
}

.hp_about_title2 {
    
    font-size: 5.95vw;
 
    margin-bottom: 6%;
}

.hp_about_desc {
    font-size: 3.75vw;

    margin-bottom: 12%;
}

.hp_about_link {

    padding: 2.75vw 12vw 2.75vw 6vw;
    font-size: 3.75vw;
}

.hp_about_link::before {
 
    width: 3.5vw;
    height: 3.5vw;

    right: 12%;
  
}

.hp_about_box {
    flex-direction: column;
    gap: 12vw;
}

.hp_about_tbox {
    margin-top: 0%;

}

.hp_about_image {
    width: 100%;
}

.hp_about {
   
    padding: 12% 3% 18%;
}

.hp_about_ibox {
    margin-left: calc(-17px + -3%);
    margin-right: 0;
    
}

.hp_about::before {
   
    height: 50%;
  
    background-position: 50%;
}

}

/*Products*/

.index_wrapper_5 {
    padding: 4% 9% 2%;
    position: relative;
}

.index_wrapper_5::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1763952290featured-products_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70.5%;
    top: 0;
    right: 0%;

}

.productSlider-1 .slick-prev {
    left: -15px;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -15px;
    z-index: 10;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 1vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    background-color: white;
    border-radius: 0;
}

.productSlider-1 a {
    color: rgba(0, 0, 0, 0.7);
}

.productSlider-1 .product_img .product_box h6 {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500 !important;
    font-size: 15px;
}

.productSlider-1 p {
    color: #359cbb;
    font-weight: 600;
    font-size: 16px;
}

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

.productSlider-1 .text-left > p {
    display: none;
}

.hp_products_title1 {
    color: #fff;
    font-size: 1vw;
    text-align: center;
    font-weight: 400;
    
}

.hp_products_title2 {
    color: #fff;
    font-size: 2vw;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3%;
}

@media screen and (max-width: 1200.5px){
.hp_products_title1 {
  
    font-size: 1.4vw;
  
    
}

.hp_products_title2 {
  
    font-size: 2.5vw;
  
    margin-bottom: 3%;
}

.index_wrapper_5::before {
    
    height: 70.5%;
  
    background-position: 70%;
}

.productSlider-1 .slick-prev {
    left: -20px;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -20px;
    z-index: 10;
}

}

@media screen and (max-width: 767.5px){
.hp_products_title1 {
  
    font-size: 3.75vw;
  
    
}

.hp_products_title2 {
  
    font-size: 7vw;
  
    margin-bottom: 6%;
}

.index_wrapper_5 {
    padding: 12% 3%;

}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
   
}

.productSlider-1 .slick-prev {
    left: -10px;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -10px;
    z-index: 10;
}

.index_wrapper_5::before {
    
    background-position: 75%;
}

}

/*Contact*/

.hp_contact_box {
    background-image: url('https://cdn1.npcdn.net/img/1763949169get in touch bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10.85% 13% 12.5%;
    border-radius: 30px;
}

.hp_contact {
    padding: 1% 9% 1%;
}

.hp_contact_title {
    color: #fff;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 2%;
}

.hp_contact_desc {
    color: #fff;
    font-size: 1vw;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.hp_contact_link {
    color: #fff;
    transition: 0.3s;
    position: relative;
    background: #359cbb;
    border-radius: 5px;
    padding: 0.75vw 3.5vw 0.75vw 1.5vw;
    font-size: 0.9vw;
}

.hp_contact_link::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1763951009down arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: .9vw;
    height: .9vw;
    top: 0;
    bottom: 0;
    right: 12%;
    margin: auto 0;
    transition: 0.3s;
}

.hp_contact_link:hover::before {
    transform: rotate(-45deg);
}

.hp_contact_link:hover {
    color: #fff;
    background: #24b994;
    border-radius: 0;
    
}

.hp_contact_bbox {
    margin-top: 5%;
}

@media screen and (max-width: 1200.5px){
.hp_contact_title {
   
    font-size: 2.75vw;

    margin-bottom: 2%;
}

.hp_contact_desc {
  
    font-size: 1.4vw;

}

.hp_contact_link {

    padding: 1vw 4.5vw 1vw 2vw;
    font-size: 1.3vw;
}

.hp_contact_link::before {
   
    width: 1.3vw;
    height: 1.3vw;
   
    right: 12%;
   
}

.hp_contact_box {

    padding: 10.85% 13% 12.5%;
    background-position: 50%;
    border-radius: 30px;
}

}

@media screen and (max-width: 767.5px){
.hp_contact_title {
   
    font-size: 7vw;

    margin-bottom: 4%;
}

.hp_contact_desc {
  
    font-size: 3.75vw;
    line-height: 1.5;
    margin-bottom: 1%;
}

.hp_contact_link {

    padding: 2.75vw 12vw 2.75vw 6vw;
    font-size: 3.75vw;
}

.hp_contact_link::before {
   
    width: 3.5vw;
    height: 3.5vw;
   
    right: 12%;
   
}

.hp_contact_box {

    padding: 18% 9% 21%;
    background-position: 80.5%;
}


.hp_contact {
    padding: 6% 3%;
}

.hp_contact_bbox {
    margin-top: 12%;
}

}

/*News*/

.index_wrapper_7 {
    padding: 3% 9% 0%;
    position: relative;
}

.index_wrapper_7::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1772179324bottom_bg_grey.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 112%;
    bottom: 0;
    right: 0%;
    z-index: -1;
}

.latest_new_type4 .news_box {
   
    background-color: transparent;
   
}

.latest_new_type4 .news_box .badge-primary {
    background-color: #359cbb;
    letter-spacing: 1px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    padding: 5px 11px;
}

.latest_new_type4 .text-right {
    display: none;
}

.latest_new_type4 p {
    
    color: rgba(0, 0, 0, 0.7);
}

.latest_new_type4 .news_box .date {
    font-size: 0.85rem;
    text-align: right;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.7);
}

.hp_news_title1 {
    color: #000;
    font-size: 1.05vw;
    text-align: center;
    font-weight: 400;
    
}

.hp_news_title2 {
    color: #24b994;
    font-size: 2vw;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3%;
}

#main_index .latest_new_type4 .col-lg-4 {
   
    flex: 0 0 25%;
    max-width: 25%;
}

@media screen and (max-width: 1200.5px){
.hp_news_title1 {
    
    font-size: 1.45vw;
   
    
}

.hp_news_title2 {

    font-size: 2.5vw;
    margin-bottom: 3%;
}

}

@media screen and (max-width: 767.5px){
.hp_news_title1 {
    
    font-size: 3.75vw;
   
    
}

#main_index .latest_new_type4 .col-lg-4 {
   
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_news_title2 {

    font-size: 7vw;
    margin-bottom: 6%;
}

.index_wrapper_7 {
    padding: 12% 6%;
}

.latest_new_type4 .news_box {
   
    padding: 15px;
   
}


}

/*ds*/

.hp_ds {
    background: #24b994;
    padding: 1% 9%;
}

.ds_icon {
    width: 2vw;
}

.hp_ds .fab {
    font-weight: 400;
    font-size: 1.5vw;
    color: black;
}

.hp_ds_box {
    display: flex;
    align-items: center;
    gap: 0.5vw;
}

@media screen and (max-width: 1200.5px){
.ds_icon {
    width: 2.5vw;
}

.hp_ds .fab {
   
    font-size: 2vw;
    
}

}

@media screen and (max-width: 767.5px){
.ds_icon {
    width: 8vw;
}

.hp_ds .fab {
   
    font-size: 7vw;
    
}

.hp_ds_box {
   
    gap:3vw;
}

.hp_ds {
    background: #24b994;
    padding: 6% 3%;
}

}

/*Footer*/

.footer_type10 {
    color: white;
    background-color: #24b994;
    padding-top: 1rem !important;
}

.footer_type10 a:hover {
    color: #24b994;
}

.footer_type10 .social_media a {
    margin-right: 0;
}

.footer_type10 .social_media a .icon_s img {
    filter: unset;
    height: 28px;
    width: auto;
    
}

.footer_type10 .social_media a .icon_s i {
    color: white;
    font-size: 20px;
}

.footer_type10 .social_media a:hover .icon_s i {
    color: #fff;
}

.footer_type10 .social_media a:hover .icon_s img {
    filter: unset;
}

.footer_type10 .line_top {
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    margin-top: 4%;
}

.footer_type10 .social_media {
    margin-top: 0.5rem !important;
}

.footer_type10 .sub_title {
 
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.footer_type10 .text {
    color: white !important;
    font-size: 14px;
}

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

.footer_type10 .title {
    min-height: 85px;
 
}

.footer_type10 a:hover {
    color: #000000;
}
