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

/*  Font Family*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
h1,h2,h3,h4,h5,h6,strong{
	font-family: 'Rubik' !important;
}
p,li,a,span{
	font-family: 'Roboto' !important;
}
/*  Font Family */

/*  header start */
#header-outer ul.buttons.sf-menu {
    position: absolute;
    right: 13% !important;
    bottom: 0;
    top: 2px;
}

#header-outer ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative;
}

body[data-button-style*="slightly_rounded"] #top nav > ul > li[class*="button_solid_color"] > a:before {
    border-radius: 0px !important;
}
body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    font-size: 25px;
    color: #232323;
}
#header-outer ul.buttons.sf-menu li a {
    padding: 0px 0px !important;
}

#header-outer #top nav ul #search-btn a span {
    color: #232323;
    font-size: 25px;
}
#header-outer .sf-menu li a {
    font-size: 20px;
    font-weight: 400;
    color: #161616;
    padding: 0px 10px !important;
}

#top nav>ul>li[class*=button_solid_color]>a:before {
    height: 50px;
}

#top nav>ul>li[class*=button_solid_color]>a {
    padding: 40px !important;
    padding-right: 100px !important;
    position: relative;
    padding-top: 0px !important;
    margin-left: 30px !important;
    padding-bottom: 0px !important;
    right: -100px;
}

#top nav>ul>li[class*=button_solid_color]>a:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/06/Icon-ionic-ios-arrow-round-forward.png);
    width: 60px;
    height: 60px;
    right: 25px;
    top: 3px;
    background-repeat: no-repeat;
}

#header-outer #logo {margin: 15px 0px !important;}
/*  Header end */

/*  Banner start */
#banner h2 {
    font-size: 97px !important;
    line-height: 105px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Playfair Display' !important;
}

#banner p {
    font-size: 24px !important;
    line-height: 35px !important;
    font-weight: 400 !important;
}

#banner a.primary-color {
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px !important;
    letter-spacing: 0px;
    text-transform: none;
    padding: 22px 45px !important;
    padding-right: 105px !important;
    position: relative;
    transition: .8s all ease !important;
}

#banner a.primary-color:hover {
    background: #1C1C1C !important;
}

#banner a.primary-color:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/06/Icon-ionic-ios-arrow-round-forward.png);
    width: 60px;
    height: 50px;
    top: 24px;
    background-repeat: no-repeat;
    right: 14%;
}
.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before, .nectar-quick-view-box .flickity-page-dots .dot:before, .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before, .nectar-woo-flickity .flickity-page-dots .dot:before, .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before, body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch:before {
    width: 19px;
    height: 19px;
}
body.material [data-bullet_style=see_through] .slider-pagination:not(.dark-cs) .swiper-pagination-switch:before {
    box-shadow: inset 0 0 0 17px #fff;
}
body.material [data-bullet_style=see_through] .slider-pagination:not(.dark-cs) .swiper-pagination-switch.swiper-active-switch:before {
    box-shadow: inset 0 0 0 16px #fff;
}
body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch.swiper-active-switch:before {
    transform: unset;
}
body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch {
    opacity: 2;
}
/*  Banner end */

/*  Section one start */
a.nectar-button.btn1:hover {
    background: #1C1C1C!important;
}

.padding-class {
    padding: 100px 0px !important;
}

#sectionone .box-1 {
    border: 1px solid #B8B8B8;
    width: 32%;
    margin: 0 auto;
    padding: 50px 40px;
}

h4.vc_custom_heading.had1 {
    font-size: 35px;
    font-weight: 400 !important;
    line-height: 45px !important;
    color: #161616;
}

.para p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #323232;
}

.borderpara p {
    padding-bottom: 40px !important;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 40px !important;
}

a.nectar-button.btn1 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border-radius: 0px !important;
    padding: 22px 45px !important;
    padding-right: 110px !important;
    position: relative;
    transition: .8s ease !important;
}

a.nectar-button.btn1:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/06/Icon-ionic-ios-arrow-round-forward.png);
    width: 24%;
    height: 28px;
    background-repeat: no-repeat;
    right: 17%;
    top: 26px;
}

#sectionone a.nectar-button.btn1 {
    float: right !important;
    padding-right: 110px !important;
}

#sectionone a.nectar-button.btn1:before {
    right: 9%;
}
/*  Section one end */

/*  Section Two start */
/*  Section Two end */

/*  Section Three start */
div#sectionthree h2.woocommerce-loop-product__title {
    font-size: 26px !important;
    font-weight: 400 !important;
    text-align: center;
    color: #161616;
    font-family: 'Rubik' !important;
}

div#sectionthree bdi {
    font-size: 30px;
    font-weight: 500 !important;
    text-align: center !important;
    display: table !important;
    margin: 0 auto;
    color: #161616;
    line-height: 36px;
    font-family: 'Rubik' !important;
}
.nectar-woo-flickity .flickity-page-dots .dot.is-selected:before {
    transform: unset;
    box-shadow: inset 0 0 0 10px #1A2051;
}

.nectar-woo-flickity .flickity-page-dots .dot:before {
    box-shadow: inset 0 0 0 2px #000;
}
/*  Section Three end */

/*  Section Four start */
div#sectionfour a {
    float: right;
}
/*  Section Four end */

/*  Section Five start */
#sectionfive a.play_button_2.large.nectar_video_lightbox {
    display: none;
}
/*  Section Five end */

/*  Section Six start */
#sectionsix .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before {
    width: 19px;
    height: 19px;
    box-shadow: inset 0 0 0 2px #000;
}

#sectionsix .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before {
    transform: unset;
    box-shadow: inset 0 0 0 10px #1A2051;
}

div#sectionsix p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #323232;
    position: relative;
    width: 67%;
    margin: 0 auto;
}

div#sectionsix p:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2023/06/Icon-awesome-quote-left-1.png);
    background-repeat: no-repeat;
    top: -35px;
    left: -70px;
}
div#sectionsix p:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2023/06/Icon-awesome-quote-left.png);
    background-repeat: no-repeat;
    bottom: -20px;
    right: 0px;
}

div#sectionsix .flickity-viewport {
    height: 300px !important;
    margin: 0px !important;
}

div#sectionsix h5 {
    font-size: 30px;
    font-weight: 700;
    color: #161616;
    line-height: 36px;
}

div#sectionsix h6 {
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    color: #161616 !important;
}

div#sectionsix .box-2 {
    padding: 60px 0px !important;
}

div#sectionsix .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots {
    bottom: -35px;
}

h2.had1 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 0px;
    font-weight: 400 !important;
}
/*  Section Six end */

/*  Section Seven start */
div#sectionseven input {
    height: 78px;
    border: 1px solid #BFBFBF;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
}
div#sectionseven textarea {
    height: 179px;
    border: 1px solid #BFBFBF;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    padding-top: 30px;
}

div#sectionseven .box-3 {
    border: 1px solid #B8B8B8;
    padding: 65px 70px;
}

div#sectionseven .imgbox1 {
    background: url(/wp-content/uploads/2023/06/Rectangle-21.png);
}

div#sectionseven button#wpforms-submit-15 {
    height: 67px;
    font-size: 18px;
    padding: 0px 0px !important;
    font-weight: 400;
    border-radius: 0px !important;
    background: #1A2051;
    color: #fff;
    padding-left: 60px !important;
    padding-right: 110px !important;
    font-family: 'Roboto';
    position: relative;
}

div#sectionseven button#wpforms-submit-15:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/06/Icon-ionic-ios-arrow-round-forward.png);
    width: 30%;
    height: 33px;
    background-repeat: no-repeat;
    top: 25px;
    right: 30px;
}
div#sectionseven input::placeholder {
    color: #242424;
}
div#sectionseven textarea::placeholder {
    color: #242424;
}

div#sectionseven h2.had1 {
    font-size: 40px !important;
    line-height: 50px !important;
    padding-bottom: 10px;
}
.page-id-2 div#sectionseven {
    padding-top: 50px !important;
}
/*  Section Seven end */

/*  Section 8 start */
/*  Section 8 end */

/*  Section 9 start */
/*  Section 9 end */

/*  Section Ten start */
/*  Section Ten end */

/*  Footer start */
#footer-outer h4 {
    font-size: 26px !important;
    color: #161616 !important;
    font-weight: 400 !important;
    line-height: 31px !important;
    padding-top: 15%;
}
#footer-outer ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #323232 !important;
}

#footer-outer p {
    font-size: 18px;
    width: 88%;
    font-weight: 400;
    color: #323232;
}

#footer-outer .widget {
    margin-bottom: 10px;
}

#footer-outer ul#menu-top-menu-2 li:last-child {
    display: none;
}

#footer-outer ul#menu-top-menu-2 li:last-child {}

#footer-outer div#copyright {
    padding: 40px 0px !important;
    border-top: 1px solid #DADADA !important;
}

#footer-outer div#copyright p {
    width: 100%;
}

#footer-outer {
    background: #F7F7F7 !important;
}

#footer-outer div#nav_menu-2 {padding-left: 10%;padding-top: 3%;}
/*  Footer end*/

/*  Desktop Responsive */
@media(max-width: 1660px) {
	#header-outer .sf-menu li a {
		font-size: 16px;
		padding: 0px 5px !important;
	}
	#header-outer #logo img {
		height: 90px;
	}
	#top nav>ul>li[class*=button_solid_color]>a:before {
		height: 45px;
	}
	#top nav>ul>li[class*=button_solid_color]>a {
		padding: 30px !important;
		padding-right: 80px !important;
		right: -45px;
	}
	#top nav>ul>li[class*=button_solid_color]>a:after {
		width: 45px;
		height: 11px;
		right: 22px;
		top: 35px;
		background-size: cover;
	}
	#banner h2 {
		font-size: 65px !important;
		line-height: 75px !important;
	}
	#banner p {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	#banner a.primary-color {
		font-size: 16px;
		padding: 18px 40px !important;
		padding-right: 95px !important;
	}
	#banner a.primary-color:before {
		top: 20px;
		right: 11%;
	}
	h2.had1 {
		font-size: 40px;
		line-height: 55px;
	}
	a.nectar-button.btn1 {
		font-size: 16px;
		padding: 18px 40px !important;
		padding-right: 110px !important;
	}
	a.nectar-button.btn1:before {
		top: 21px;
	}
	h4.vc_custom_heading.had1 {
		font-size: 25px;
		line-height: 35px !important;
	}
	.para p {
		font-size: 18px;
		line-height: 25px;
	}
	#sectionone .box-1 {
		padding: 35px 25px;
	}
	.padding-class {
		padding: 60px 0px !important;
	}
	div#sectionsix p {
		font-size: 20px;
		line-height: 30px;
	}
	div#sectionsix h5 {
		font-size: 25px;
		line-height: 30px;
	}
	div#sectionsix h6 {
		font-size: 20px;
		line-height: 25px;
	}
	div#sectionsix .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots {
		bottom: 0px;
	}
	div#sectionseven .box-3 {
		padding: 55px 55px;
	}
	div#sectionseven input {
		height: 65px;
		padding-left: 25px;
		font-size: 16px;
	}
	div#sectionseven textarea {
		height: 165px;
		padding-left: 25px;
		font-size: 16px;
		padding-top: 25px;
	}
	div#sectionseven button#wpforms-submit-15 {
		height: 60px;
	}
	div#sectionseven button#wpforms-submit-15:before {
		top: 22px;
	}
	#footer-outer p {
		font-size: 16px;
		width: 100%;
	}
	#footer-outer ul li a {
		font-size: 16px;
		line-height: 28px;
	}

	div#sectionseven h2.had1 {
    	font-size: 30px !important;
    	line-height: 40px !important;
	}
	#footer-outer h4 {
		font-size: 22px !important;
		line-height: 26px !important;
		padding-top: 20%;
	}
	#footer-outer div#nav_menu-2 {
		padding-left: 13%;
		padding-top: 3%;
	}
	#footer-outer div#copyright {
		padding: 30px 0px !important;
	}
	div#sectionthree h2.woocommerce-loop-product__title {
		font-size: 20px !important;
	}
	div#sectionthree bdi {
		font-size: 25px;
	 }
	#header-outer ul.buttons.sf-menu li span {
		font-size: 20px !important;
	}

	#header-outer ul.buttons.sf-menu li i {
		font-size: 20px !important;
	}

	#header-outer ul.buttons.sf-menu li {
		margin: 0px 5px !important;
	}
	#header-outer ul.buttons.sf-menu {
    	right: 15% !important;
	}
	#header-outer ul.sf-menu.sf-js-enabled.sf-arrows li:nth-child(6) {
    	padding-right: 10px;
	}
}
@media only screen and (max-width: 1520px) {}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1326px) {}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 1024px) {}
/*  Desktop Responsive */




