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

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Urbanist:wght@400;500;600;700&display=swap');

/* font-family: 'Playfair Display', serif;
font-family: 'Urbanist', sans-serif; */

.container-wrap {
    background: #fff !important;
}


h3 {
    font-family: 'Urbanist', sans-serif !important;
    font-size: 18px !important;
    padding-left: 4rem;
    letter-spacing: 0px !important;
}

h3:before {
    content: "";
    position: absolute;
    top: 0.8rem;
    z-index: 27;
    left: 0;
    width: 3rem;
    height: 1.9px;
    background: linear-gradient(180deg,
            #ed1c24 0.00%,
            #e81a22 2.73%,
            #bf0c0f 32.99%,
            #a50304 56.79%,
            #9c0000 71.04%,
            #a90101 79.52%,
            #cc0404 95.26%,
            #d80505 100.00%);
}


h2 {
    font-family: 'Playfair Display', serif;
    font-size: 57px !important;
    font-weight: bold !important;
    line-height: 1;
    letter-spacing: -1px !important;
    padding: 10px 0 !important;
}

h2 strong {
    font-family: 'Playfair Display', serif;
    font-weight: bold !important;
    color: #E41820;
}

p {
    font-family: 'Urbanist', sans-serif !important;
    font-size: 20px !important;
    color: #333333 !important;
}


/* header */
div#header-outer {
    background: #E4E4E4 !important;
}

nav li a {
    font-size: 16px !important;
	color:#333333 !important;
    font-weight: 400 !important;
    font-family: 'Urbanist', sans-serif !important;
}

/****************** Secondary header ***********************/

.secondary-h {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    padding: 14px 42px !important;
}

.s-header {
    display: flex;
    position: absolute;
    right: 0;
    width: 40%;
}

body #header-secondary-outer .nectar-center-text {
    max-width: 100% !important;
    background: linear-gradient(180deg,
            #df3333 0.00%,
            #df3535 3.00%,
            #e03838 15.59%,
            #db1818 62.73%,
            #d80505 100.00%);
    height: 50px;
}

.secondary-h span i {
    width: 40px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}


.s-header a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFf !important;
    padding-left: 20px;
    font-size: 16px !important;
    font-family: 'Urbanist', sans-serif !important;
}

.s-header i {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffff;
    color: #010101;
}

ul.icons {
    display: flex;
    gap: 10px;
}



/************** 1st section *******************/

div#sec01 {
    padding: 3rem 0 !important;
}

#sec01 .row-bg.using-image {
    background-size: 100% 100% !important;
}

.slider-text {
    padding-left: 16px !important;
}

/* btns */

.p-btn {
    border-radius: 10px !important;
    border: 2px solid #DB1818 !important;
    margin-left: 2px;
    padding: 13px 27px !important;
    font-family: 'Urbanist', sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
}

.p-btn:before {
    background: linear-gradient(180deg,
            #ed1c24 0.00%,
            #e81a22 2.73%,
            #bf0c0f 32.99%,
            #a50304 56.79%,
            #9c0000 71.04%,
            #a90101 79.52%,
            #cc0404 95.26%,
            #d80505 100.00%);
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0px;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.p-btn:after {
    border: 2px solid #DB1818;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: -7px;
    top: -6.25px;
    border-radius: 13px;
    padding: 10px 11px 0 0 !IMPORTANT;
}

.a-btn {
    border-radius: 10px !important;
    border: 2px solid black !important;
    margin-left: 2px;
    padding: 13px 27px !important;
    font-family: 'Urbanist', sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    background-color: #1A1A1A !important;
}

.a-btn:before {
    background-color: #333333;
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0px;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.a-btn:after {
    border: 2px solid #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: -7px;
    top: -6.25px;
    border-radius: 13px;
    padding: 10px 11px 0 0 !IMPORTANT;
}


/***************** 2nd section ***************/

div#sec02 {
    padding: 4rem 0 !important;
}


#sec02 h3:before {
    left: 33rem !important;
}

.b-text p {
    padding: 0px 15rem !important;
}

.r-box p {
    font-size: 13px !important;
}

.r-box {
    background-image: url(/wp-content/uploads/2023/11/book-sev.png);
    padding: 40px 20px !Important;
    background-size: 100% 100% !important;
}

.r-box:hover {
    color: #fff !important;
    background-image: url(/wp-content/uploads/2023/11/book-sev-hov.png);
}

.r-box h6 {
    font-size: 100px !important;
    font-weight: 700 !important;
    font-family: 'Urbanist', sans-serif !important;
    text-align: right !important;
    color: #ECD0D0;
    padding-bottom: 17px;
}

.r-box:hover h6 {
    color: #E94141;
}

.r-box h6:before {
    content: url(/wp-content/uploads/2023/11/book-icon.png);
    display: flex;
    justify-content: center !important;
    margin-bottom: -30px;
}


.r-box:hover h6:before {
    content: url(/wp-content/uploads/2023/11/book-icon-hov.png);
}


.r-box h4 {
    font-size: 14px !important;
    font-family: 'Urbanist', sans-serif !important;
}

.r-box:hover h4 {
    color: #FFF !important;
}

.r-box h5 {
    font-size: 22px !important;
    font-family: 'Urbanist', sans-serif !important;
    letter-spacing: 0px !important;
}


.r-box:hover h5 {
    color: #FFF !important;
}


.r-box:hover p {
    color: #FFF !important;
}


.r-box:hover p a {
    color: #FFF !important;
}

.r-box p a {
    font-size: 16px !important;
    font-weight: 700;
}

.r-box p a:after {
    font-family: FontAwesome;
    content: "\f101";
    margin-left: 10px;
    position: absolute;
    border-radius: 50%;
    font-size: 18px;
    padding: 2px 9px;
    background: linear-gradient(180deg,
            #ed1c24 0.00%,
            #e81a22 2.73%,
            #bf0c0f 32.99%,
            #a50304 56.79%,
            #9c0000 71.04%,
            #a90101 79.52%,
            #cc0404 95.26%,
            #d80505 100.00%);
    color: #fff;
    font-weight: 100 !important;
}

.r-box:hover p a:after {
    background: #fff !important;
    color: #000 !important;
}


#sec02 .carousel-item {
    background-color: #ffe5e5 !important;
    margin: 0 10px;
	height: 420px;
}


#sec02 .carousel-item {
    --c: no-repeat linear-gradient(180deg,
            #ed1c24 0.00%,
            #e81a22 2.73%,
            #bf0c0f 32.99%,
            #a50304 56.79%,
            #9c0000 71.04%,
            #a90101 79.52%,
            #cc0404 95.26%,
            #d80505 100.00%);
    ;
    background: var(--c) calc(-101% + var(--p, 0%)) 100%,
        var(--c) calc(201% - var(--p, 0%)) 0;
    background-size: 50.1% var(--p, .08em) !important;
    background-size: 51.1% var(--p, .08em);
    ound-position .3s calc(.3s - var(--t, 0s));
    */;
    background-color: ;
    transition: 0.8s !important;
}

#sec02 .carousel-item:hover {
    --p: 101%;
    --t: 0.1s;
    color: #fff;
}

#sec02 .r-box {
    background-image: none !important;
}

#sec02 .carousel-item:before {
    background: linear-gradient(180deg,
            #ed1c24 0.00%,
            #e81a22 2.73%,
            #bf0c0f 32.99%,
            #a50304 56.79%,
            #9c0000 71.04%,
            #a90101 79.52%,
            #cc0404 95.26%,
            #d80505 100.00%);
    content: "";
    height: 13px;
    width: 80%;
    position: absolute;
    top: -13px;
    left: 32px;
}


#sec02 .carousel-item:after {
    background: linear-gradient(180deg,
            #ed1c24 0.00%,
            #e81a22 2.73%,
            #bf0c0f 32.99%,
            #a50304 56.79%,
            #9c0000 71.04%,
            #a90101 79.52%,
            #cc0404 95.26%,
            #d80505 100.00%);
    content: "";
    height: 5px;
    width: 80%;
    position: absolute;
    bottom: -5px;
    left: 32px;
}

#sec02 .carousel-item:hover:before {
    background: #000 !important;
}


#sec02 .carousel-item:hover:after {
    background: #000 !important;
}

/***************** 3 section ***************/

div#sec03 {
    padding: 3rem 0 !important;
}

/***************** 4 section ***************/

div#sec04 {
    padding: 9rem 0 !important;
    padding-bottom: 2rem !important;
}


#sec04 .row-bg.using-image {
    background-size: 100% 100%;
}

#sec04 h4 {
    font-size: 30px !important;
    color: #E41820;
    font-family: 'Playfair Display', serif;
}

/* #sec04 img.img-with-animation.skip-lazy.animated-in {
    padding-top: 4rem;
} */

.author-text {
    display: flex;
    align-items: center;
}

/***************** 5 section ***************/
#sec05 .row-bg.using-image {
    background-size: 100% 100% !important;
}

div#sec05 {
    padding: 5rem 0 !important;
    margin: 2rem 0 !important;
}

#sec05 .nectar-video-box {
    padding: 7rem 0 !important;
    width: 20% !important;
    left: 5rem;
}


#sec05 a.play_button_2.large.nectar_video_lightbox.magnific-popup {
    display: none;
}

#sec05 .nectar-video-box .inner-wrap {
    overflow: unset;
}

#sec05 p {
    width: 90%;
}

#sec05 .column-image-bg {
    background-size: 100% 100% !important;
    margin-left: 53px;
}



/***************** 6 section ***************/


div#sec06 {
    margin: 0;
    padding: 4rem 0 !important;
    padding-bottom: 0px !important;
}

#sec06 h3:before {
    left: 34rem !important;
}

.t-box p {
    padding: 0px 12rem !important;
}


#review-sec .row-bg.using-image {
    background-size: 100% 100% !important;
}

.t-box h5 {
    font-size: 22px !important;
    font-weight: 400 !important;
    font-family: 'Urbanist', sans-serif !important;
    color: #E41820;
    margin: 0px !important;
}

.t-box h6 {
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: 'Urbanist', sans-serif !important;
}

.t-box h5:before {
    content: url(/wp-content/uploads/2023/11/icon.png);
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

/***************** 7 section **************/

#sec07 .row-bg.using-image {
    background-size: 100% 100% !important;
}

div#sec07 {
    padding: 5rem 0 !important;
    padding-bottom: 2rem !important;
}

#sec07 input[type="submit"] {
    position: relative;
    top: -3.3rem;
    float: right;
    padding: 12px 30px !important;
    border-radius: 5px;
}

#sec07 input[type=email] {
    border-radius: 10px;
}


.news-sub {
    margin-top: 2rem;
}

/***************** footer **************/

div#footer-outer h2 {
    color: #fff !important;
    font-size: 26px !important;
}

#footer-outer p {
    color: #fff !important;
    font-size: 14px !important;
}

div#footer-outer li {
    border-bottom: none !important;
}


/* icons */
div#footer-outer ul.icons {
    display: flex;
    align-items: baseline;
    gap: 10px;
}


div#footer-outer .icons span {
    width: 40px;
    height: 40px;
    background-color: white !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#footer-outer .icons span i {
    color: #122545 !important;
}

div#footer-outer .icons span:hover i {
    color: #fff !important;
}

div#footer-outer .icons span:hover {
    background-color: #FF0000 !important;
    transform: rotateY(360deg);
    transition: 1s !important;
}


#footer-widgets .col.span_3:nth-child(1) {}


#footer-widgets .col.span_3:nth-child(2) {
    padding-top: 5rem;
    width: 18%;
}


#footer-widgets .col.span_3:nth-child(3) {
    padding-top: 5rem;
}

#footer-widgets .col.span_3:nth-child(4) {
    padding-top: 5rem;
}

.flex {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px !important;
}

#footer-widgets input[type=text] {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #fff;
    width: 45% !important;
}

#footer-widgets .col input[type=email] {
   background: transparent !important;
    border-bottom: 1px solid;
    position: relative;
    top: -4.6rem;
    left: 10rem;
    border: none;
    border-bottom: 1px solid #fff;
    width: 45% !important;
}

.widget_text textarea {
    margin-top: -5rem !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
}



button#wpforms-submit-2715 {
    border-radius: 10px !important;
    border: 2px solid #DB1818 !important;
    margin-left: 2px;
    padding: 6px 27px !important;
    font-family: 'Urbanist', sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    z-index: 44 !important;
    background-color: #ed1c24 !important;
}

button#wpforms-submit-2715:before {
    background: linear-gradient(180deg,
            #ed1c24 0.00%,
            #e81a22 2.73%,
            #bf0c0f 32.99%,
            #a50304 56.79%,
            #9c0000 71.04%,
            #a90101 79.52%,
            #cc0404 95.26%,
            #d80505 100.00%);
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0px;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: -1;
}

button#wpforms-submit-2715:after {
    border: 2px solid #DB1818;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: -7px;
    top: -6.25px;
    border-radius: 13px;
    padding: 10px 11px 0 0 !IMPORTANT;
}

.contact li:last-child {
    /* display: none; */
    width: 96% !important;
    }


#footer-outer #footer-widgets ::placeholder{
    color: #fff !important;
}

#footer-outer #footer-widgets em#wpforms-2715-field_4-error {
    position: absolute;
    right: -2rem;
    top: -1rem;
}

#footer-outer #footer-widgets em#wpforms-2715-field_1-error {
    position: absolute;
}

#footer-outer #footer-widgets div.wpforms-container-full input[type=text] {
    color: white;
}

#footer-outer #footer-widgets div.wpforms-container-full input[type=email] {
    color: white;
}

#footer-outer #footer-widgets div.wpforms-container-full textarea {
    color: #fff;
}

/*Media Query For Mobile width:999px*/

@media only screen and (max-width:999px) {
    body {
        text-align: center;
    }

    h3 {
        padding: 0px !important;
    }

    h3:before {
        content: none;
    }

    .slider-text {
        padding-left: 0px !important;
    }

    .p-btn {
        margin-bottom: 20px;
        margin-left: 10px;
        width: 95%;
    }

    .a-btn {
        width: 95%;
    }

    #sec05 p {
        width: 100% !important;
    }


    #sec01 .row-bg.using-image {
        background-size: cover !important;
    }

    #sec04 .row-bg.using-image {
        background-image: none !important;
        background-color: #E4E4E4 !important;
    }

    #sec05 .row-bg.using-image {
        background-image: none !important;
    }

    #review-sec .row-bg.using-image {
        background-image: none !important;
    }

    #sec07 .row-bg.using-image {
        background-size: cover !important;
    }

    .b-text p {
        padding: 0px !important;
    }

    #sec05 .column-image-bg {
        background-size: cover !important;
        margin: 0px !important;
    }

    #sec05 .nectar-video-box {
        width: 34% !important;
        left: 2rem;
    }

    .t-box p {
        padding: 0px !important;
    }

    #sec07 input[type="submit"] {
        float: right !important;
        right: 0px !important;
    }


    #footer-widgets .col.span_3:nth-child(2) {
        padding-top: 0rem;
        width: 100%;
    }


    #footer-widgets .col.span_3:nth-child(3) {
        padding-top: 0rem;
    }

    #footer-widgets .col.span_3:nth-child(4) {
        padding-top: 0rem;
    }

    .flex {
        gap: 5px;
        flex-direction: column !important;
    }



    div#footer-outer ul.icons {
        justify-content: center;
    }
    
	.news-sub {
    margin-top: 0rem !important;
}

	button#wpforms-submit-2715 {
    width: 100% !important;
}

	button#wpforms-submit-2738 {
    width: 100% !important;
}

}

/**************************** Media Query For Mobile width:750px *******************************/

@media only screen and (max-width:750px) {

    .secondary-header-text {
        display: none !important;
    }

    h2 {
        font-size: 42px !important;
        line-height: 1 !important;
    }


    p {
        font-size: 18px !important;
    }

    div#sec02 {
        padding: 3rem 0 !important;
    }

    div#sec05 {
        padding: 2rem 0 !important;
    }

    div#sec06 {
        padding: 0rem 0 !important;
    }

    div#sec04 {
        padding: 3rem 0 !important;
    }

    div#review-sec {
        padding: 0rem 0 !important;
    }

    #footer-widgets input[type=text] {
        width: 100% !important;
    }

    #footer-widgets .col input[type=email] {
        position: unset;
        width: 100% !important;
    }

    .widget_text textarea {
        margin-top: 0rem !important;

    }


}

/**************************** Media Query For Mobile width:999px *******************************/

@media only screen and (min-width: 750px) and (max-width: 999px) {

    .secondary-h {
        display: unset !important;
    }

    .s-header {
        position: unset;
        width: 100%;
        justify-content: center;
    }

    h2 {
        font-size: 46px !important;
        line-height: 1 !important;
    }


    p {
        font-size: 20px !important;
    }

    div#sec02 {
        padding: 3rem 0 !important;
    }

    div#sec05 {
        padding: 2rem 0 !important;
    }

    div#sec06 {
        padding: 0rem 0 !important;
    }

    div#sec04 {
        padding: 3rem 0 !important;
    }

    div#review-sec {
        padding: 0rem 0 !important;
    }

    #footer-widgets .col.span_3:nth-child(2) {
        padding-top: 5.9rem;
    }

    #sec05 .nectar-video-box {
        width: 18% !important;
        left: 3rem;
    }


}


/**************************** Media Query For Mobile width:1400px *******************************/

@media only screen and (min-width: 1000px) and (max-width: 1400px) {

    nav li a {
        font-size: 16px !important;
    }

	
    h2 {
        font-size: 46px !important;
        line-height: 1 !important;
    }


    p {
        font-size: 20px !important;
    }

    .p-btn {
        padding: 12px 20px !important;
        font-size: 18px !important;
    }

    .a-btn {
        padding: 12px 20px !important;
        font-size: 18px !important;
    }

    .b-text p {
        padding: 0 4rem !important;
    }
	
	.t-box p {
    padding: 0px 5rem !important;
}

    div#sec02 {
        padding: 3rem 0 !important;
    }

    div#sec05 {
        padding: 2rem 0 !important;
    }

    div#sec06 {
        padding: 0rem 0 !important;
    }

    div#sec04 {
        padding: 7rem 0 !important;
        padding-bottom: 4rem !important;
    }

    div#review-sec {
        padding: 0rem 0 !important;
    }


}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {

    h2 {
        font-size: 37px !important;
        line-height: 1 !important;
    }


    p {
        font-size: 16px !important;
    }

    #sec02 h3:before {
        left: 21rem !important;
    }

    #sec06 h3:before {
        left: 21.5rem !important;
    }
	
	.flex {
    gap: 10px;
    font-size: 14px !important;
}
	#footer-widgets .col input[type=email] {
    left: 7rem;
}
	
	.t-box p {
    padding: 0px 4rem !important;
}
	
}


/*********** inner-page ***************** */
.page-header-bg-image {
    background-size: 100% 100% !important;
}


/* contact form */

input#wpforms-2738-field_2 {
    width: 100% !important;
    border-radius: 8px;
    border: none !important;
    background-color: #f4f7fb !important;
}

textarea#wpforms-2738-field_4 {
    border-radius: 8px;
    border: none !important;
    background-color: #f4f7fb !important;
}

button#wpforms-submit-2738 {
    padding: 13px 30px !important;
    border-radius: 5px !important;
    font-family: 'Poppins', sans-serif !important;
    background-color: #E41820 !important;
}

button#wpforms-submit-2738:after {
    border: 2px solid #E41820;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: -7px;
    top: -6.25px;
    border-radius: 13px;
    padding: 10px 11px 0 0 !IMPORTANT;
}

h1.top-heading {
    text-align: center;
    font-family: 'Playfair Display', serif !important;
}

.page-id-2683 .contact {
    padding-top: 31px;
}

.page-id-2683 .contact ul li {
    list-style: none !important;
}

.page-id-2683 .flex {
    margin-left: -29px;
    font-size: 20px !important;
    color: #000 !important;
    padding: 5px 0px !important;
}


input#wpforms-2738-field_1 {
    border-radius: 8px !important;
    border: none !important;
    background-color: #f4f7fb !important;
}

input#wpforms-2738-field_3 {
    border-radius: 8px !important;
    border: none !important;
    background-color: #f4f7fb !important;
}


.page-id-2683 div#footer-outer i {
    color: white !important;
}

.page-id-2683 div#footer-outer span {
    color: white !important;
    font-size: 14px !important;
}