/*
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
*/
header#top ul li a span {
    font-size: 15px;
}
:root{
    --c:var(--nectar-accent-color);
--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
--g: linear-gradient(180deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
	
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #151515;
		border-radius:500px;
}

::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
		border-radius:500px;
}

::-webkit-scrollbar-thumb
{
	background: var(--c);
	border-radius:500px;
}
::selection {
  background:  var(--c);
	color:white;
}
/* Typography */
html body h1,html body h2,html body h3,html body h4,html body h5,html body h6,html body a,html body p,html body h1 strong{
	font-family:font1 !important;
}

html body h1 strong {
    text-transform: uppercase;
    font-weight: 100;
}
/* Typography */

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background: var(--c) !important;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows {
    backdrop-filter: blur(3px);
    background: #ffffff10;
    width: 76% !important;
    height: 35px;
    border-radius: 50px;
}

#top .col.span_9 nav {
    align-items: center;
    justify-content: end;
}

#top .b1 a {
    background: white !important;
    border-radius: 50px;
    padding: 11px 32px !important;
}

#top .b1 a span,#top .b1 a span i::Before {
    color: black !important;
}

#top .b1 a i {
    margin-left: 20px;
    font-size: 20px;
    position: relative;
    bottom: 2px;
}

#s1 span.sub {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

#s1 span.up {
    text-transform: uppercase;
    font-weight: 100;
}

#s1 h2.ns-heading-el {
    position: relative;
}

#s1 h2.ns-heading-el::After {
    content: '';
    border-bottom: 4px solid white;
    width: 400px;
    display: block;
    margin-inline: auto;
    margin-top: 20px;
}

#s1 a.primary-color::after {
    display: none;
}

#s1 .solid_color a.primary-color {color: black;background: white !important;}

#s1 a.primary-color {
    border: unset;
    padding: 15px 24px;
    letter-spacing: 0;
    font-size: 16px;
}

#s1 a.primary-color i {margin-left: 20px;}

#s1 .transparent a.primary-color {text-decoration: underline;}

#s1 .slider-pagination {
    float: left;
    display: flex;
}

#s1 .slider-pagination i {
    transform: unset;
--s: 10px;
    width: var(--s);
    height: var(--s);
    box-shadow: unset;
    opacity: 0.5;
    position: relative;
    left: unset;
    top: unset;
    margin-inline: 4px;
}

#s1 .slider-pagination .swiper-visible-switch i {
    opacity: 1 !important;
}

#s1 .slider-pagination span::after {content: '';width: 0;border-bottom: 1px solid white;display: inline-block;transition: 0.5s;}

#s1 .slider-pagination span {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
}

#s1 .slider-pagination .swiper-visible-switch::after {
    width: 60px;
}

#s1 .nectar-next-section-wrap {bottom: 50px;}

#s1 .nectar-next-section-wrap::before {
    content: '';
    border-left: 1px solid white;
    height: 140px;
    display: table;
    margin-inline: auto;
    margin-bottom: 20px;
}
html body .container-wrap {
    background: url(https://7starsdesign.com.au/wp-content/uploads/2024/01/Group-20.png) no-repeat center center white;
    background-size: 75% 100%;
}

div#s2 {
    padding-block: 120px !important;
}

#s1 .swiper-slide {
    background: white !important;
}

#s1 div#nectar-slider-instance-1 {
    margin-bottom: 0;
}

.b1 span.link_wrap {
    padding: 14px 25px;
}

.b1 a.link_text {padding-inline: 0 40px !important;}

.b1 svg.next-arrow {
    left: unset;
    right: -7px;
}

.b1 span.line {
    left: unset !important;
    right: 0 !important;
}

#s2 .i2 {
    margin-top: 60px;
}


div#s3 {
    padding-block: 90px !important;
}

.b1:not(#top .b1) {
    height: 50px;
    margin-block: 15px -5px;
}

.t1 p,.t2 p {
    opacity: 0.8;
}

#s3 div#in1 {
    margin-bottom: 50px;
}

#s3 h2.toggle-title::before,#s3 h2.toggle-title::after {
    display: none;
}

#s3 .inner-toggle-wrap {
    padding-top: 10px;
}

#s3 .inner-toggle-wrap, #s3 .open h2.toggle-title {
    padding-left: 100px;
    position: relative;
}

#s3 h2.toggle-title a::before {
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter)". ";
    position: absolute;
    left: 15px;
    transition: 0.5s;
}

#s3 .c1 {
    counter-reset: my-sec-counter;
}

#s3 h2.toggle-title {
    padding-left: 70px;
    transition: 0.5s;
}

#s3 .open h2.toggle-title a::before {
    font-size: 56px;
    top: 10px;
}

#s3 h2.toggle-title a {
    font-weight: 500;
	font-size: 25px;
}

#s3 .toggle.default.open {
    background: #151515;
}

#s3 .toggle.default {
    border-radius: 4px;
    padding: 15px 10px;
    margin-bottom: 25px;
    direction: ltr;
    text-align: left;
}
#s3 .toggles.accordion {
    height: 460px;
    overflow-y: scroll;
    padding-left: 50px;
    direction: rtl;
    margin-left: -30px;
}
div#s4 {
    padding-block: 90px !important;
}

#s4 .owl-stage-outer {
    overflow: visible;
}

#s4 .carousel-item {
    scale: 0.9;
    transition: 0.5s;
    margin: 0 30px;
}

#s4 .active .carousel-item,#s4 .active+.active+.active .carousel-item {
    scale: 1.1;
}

#s4 .carousel-item img,#s4 .active+.active+.active .carousel-item img {
}



#s4 .owl-stage {
    display: flex;
    align-items: center;
}

#s4 .active+.active .carousel-item {
    scale: 1.4;
    transform: translateX(0px);
}

#s4 .active .carousel-item {
    transform: translateX(-43px);
}

#s4 .active+.active+.active .carousel-item {
    transform: translateX(43px);
}

#s4 .owl-carousel {
    scale: 1.2;
    transform-origin: top;
    margin-block: 70px 140px;
}

#s4 .b2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
}

.b2 span.link_wrap {
    padding: 8px 23px;
    scale: 0.7;
    background: #ffffff20 !important;
    backdrop-filter: blur(3px);
}
div#s5 {
    padding-block: 110px !important;
}

#s5 .t1 {
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 70px;
}

#s5 .c1>div>.wpb_wrapper {
    display: flex;
    margin-left: -150px;
    align-items: end;
}

#s5 .owl-item .carousel-item {
    overflow: hidden;
}

#s5 .c1 .img-with-aniamtion-wrap:nth-child(1) {
    width: 20%;
}

#s5 .c1 .img-with-aniamtion-wrap:nth-child(2) {
    width: 31%;
}

#s5 .c1 .img-with-aniamtion-wrap {
    margin-left: 20px;
}

#s5 .owl-stage {
    padding-top: 0;
}

#s5 .t2 {
    width: 56%;
}

#s5 .t2 h4 {
    margin-bottom: 30px;
}

#s5 .owl-dots {
    display: none;
}

#s5 .t2 p {
    font-size: 18px;
    line-height: 28px;
}

#s5 .owl-nav {
    display: block;
    position: absolute;
    right: 20%;
    top: -100px;
}

#s5 .owl-nav button {
    background: unset;
    border: unset;
    font-size: 29px;
    opacity: 0.5;
    transition: 0.5s;
}

#s5 .owl-nav button::before {
    font-family: 'FontAwesome';
}

#s5 .owl-nav button.owl-prev::before {
    content: "\f177";
}

#s5 .owl-nav button.owl-next::before {
    content: "\f178";
}

#s5 .owl-nav button span {
    display: none;
}

#s5 .owl-nav button:hover {
    opacity: 1;
}
body[data-button-style=rounded] .container-wrap #s6 input[type=submit] {
    color: black;
    font-family: 'font1';
    padding-inline: 50px !important;
}

#s6 .form-field-fm,#s6 .form-area-fm {
    background: unset;
    border-radius: 0;
    border-bottom: 1px solid;
    padding-inline: 10px;
}
div#nav_menu-3 li {
    display: inline-block;
    margin: 0 3px;
}

div#nav_menu-3 i {
    top: 0;
--s: 40px;
    width: var(--s);
    height: var(--s);
    line-height: 37px;
    border-radius: var(--s);
    background: transparent;
    color: white;
    transition: 0.5s;
    border: 2px solid white;
}

div#nav_menu-3 a {
    opacity: 1 !important;
}

div#nav_menu-3 a:hover i {
    background: white;
    color: black;
}

#s6 .form-field-fm::placeholder, #s6 .form-area-fm::placeholder {
    color: black;
    text-shadow: 0 0 black;
}

#s6 .form-area-fm {
    height: 100px;
}

div#s6 {
    padding-block: 90px !important;
}

#s6 span.wpcf7-not-valid-tip {
    color: var(--c1);
}

div#footer-outer {
    background-position: top center !important;
    background-color: white !important;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
}

div#media_image-3 {
    width: 210px;
    margin-bottom: 26px !important;
}

div#text-3 {
    width: 75%;
}

div#nav_menu-3 li {
    margin-right: 12px;
}
div#copyright {
    padding: 20px 0px !important;
}
#footer-widgets .row {
    border-bottom: 1px solid #ffffff29;
    padding-block: 90px 80px !important;
}

div#media_image-3::after {
    content: '';
    border-bottom: 3px solid white;
    display: block;
    width: 180px;
    margin-top: 20px;
}

#s4 .t1 {
    text-align: center;
}
#s3.in .toggle.default.open {
    background: var(--c);
}
.page-id-28 .wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner.form-button-fm {
    color: black;
}
form.wpcf7-form.invalid span.wpcf7-not-valid-tip {
    color: #000 !important;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	#s1 .content {
    margin-top: -100px;
}

#s2 .i2 {
    margin-top: 30px;
}

#s4 .owl-carousel {margin-block: 50px 110px;scale: 1.1;}


#s5 .t2 {
    width: 71%;
    padding-left: 40px;
}

#s5 .owl-nav {
    right: 10%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	#top ul.sf-menu.sf-js-enabled.sf-arrows {
    width: 90% !important;
}

#s1 .nectar-next-section-wrap {
    bottom: 20px;
}

#s1 .nectar-next-section-wrap::before {
    height: 120px;
}

#s5 .t2 {
    width: 100%;
    padding-left: 40px;
    padding-right: 70px;
}

#s5 .owl-nav {
    right: 70px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	html body p,#footer-outer p,#footer-outer a,html body .t1 li {
    font-size: 14px;
    line-height: 24px;
}
	#top ul.sf-menu.sf-js-enabled.sf-arrows {
    width: 94% !important;
}

#s3 .open h2.toggle-title a::before {
    font-size: 46px;
    top: 10px;
}
	#s4 .owl-carousel {
    margin-block: 40px 90px;
}

#s5 .t2 p {
    font-size: 16px;
    line-height: 26px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	html body p, #footer-outer p, #footer-outer a, html body .t1 li {
    font-size: 12px;
    line-height: 22px;
}

#footer-outer #footer-widgets .widget h4 {
    font-size: 20px!important;
    line-height: 33px;
}

div#nav_menu-5 {
    margin-left: -30px;
}

div#nav_menu-6 {
    margin-left: -40px;
}

div#s6 {
    padding-block: 50px !important;
}

div#s5 {
    padding-block: 70px !important;
}

#s5 .c1>div>.wpb_wrapper {
    margin-left: -80px;
}

#s5 .c1 .img-with-aniamtion-wrap:nth-child(2) {
    width: 51%;
}

#s5 .c1 .img-with-aniamtion-wrap:nth-child(1) {
    width: 30%;
}

div#s4 {
    padding-block: 50px !important;
}

#s4 .owl-carousel {
    margin-block: 30px 70px;
}

#s4 .carousel-item {
    margin: 0 20px;
}

#s3 .inner-toggle-wrap, #s3 .open h2.toggle-title {
    padding-left: 70px;
}

#s3 h2.toggle-title {
    padding-left: 45px;
}

#s3 h2.toggle-title a {
    font-size: 19.5px;
    line-height: 28px;
}

#s3 h2.toggle-title a::before {
    left: 2px;
}

#s3 .open h2.toggle-title a::before {
    font-size: 42px;
}

#s3 .toggles.accordion {
    padding-left: 50px;
}

#s2 .i2 {
    margin-top: 0px;
}

#s1 .nectar-next-section-wrap::before {
    height: 50px;
}

#s1 .content {
    margin-top: -60px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	#s5 .owl-dots {
    display: block;
}
	input#gform_next_button_1_13 {
    width: 35%;
}
	#s1 .slider-pagination {
    float: unset;
    justify-content: center;
}
	#s5 .c1>div>.wpb_wrapper {
    left: 30px;
    position: relative;
}
#s5 .t2 {
    padding-inline: 30px;
}
	#s1 .nectar-next-section-wrap {
    display: none;
}

#s1 .content {
    margin-top: 0px;
}

div#s2 {
    text-align: center;
    padding-block: 50px !important;
}

#s2 #in1 img {
    width: 320px;
}

#s2 .b1 {
    text-align: center;
    margin-bottom: 20px !important;
}

div#s3 {
    text-align: center;
    padding-block: 50px !important;
}

#s3 .b1 {
    text-align: center;
}

#s3 div#in1 {
    margin-bottom: 10px;
}

#s3 .i1 {
    width: 300px;
}

#s4 .carousel-item {
    scale: 1 !important;
    transform: unset !important;
    margin-inline: 6px;
}

#s4 .owl-carousel {
    margin-block: 0px 60px;
}

#s4 .owl-dots {
    margin-top: -20px;
}

#s4 .owl-stage {
    padding-top: 0;
}

#s5 .owl-nav {
    display: none;
}

div#s5 {
    padding-block: 50px !important;
    text-align: center;
}

#s5 .c1 {
    width: 67%;
    margin-inline: auto;
}

#s5 .t2 h4 {
    margin-inline: auto;
    display: table;
    margin-top: 40px;
    margin-bottom: 20px;
}

#s5 .owl-stage {
    padding: 0;
}

div#s6 {
    text-align: center;
}

#s6 .wpcf7 .col.span_6 {
    width: 49%;
}

#s6 .wpcf7 .row {
    padding-bottom: 0;
}

#s6 span.wpcf7-spinner {
    display: none;
}

#footer-widgets .row {
    padding-block: 60px 40px !important;
}

div#nav_menu-5 {
    margin: 0;
}


div#nav_menu-6 {
    margin: 0;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	input#gform_next_button_1_13 {
    width: 45%;
}
	#s6 .wpcf7 .col.span_6 {
    width: 100%;
}

div#s6 {
    padding-bottom: 30px !important;
}




#s5 .t1 {
    padding-inline: 10px;
}


html body h1 {
    font-size: 24.25px;
    line-height: 29.75px;
}

#s3 .toggles.accordion {
    padding-inline: 20px;
    margin-inline: auto;
    height: 440px;
}

#s3 h2.toggle-title a {
    font-size: 15.5px;
    line-height: 23px;
}

#s3 h2.toggle-title {
    padding-left: 26px;
}

#s3 h2.toggle-title a::before {
    left: -4px;
}

#s3 .open h2.toggle-title a::before {
    font-size: 35px;
}

#s3 .inner-toggle-wrap, #s3 .open h2.toggle-title {
    padding-left: 52px;
}

#s3 .c1 {
    margin-bottom: 10px;
}

#s1 h2.ns-heading-el {
    font-size: 28px!important;
    line-height: 36px!important;
}

#s1 h2.ns-heading-el::After {
    width: 200px;
    margin-top: 10px;
}

#s1 .content {
    margin-top: 20px;
}
	#s3 .toggle.default {
    margin-bottom: 0px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
	input#gform_next_button_1_13 {
    width: 55%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}