/*
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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

h1,h2,h3,h4,h5,h6,li,a,p,strong,span{
	font-family: 'Jost' !important;
}
/*  Font Family */

/*  header start */
#header-outer .secondary-left ul li:nth-child(1) a {
    margin-right: 15px;
}

#header-outer  .nectar-center-text {
    max-width: 100% !important;
}
#header-outer .secondary-left {
    float: left !important;
}

#header-outer .secondary-left ul li {
    display: -webkit-inline-box !important;
}
#header-outer .secondary-right ul li i:hover {
    background: #fff;
    color: #000;
}

#header-outer .secondary-right ul li {
    display: -webkit-inline-box;
    margin: 0px 10px;
}

#header-outer .secondary-right ul li i {
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 60px;
    color: #fff;
    height: 30px !important;
    width: 30px !important;
    justify-content: center;
    align-items: center;
    display: inline-grid;
}

#header-outer .secondary-left ul li {
    display: -webkit-inline-box;
    text-align: left;
    color: #fff;
}

#header-outer .secondary-left ul li i {
    border-radius: 60px;
    height: 30px !important;
    width: 30px !important;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    display: inline-grid;
    margin-right: 20px;
}

#header-outer .secondary-left ul li:nth-child(1) {
    border-right: 1px solid #fff;
    margin-right: 10px;
}

div#header-secondary-outer {
    background: #000000;
    padding: 8px 0px;
}
#header-outer header#top .sf-menu li a {
    font-size: 20px !important;
    padding: 0px 10px !important;
    font-weight: 500;
    color: #000;
    font-family: 'Jost' !important;
}
/*  Header end */

/*  Banner start */
/* #banner h2 {
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 72px;
    width: 65%;
    margin: 0 auto;
}

#banner p {
    font-size: 18px;
    width: 54%;
    margin: 0 auto;
    font-weight: 400;
    line-height: 30px;
    margin-top: 1%;
}

#banner a.primary-color {
    font-size: 18px;
    letter-spacing: 0px;
    border-radius: 0px !important;
    padding: 23px 50px;
    background: #fff !important;
    color: #A90329;
    left: 0;
    text-transform: capitalize;
    position: relative;
}

#banner a.primary-color:before {
    position: absolute;
    content: "";
    border: 3px solid #fff;
    width: 95%;
    height: 55px;
    left: 10px;
    top: 15px;
}
 */


/*  Banner end */

/*  Section one start */
.para p {
    font-size: 18px;
    line-height: 30px;
    width: 68%;
    color: #000;
    margin: 0 auto;
}

h2.vc_custom_heading {
    font-weight: 700 !important;
    text-transform: capitalize;
}

#sectionone .row-bg.viewport-desktop.using-image {
    background-size: 80% 80%;
    background-position: center !important;
}
a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    font-size: 18px;
    letter-spacing: 0px;
    border-radius: 0px !important;
    padding: 20px 50px;
    text-transform: capitalize;
    position: relative;
}

a.nectar-button.large.regular.accent-color.regular-button.btn1:before {
    width: 95%;
    height: 55px;
    left: 10px;
    top: 15px;
}
/*  Section one end */


/*  Section Two start */
#sectiontwo p {
    width: 100%;
}
div#sectiontwo:before {height: 700px !important;}
div#sectiontwo h3 {
    font-size: 20px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #000;
}
.section-new .para p {
    width: 100%;
}

.para p strong {
    text-transform: uppercase;
    font-family: 'Jost' !important;
    font-weight: 700;
}

.section-new a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    background: #FF0100 !important;
    text-transform: uppercase;
}
.nectar-fancy-box.style-5 {
    overflow: hidden;
}

#sectionfour .box-1 h3 {
    padding: 25px 40px !important;
}


.carousel-item img {
    height: 800px !important;
    object-fit: contain;
    position: relative;
    background: aliceblue;
}

.carousel-item:before {
    position: absolute;
    content: '1';
    background: #0000001f;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
div#sectiontwo ul li {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    color: #000;
}
/*  Section Two end */
/*pages*/

h3.post-heading a span {
    font-family: 'Jost' !important;
    font-size: 25px !important;
}

h3.post-heading {line-height: 30px !important;}

a.uncategorized {
    font-size: 19px !important;
    line-height: 30px !important;
    margin: 0px !important;
    padding: 0px !important;
}
/*pages*/

/*  Section Three start */
#sectionthree {
    position: relative;
}
/* 
#sectionthree:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2022/10/Group-42.png);
    width: 35%;
    height: 410px;
    background-repeat: no-repeat;
    right: 0;
    bottom: 120px;
}
#sectionthree:after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2022/10/Group-39.png);
    width: 26%;
    height: 345px;
    background-repeat: no-repeat;
    left: 90px;
    background-size: cover;
    bottom: 170px;
}*/
#sectionthree .row-bg.viewport-desktop.using-image {
    background-repeat: no-repeat;
    background-position: 20% 75% !important;
    background-size: contain;
}
/*  Section Three end */


/*  Section Four start */
#sectionfour .box-1 h3:before {
    left: 0;
    top: 0;
}
#sectionfour h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding: 20px 40px 20px 40px;
    background: #0000007d;
    margin: 0 !important;
}

#sectionfour .inner {
    width: 100% !important;
    padding: 0 0;
    margin: 0 !important;
    text-align: center !important;
}

#sectionfour h3:before {
    position: absolute;
}
/* #sectionfour .box-1:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2022/10/Mask-Group-1.png);
    width: 25%;
    height: 550px;
    background-repeat: no-repeat;
    left: -19%;
    z-index: 2;
}
 */
#sectionfour .box-1 {position: relative;}

#sectionseven input {
    background: transparent;
    text-align: center;
    border-bottom: 1px solid #0906FF;
    font-size: 18px;
    font-style: italic;
    line-height: 56px;
    font-weight: 400;
}
/*  Section Four end */


/*  Section Five start */

#sectionfive p {
    width: 100%;
}
/*  Section Five end */


/*  Section Six start */
div#sectionsix ul li {
    display: -webkit-inline-box;
    margin: 0px 10px;
}

div#sectionsix ul li i {
    border: 3px solid #FF0100;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    display: inline-grid;
    font-size: 25px;
    color: #FF0100;
}

div#sectionsix {
    border: 4px solid #FF0100;
    text-align: center;
    padding: 40px 0px !important;
    width: 50%;
    margin: 0 auto;
    box-shadow: 0px 15px 10px 0px #00000054;
    position: relative;
    top: 50px;
    background: #fff;
}

#sectionsix ul {
    margin: 0px;
}
/*  Section Six end */


/*  Section Seven start */
#sectionseven form {
    width: 50%;
    margin: 0 auto;
}
#sectionseven input::placeholder {
    color: #B37885;
}

#sectionseven textarea {
    border-bottom: 2px solid #B37885;
    background: transparent;
    font-size: 18px;
    font-style: italic;
    line-height: 56px;
    text-align: center;
    height: 90px;
    color: #000;
}

#sectionseven input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #0906FF;
    width: 50%;
    height: 60px;
    padding: 0px 0px !important;
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 500;
    font-style: inherit;
    font-family: 'Montserrat';
    border-radius: 0px !important;
    margin-top: 40px !important;
    position: relative;
    display: table;
    margin: 0 auto;
}
#sectionseven input::placeholder {
    color: #000;
    font-style: normal;
}

#sectionseven textarea::placeholder {
    color: #000;
    font-style: normal;
}#sectionfive form.wpcf7-form.init p {
    padding: 0;
}

#sectionseven textarea {
    border-bottom: 1px solid #0906FF;
}
#sectionseven input.wpcf7-form-control.has-spinner.wpcf7-submit:before {
    position: absolute;
    content: "";
    border: 2px solid #A90329;
    width: 100%;
    height: 100px;
}
#sectionfive input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    width: 75%;
    background: #CFCFCF;
    height: 50px !important;
}

#sectionfive input.wpcf7-form-control.has-spinner.wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 auto !important;
    width: 24%;
}
#sectionseven {
    z-index: -99;
}
#sectionseven {
    z-index: -99;
}.row-bg.viewport-desktop.using-bg-color {}
#sectionfive form.wpcf7-form.init {
    position: relative;
    margin-left: 50px;
}
/*  Section Seven end */

/*  Section 9 start */
.beforeimg {
    position: relative;
}

.beforeimg:before {
}
/*  Section 9 end */

/*  Footer start */
#footer-outer div#copyright {
    padding: 20px 0px 0px 0px !important;
    background: #FFE8E8;
    margin-top: 3%;
}

#footer-outer div#copyright p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-family: 'Poppins' !important;
    float: left;
    width: 50%;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    text-align: left;
}

#footer-outer ul#menu-top-menu-2 li a {
    font-size: 20px;
    font-weight: 400;
    margin: 0px 10px !important;
    color: #000000 !important;
}

#footer-outer {
    background: #fff;
}
#footer-outer div#media_image-2 img {
    max-width: 50% !important;
}
#footer-outer div#copyright .col.span_5 {
    max-width: 100% !important;
}

#footer-outer div#copyright ul {
    float: right !important;
    width: 50% !important;
    text-align: right;
}

#footer-outer div#copyright ul li a {
    font-size: 16px !important;
    color: #000;
    line-height: 25px !important;
    font-family: 'Poppins' !important;
    font-weight: 300;
}
/*  Footer end*/

/*  Desktop Responsive */
@media only screen and (max-width: 1620px) {
.beforeimg:before {
    width: 107%;
    left: -4%;
}
}
@media only screen and (max-width: 1520px) {
#sectionthree:after {
    width: 15%;
    left: 57px;
}
#sectionthree:after {
    width: 16%;
    left: 57px;
}
#sectionfour .box-1 h3:before {
    left: -89px;
}
#sectionfour h3:before {
    left: -62px;
}
}
@media only screen and (max-width: 1440px) {
#sectionthree:before {
    width: 33%;
}
#sectionthree:after {
    width: 17%;
    left: 36px;
}
#sectionfour .box-1 h3:before {
    left: -84px;
}
    .carousel-item img {
    height: 550px !important;
}
#sectionfour h3:before {
    left: -59px;
}
}
@media only screen and (max-width: 1366px) {
#sectionthree:after {
    width: 22%;
    left: -27px;
}
#sectionfour h3:before {
    left: -55px;
}
#sectionfour .box-1 h3:before {
    left: -78px;
}
.para p {
    font-size: 16px;
    line-height: 26px;
}
h2.vc_custom_heading {
    font-size: 40px !important;
    line-height: 50px !important;
}
#sectionthree:before {
    width: 36%;
}
}
@media only screen and (max-width: 1326px) {
#sectionfour .box-1 h3:before {
    left: -75px;
}
#sectionfour h3:before {
    left: -53px;
}
}
@media only screen and (max-width: 1280px) {
#sectionfour h3:before {
    left: -51px;
}
#sectionfour .box-1 h3:before {
    left: -72px;
}
#sectionthree:before { 
    width: 38%;
}
}
/*  Desktop Responsive */

