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

/*  header start */
#header-outer ul.soical-icon li {
    display: -webkit-inline-box !important;
    margin: 0px 0px 0px 15px;
}

#header-outer ul.soical-icon li a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff !important;
}

#header-outer ul.soical-icon li:nth-child(3) a {
    font-weight: 500 !important;
    padding-left: 25px;
    position: relative;
    top: -8px;
}
#header-outer ul.soical-icon li:nth-child(2) a {
    position: relative;
    top: -8px;
}

#header-outer .nectar-center-text {
    max-width: 94% !important;
}

#header-outer a#logo img {
    top: -29px;
    position: relative;
}
#header-outer #top nav>ul>li[class*=button_solid_color]>a:before {
    height: 55px;
}

#header-outer #top nav>ul>li[class*=button_solid_color]>a {
    padding: 50px !important;
    font-weight: 500;
}

body[data-button-style*="slightly_rounded"] #header-outer #top nav > ul > li[class*="button_solid_color"] > a:before {
    border-radius: 10px !important;
}

#header-outer #top nav > ul > .button_solid_color > a:before {
    background: #202020 !important;
}

#header-outer a#logo {
    position: relative;
}
#header-outer a#logo:before {
    position: absolute;
    content: "";
    width: 550px;
    height: 249px;
    background-repeat: no-repeat;
    left: -147px;
    top: -70px;
    z-index: -3;
    background: linear-gradient(90deg, #0C0C0C 65.1%, #0C0C0C 55%);
    transform: skew(333deg);
}

#header-outer div#header-secondary-outer {
    background: #B81010;
    z-index: 0;
}
/*  Header end */

/*  Banner start */
#banner h2 {
    font-size: 66px;
    font-weight: 600;
    font-family: Helvetica;
    line-height: 75px;
    letter-spacing: -0.3px;
}

#banner h2 strong {
    color: #06DA69;
    font-weight: 800;
    font-family: Helvetica !important;
}

#banner p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

#banner a.primary-color {
    font-size: 19px;
    letter-spacing: 0px;
    border-radius: 10px !important;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 23px;
    padding: 24px 55px;
    transition: .8s !important;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

#banner a.primary-color:before {
    position: absolute;
    content: "";
    background: #06da69;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 10px;
    z-index: -1;
    transition: .8s !important;
    left: -100%;
}

#banner a.primary-color:hover:before {
    overflow: visible;
    left: 0;
}
/*  Banner end */

/*  Section one start */
h2.had1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 56px;
    color: #060606;
}

.para p {
    font-size: 20px;
    font-weight: 400;
    color: #0A0A0A;
    line-height: 32px;
}

a.nectar-button.regular-button.btn1 {
    font-size: 19px;
    border-radius: 10px !important;
    font-weight: 500;
    line-height: 25px;
    padding: 20px 58px;
    margin-top: 2%;
}

.padding-class {
    padding: 100px 0px !important;
}
/*  Section one end */


/*  Section Two start */
#sectiontwo .box-1 {
    width: 32%;
    background: #fff;
    margin: 0 auto;
    padding: 0px 0px !important;
    padding-bottom: 30px !important;
    box-shadow: 0px 0px 20px 0px #0000002b;
}
#sectiontwo .heading h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #060606;
}

#sectiontwo .box-1 .heading p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #0A0A0A;
    height: 230px !important;
}

#sectiontwo .box-1 .heading a {
    padding: 13px 50px;
    font-size: 17px;
    color: #000;
    border: 1px solid #000;
    background: transparent !important;
    position: relative;
    border-radius: 10px;
    font-weight: 500;
}
.page-id-2 div#sectionfive {
    padding: 25px 0px 80px !important;
}

.page-id-2 div#sectionfive h2 {
    margin: 0px !IMPORTANT;
    padding: 0px !IMPORTANT;
    line-height: 40px !important;
}
/* #sectiontwo .box-1 .heading a:before {
    position: absolute;
    content: "";
    color: #fff;
    background: #b81010;
    width: 100%;
    height: 100%;
    transition: .8s !important;
    left: -100%;
    border-radius: 10px;
    border: 1px solid #b81010 !important;
    top: 0;
	overflow: hidden;
}

#sectiontwo .box-1 a:hover:before {
    overflow: visible;
    left: 0;
} */

#sectiontwo .box-1 a:hover {
    color: #fff;
	background: #b81010 !important;
	border: 1px solid #b81010;
}
div#sectionone .para p {
    padding-bottom: 13px;
}
#sectiontwo .box-1 img {
    width: 100%;
}
#sectiontwo .heading {
    padding: 40px 30px;
}
/*  Section Two end */


/*  Section Three start */

#sectionthree a.play_button_2.large.nectar_video_lightbox {
    display: none;
}
/*  Section Three end */


/*  Section Four start */
div#sectionfour .box-2 p {
    padding-right: 30px;
}

div#sectionfour .box-2 p br {
    display: none;
}
div#sectionfour ul li {
    font-size: 17px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #0A0A0A;
    list-style: none;
    padding-bottom: 20px;
    position: relative;
    padding-left: 10px;
}

div#sectionfour ul {
    column-count: 2;
}

div#sectionfour .box-2 {
    margin-top: -330px;
    padding-left: 13%;
    background: #fff;
    padding: 45px 45px 45px 13%;
}

div#sectionfour ul li:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/02/Icon-ionic-ios-checkbox.png);
    left: -32px;
    top: 0;
    width: 10%;
    height: 30px;
    background-repeat: no-repeat;
}
/*  Section Four end */


/*  Section Five start */
div#sectionfive input {
    border: 1px solid #C9C9C9;
    border-radius: 10px !important;
    height: 87px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto' !important;
}

div#sectionthree {
    padding: 0px 0px !important;
}

div#sectionfive input::placeholder {
    color: #C9C9C9;
}

div#sectionfive textarea {
    height: 255px;
    border-radius: 20px;
    padding-left: 30px;
    font-family: 'Roboto' !important;
    padding-top: 30px;
}

div#sectionfive textarea::placeholder {
    color: #C9C9C9;
}

#sectionfive button#wpforms-submit-31 {
    width: 22%;
    border-radius: 10px !important;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-top: 3%;
    background: #B81010;
    font-family: 'Roboto' !important;
    padding: 20px 58px !important;
}
div#sectionfive img {
    height: 300px !important;
    object-fit: cover;
}
#sectionfive form {
    width: 80%;
    margin: 0 auto;
}
/*  Section Five end */


/*  Section Six start */
/*  Section Six end */


/*  Section Seven start */
/*  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 p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
}
#footer-outer ul.soical-icon li {
    display: -webkit-inline-box;
    margin-right: 20px;
}

#footer-outer ul li a {
    color: #fff !important;
    font-size: 18px;
    line-height: 43px;
    font-weight: 400;
}

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

#footer-outer h4 {
    font-size: 26px !important;
    color: #fff !important;
    font-weight: 500 !important;
    line-height: 35px;
    padding-bottom: 5%;
}

#footer-outer input {
    height: 67px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    border-radius: 10px;
    font-weight: 400;
}

#footer-outer input::placeholder {
    color: #383838;
}

#footer-outer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    margin-top: 15px;
    border-radius: 10px !important;
    font-weight: 700;
    font-family: 'Roboto';
}

#footer-outer div#copyright p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

#footer-outer div#copyright {
    border-top: 1px solid #707070;
    padding: 30px 0px !important;
    margin: 0 auto;
    width: 80%;
}

#footer-outer .col.span_4:nth-child(1) {
    width: 43%;
}
#footer-outer .col.span_4:nth-child(2) {
    width: 18%;
    padding-top: 9%;
}
#footer-outer .col.span_4:nth-child(3) {
    width: 35%;
    padding-top: 9%;
}

#header-outer .sf-menu li a {
    font-size: 20px;
    color: #141414;
    padding: 0px 20px !important;
    font-weight: 400;
    line-height: 24px;
}
/*  Footer end*/

/* Contact Page */
div#sectionfive li.choice-1.depth-1, li.choice-2.depth-1 {
    width: 49%;
    float: left;
}

div#sectionfive div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px !important;
}
/* Contact Page */

/* About Page */
.page-id-41 #sectionone .imgbox {
    position: relative;
}

.page-id-41 #sectionone .imgbox:before {
    position: absolute;
    content: "";
    background: #FAEEEE;
    width: 70%;
    height: 375px;
    background-repeat: no-repeat;
    top: -30px;
    left: -20px;
}
/* About Page */

/*  Desktop Responsive */
@media(max-width: 1660px) {
#sectiontwo .heading {
    padding: 20px;
}
#sectiontwo .box-1 .heading p {
    font-size: 15px;
    line-height: 22px;
    height: 220px !important;
}
#sectiontwo .box-1 .heading a {
    padding: 12px 30px;
    font-size: 14px;
}
div#sectionfour ul li {
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px;
}
div#sectionfour .box-2 {
    padding-left: 5%;
}
div#sectionfive input {
    height: 62px;
    padding-left: 25px;
    font-size: 15px;
}
div#sectionfive textarea {
    height: 200px;
    padding-left: 25px;
    padding-top: 25px;
    font-size: 15px;
}
#footer-outer p {
    font-size: 16px;
    line-height: 26px;
}
#footer-outer .col.span_4:nth-child(1) {
    width: 44%;
}
#footer-outer .col.span_4:nth-child(3) {
    width: 34%;
    padding-top: 9%;
}
#footer-outer ul li a {
    font-size: 16px;
    line-height: 35px;
}
#footer-outer input {
    height: 62px;
    font-size: 16px;
}
#footer-outer div#nav_menu-2 {
    padding-left: 3%;
}
#footer-outer div#copyright {
    width: 85%;
    padding: 20px 0 !important;
}
#footer-outer div#copyright p {
    font-size: 16px;
    line-height: 28px;
}
#header-outer .sf-menu li a {
    font-size: 16px;
    padding: 0px 5px !important;
}
#header-outer #top nav>ul>li[class*=button_solid_color]>a:before {
    height: 45px;
}
#header-outer #top nav>ul>li[class*=button_solid_color]>a {
    padding: 12px 35px !important;
}
header-outer a#logo:before {
    width: 450px;
    height: 221px;
}
#banner h2 {
    font-size: 50px !important;
    line-height: 60px !important;
}

div#sectionfive img {
    height: 240px !important;
    object-fit: cover;
}
#banner p {
    font-size: 16px !important;
    line-height: 26px !important;
}

#banner a.primary-color {
    font-size: 16px;
    padding: 15px 35px;
}

h2.had1 {
    font-size: 40px;
    line-height: 50px;
}

.para p {
    font-size: 16px;
    line-height: 26px;
}

a.nectar-button.regular-button.btn1 {
    font-size: 16px;
    padding: 15px 35px;
}

div#nav_menu-2 {
    padding-left: 3%;
}

#footer-outer p br {
    display: none;
}
	#header-outer a#logo:before{
		left: -240px;
	}
	#sectiontwo .heading h4{
		font-size: 20px;
	}
	#sectionfive button#wpforms-submit-31{
		padding: 15px 35px !important;
	}
#header-outer .nectar-center-text {
    max-width: 92% !important;
}

#header-outer a#logo:before {
    width: 550px;
    height: 170px;
}
#header-outer a#logo img {
    height: 115px;
}

div#header-outer {
    height: 170px;
    box-shadow: unset !important;
}
#header-space {
    height: 170px !important;
}
}
@media only screen and (max-width: 1520px) {}
@media only screen and (max-width: 1440px) {
	#header-outer a#logo img {
    top: -47px;
}
	#top .span_9 {
    height: 128px;
}

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

/*  Mobile Responsive */
@media only screen and (max-width: 999px) {}
@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 600px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 420px) {}
@media only screen and (max-width: 380px) {}

/*  Mobile Responsive */

div#sectionfive input[type=radio] {
    height: unset;
}

label.wpforms-field-label {
    color: #000;
}