/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/




#banner .owl-dots {

    display: none;

}
div#nav_menu-4 {
    margin-left: 20%;
}

#banner .owl-nav.disabled {display: block;}

#banner button {background: transparent;color: white;border: 1px solid white;width: 50px;height: 50px;border-radius: 37px !important;transition: 0.5s;font-size: 0;transform: translate(-50%, -50%);}

#banner button.owl-prev {position: absolute;top: 50%;left: -5%;}

#banner button.owl-prev:before {content: "\f060";font-family: 'FontAwesome';font-size: 16px;}

#banner button.owl-next {position: absolute;top: 50%;right: -9.4%;}

#banner button.owl-next:before {

content: "\f061";

font-family: 'FontAwesome';

font-size: 16px;

}

#banner button:hover {background: white;color: black;}
 



#top ul.buttons.sf-menu {
    display: flex;
    flex-direction: row-reverse;
}






.woocommerce-shop nav.woocommerce-breadcrumb {
    display: none !important;
}

.woocommerce-shop form.woocommerce-ordering {
    display: none !important;
}

.woocommerce-shop p.woocommerce-result-count {
    display: none !IMPORTANT;
}
.single-product nav.woocommerce-breadcrumb {
    display: none !IMPORTANT;
}

.woocommerce-form button.woocommerce-Button {
    margin: 0 !important;
}


#banner .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}

#sec2 .vc_col-sm-3 .vc_column-inner {
height: 92%;
padding: 20px 0;
}


#sec3 .hover-wrap:before {
    content: '';
    background: white;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 24px;
    left: 49.9%;
    border-radius:  100px;
    transition: 0.9s;
    transform: translate(-50%, -50%);
}

#sec3 .hover-wrap {
    position: relative;

}

#sec3 .vc_col-sm-3 .vc_column-inner {
    padding: 31px 13px;
    transition: 0.9s;
}

#sec3 .vc_col-sm-3 .vc_column-inner:hover h4 {
    color: #6763C2;
}

#sec3 .vc_col-sm-3 .vc_column-inner:hover {
 background-color: #ffff;
}
#sec3 .vc_col-sm-3 .vc_column-inner:hover .hover-wrap:before {
background-color: #6763C2;
}

#sec3 .vc_col-sm-3 .vc_column-inner:hover img {
    filter: brightness(0) invert(1);
}

a#btn1 {
    padding: 12px 24px;
    border-radius: 50px !important;
    font-size: 14px;
    font-weight: 400;
    box-shadow: unset !important;
    transition: 0.9s;
}


#sec4 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}



#sec6 .carousel-item:hover {
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#sec6 .carousel-item {
    padding: 17px 27px;
    padding-top: 50px;
    margin: 0 6px;
    transition: 0.9s;
}

#sec6 .carousel-item:before {
    content: '';
    background-image: url(https://devub.onlinetestingserver.com/nguyen/wp-content/uploads/2025/05/Mask-group-4.webp);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: -33px;
    left: 76%;
    background-size: 17%;
    opacity: 0;
    transition: 0.9s;
}

#sec6 .carousel-item:hover:before {
    opacity: 1;
}
#sec6 h5 {
    margin: 0;
    line-height: 18px;
}


#sec6 button.owl-dot.active span {
    width: 40px;
    height: 12px;
    background: #6763C2;
}
 
 
#sec6 button.owl-dot span {
    transform: unset;
    width: 12px;
    height: 12px;
    margin: 3px;
    background-color: #D8D6E4;
}



 #footer-outer .row
 {
        padding: 40px 0 !important;
    }

#footer-outer #copyright[data-layout="centered"]
 {
    padding: 10px 0 !important;
}


#footer-outer ul#menu-social-footer li {
    display: inline-block;
}

#footer-outer ul#menu-social-footer {
    margin: 0 0 !important;
}

#footer-outer ul#menu-social-footer li i {
    width: 40px;
    height: 40px;
    background: white;
    color: #6763C2;
    line-height: 40px;
    border-radius: 50px;
    margin-right: 5px;
    transition: 0.9s;
}

#footer-outer ul#menu-social-footer li i:hover {
/*     background-color: #6763C2;
    color: white; */
	opacity: 0.5;
	transition: .5s;
}
#footer-outer ul#menu-social-footer a img{
    margin: 0 auto;
    padding: 0;
    transform: translateY(13px);
}
#footer-outer ul#menu-social-footer a img:hover{
    opacity:0.5;
    transition: .5s;
}
#footer-outer ul li a {
    opacity: 1 !important;
}

#footer-outer ul li a:hover {
    color: white !important;
}

#footer-outer .row {
    border-bottom: 1px solid #D8D6E4;
}



#footer-outer ul#menu-get-in-touch li i {
    margin-right: 10px;
}



#top .social-icons i {
    width: 40px;
    height: 40px;
    background: #6763C2;
    color: white;
    line-height: 40px;
    border-radius: 50px;
    transition: 0.9s;
}
/* #top .social-icons i:hover{
  background-color: white;
    color: #6763C2;
}
 */
#top .social-icons {
   transform: translateY(-5px);
}

#top .social-icons img {
    margin: 0 auto;
    padding: 0;
    transform: translateY(13px);
}

#top .social-icons img:hover{
    opacity:0.5;
    transition: .5s;
}
#top .social-icons i:hover{
    opacity:0.5;
    transition: .5s;
}


#top li#menu-item-223 a span {
    padding: 12px 18px;
    border-radius: 50px !important;
    box-shadow: unset !important;
    transition: 0.9s;
    background-color: #6763C2;
    color: white;
}


#sec3 a#btn1 {
    background: transparent !important;
    color: #6763C2;
}

#sec3 .txt1
 {
    min-height: 150px;
    margin: 0 !important;
    padding-top: 20px;
}
#sec3 .txt2 {
    padding-bottom: 30px;
}

#sec3 a#btn1 {
  opacity:0;
}

#sec3 .vc_col-sm-3 .vc_column-inner:hover #btn1 {
  opacity:1;
}

#footer-outer .widget h4{
	font-size: 18px;
}


@media (max-width: 1600px) {
	#footer-outer .widget.widget_media_image img {
    margin-left: 13%;
}
}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
	#top ul.sf-menu li a {
    font-size: 12px!important;
}
}
@media (max-width: 1024px) {}
@media (max-width: 820px) {
	#footer-outer .widget.widget_media_image img {
    margin-left: 0;
} 
	#banner {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    }
	
	#banner button.owl-prev {
    left: -3%;
}
	.nectar-header-text-content.mobile-only {
    display: none !important;
}
}
@media (max-width: 768px) {
	#banner h1 {
    font-size: 24px;
    line-height: 42px;
}

}
@media (max-width: 480px) {
	#banner p br {
    font-size: 14px;
    display: none;
}

#banner h1 {
    font-size: 24px;
    line-height: 42px;
}
	
h2 {
    font-size: 26px !important;
    line-height: 25px !important;
}
	#banner button {
    display: none;
}
	
	#sec1 br {display: none;}
	#copyright p {
    font-size: 13px;
}
	#banner .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
    background-size: cover;
}
	
	#sec3 .txt2 br {
    display: none;
}
	div#nav_menu-4 {
    margin-left: unset !important;
}
	
	#sec3 h2
 {
    font-size: 33px !important;
    line-height: 33px !important;
}
#sec4 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}

}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}
 