/*
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
*/

.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;
}

h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; /* text aur lines ka gap */
  color: #ccc; /* text ka color */
  font-weight: 600;
}
 
h5::before,
h5::after {
  content: "";
  display: block;
  width: 50px;  /* line ki length control yahan se */
  height: 2px;
  background-color: #C68A51;
}
 
 
#sec2 h5 {
    justify-content: flex-start !IMPORTANT;
}
 
#sec4 h5 {
    justify-content: flex-start !IMPORTANT;
}



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

#banner .img1 {
    transform: scale(1.08);
    transform-origin: top right;
}

#banner h1 span {
    font-size: 102px;
    line-height: 110px;
}

a#btn1 {
    padding: 10px 22px;
    border-radius: 50px !important;
    font-size: 13px;
    font-family: 'Lato';
}

#sec1 h2 {
    padding-bottom: 20px;
}

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

#sec1 #r1 .vc_column-inner {
    padding:  0;
}

#sec1 .vc_col-sm-7 .vc_column-inner {
    padding-left: 20px;
}
#sec1 .nectar-milestone:before {
    position: absolute;
    background-color: #FAD164;
    width: 1px;
    height: 84px;
    top: 8px;
    content: "";
    left: -60px;
}

#sec1 .nectar-milestone {
    position: relative;
}

#sec1 h4 {
    margin-bottom: 0px;
}

#sec1 .number.default {
    margin: 0;
}
#sec1 .vc_col-sm-4:first-child .nectar-milestone:before {
  content: none !important;
}

#sec2 #r1 .vc_col-sm-6 {
    width: fit-content !important;
}

#sec2 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#sec2 .img1 {
    transform: scale(1.1);
    width: 80%;
}
#sec2 a#btn1 {
    margin: 0px 0px 0px 10px;
}


#sec3 .carousel-item {
    border: 1px solid;
    border-radius: 20px;
    margin-right: 30px;
    padding: 40px 12px 20px 12px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.9s;
}


#sec3 .img1 {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(172% , -148%);
    left: unset;
    filter: brightness(0) invert(1);
      transition: 0.9s;
}

#sec3 .owl-stage {
    padding: 40px 0 20px 0px !important;
}

#sec3 p span {
    color: #ffffffb8 !important;
}

#sec3 .carousel-item:hover {
    background-color: white !important;
    color: black !important;
}

#sec3 .carousel-item:hover p span {
    color: black !important;
}


#sec3 .carousel-item:hover .img1 {
    filter: unset !important;
}

#sec3 button.owl-dot.active span {
    width: 40px;
    height: 12px;
    background: #C68A51;
}
 
 
#sec3 button.owl-dot span {
    transform: unset;
    width: 12px;
    height: 12px;
    margin: 3px;
    background-color: rgba(198, 138, 81, 0.15);
}
#sec3 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#sec4 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#sec5 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#sec4 .img1 {
    transform: scale(1.15);
}

#sec5 span.meta-category {
    display: none;
}


#sec5 .row.blog-recent.columns-3 {
    margin: 0;
    padding:  0;
}


#sec5 h3.title a {
    color: white !important;
}
#sec3 h3 {
    margin: -5px;
}

#sec5 h3.title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: -8px;
}

#sec5 h3.title {
    position: relative;
}

#sec5 .excerpt {
    color: #ffffffcc;
}
#footer-outer .row {
    padding: 40px 0 !important;
    border-bottom: 1px solid white;
}

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


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

#footer-outer ul#menu-social-footer li a i {
    width: 40px;
    border: 1px solid white;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-right: 4px;
    color: white;
    transition: 0.9s;
}

#footer-outer ul#menu-social-footer li a {
    opacity: 1 !important;
}


#footer-outer ul#menu-social-footer li a i:hover {
    background-color: white !important;
    color: #C68A51 !important;
}
#footer-outer h4 {
    margin-bottom: 20px  !important;
    font-size: 20px !important;
    line-height: 27px;
}

#footer-outer div#nav_menu-4 {
    position: relative;
    left: 60px;
}

#footer-outer .tnp.tnp-widget-minimal {
    position: relative;
}

#footer-outer input.tnp-submit {
    position: absolute;
    right: 4px;
    padding: 11px 15px;
    width: fit-content;
    border-radius: 30px !important;
    top: 3px;
    font-size: 13px;
    text-transform: uppercase;
	    transition: 0.9s !important;
}

#footer-outer input.tnp-email {
    border-radius: 30px;
}
#footer-outer input.tnp-email::placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Lato';
}

h1.entry-title {
    font-size: 30px !important;
    line-height: 40px !important;
}
.comments-section {
    display: none;
}


#sec2 h2 span {
    font-size: 20px !important;
    line-height: 30px;
}

#sec2 h2 {
    line-height: 40px;
}

#sec4 .img1 {
    transform: scale(1.15);
    width: 75%;
}

#page-header-bg h1 {
    font-size: 35px;
	 line-height: 40px;
}







@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 820px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	#banner h1 span {
    font-size: 70px;
    line-height: 80px;
}
	#sec4 .img1 {
    width: 100%;
}
	
	#banner p br {
    display: none;
}
	
	#banner .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#sec1 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#sec2 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#sec3 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
    #sec4 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
    #sec5 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}

#banner	{
    padding-top: 30px !important;
    padding-bottom: 20px !important;
   
}
	#banner .img1 {
    transform: scale(1.1);
    transform-origin: center;
    position: relative;
    right: 20px;
}
	#sec1 .nectar-milestone {
    margin: 0 auto;
    display: table;
    text-align: center;
}
	
	#sec1 {
    padding-top: 40px !important;
    padding-bottom: 70px !important;
    
}

#sec1 a#btn1 {
    margin: 0px auto;
    display: table;
}

#sec1 .nectar-milestone:before {
    display: none;
}
#sec2 .img1 { 
	transform: scale(1.06);
    transform-origin: bottom;
}
	#sec2 a#btn1 {
    margin: 0px 0px 30px 10px;
}
#sec3	{
    padding-top: 40px !important;
   
}
	#sec4 .txt1 {
    margin-top: 20px;
}
	#sec4	{
    padding-bottom: 30px !important;
   
}
	#sec5	{
    padding-top: 30px !important;
   
}
	#footer-outer div#nav_menu-4 {
    left: 0;
}
	#sec1 p {
    text-align: center;
}
	#sec1 #r1 .nectar-milestone .subject {
    letter-spacing: .5px;
    font-size: 13px !important;
    line-height: 25px !important;
}
#sec1 div#r1 .vc_col-sm-4 {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#sec1 .vc_col-sm-7 .vc_column-inner {
    padding-left: 0;
}
	#sec2 , #sec4 {
    text-align: center;
}
#sec2 h5 , #sec4 h5 {
    justify-content: center !important;
}
	#sec2 #r1 .vc_col-sm-6 {
    width: 50% !important;
}
	#copyright p {
    font-size: 13px;
}
	#sec2 .img1 {

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