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

/****** Poppins ********/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Source Sans 3');

@import url('https://fonts.cdnfonts.com/css/apple-garamond');


@import url('https://fonts.googleapis.com/css?family=Josefin Sans');



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

h2 {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 52px;
    font-weight: 700;
    color: #2b343b !important;
    padding: 12px 0;
    line-height: 0.8 !important;
    letter-spacing: 4px;
}


h3 {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 30px !important;
    font-weight: 700;
    color: #182744 !important;
    letter-spacing: 3px !important;
    padding-bottom: 1rem;
}

p {
    font-family: 'Poppins' !important;
    font-size: 16px;
    font-weight: 400;
    color: #5d5d5d !important;
}


#top nav ul li a {
    color: #000 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 15px !important;
}

div#copyright p {
    display: none;
}

div#copyright h5 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: -50px !important;
}

ul#social {
    display: none !important;
}

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

header#top {
    background: #e7e8e9 !important;
}

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

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

.s-header {
    display: flex;
}

body #header-secondary-outer .nectar-center-text {
    max-width: 100% !important;
    background-color: #FFF !important;
    height: 50px;
    box-shadow: rgba(0, 0, 0, -2.75) 0px 4px 20px, rgba(0, 0, 0, 0.12) 0px 11px 27px;
}



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

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

ul.icons a i {
    color: #000 !important;
}

/************* background  */

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


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

div#sec01 h2 {
    color: #fff !important;
}

div#sec01 h3 {
    color: #fff !important;
}

div#sec01 p {
    color: #fff !important;
}



.a-btn {
    padding: 15px 26px !important;
    border-radius: 0px !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

div#hd-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hd-info {
    display: flex;
    height: 40px;
    margin-left: 190px;
}

.hd-info h6 {
    font-family: 'Poppins';
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding-right: 14px;
    margin: 0px !important;
    padding-left: 10px !important;
    padding-top: 18px;
}

.hd-icon {
    position: relative;
    top: 17px;
    left: -190px;
}

.hd-icon i {
    color: #000000;
    font-size: 16px;
    top: 0;
    margin-right: 10px;
    transition: 0.5s;
}

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

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


.author-text:before {
    content: url(/wp-content/uploads/2024/03/about-side.png);
    position: absolute;
    right: -13rem;
    top: -2rem;
}



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

div#sec03 {
    padding: 4rem 0 !important;
    padding-top: 7rem !important;
}

.chapters {
    padding: 3rem 0 !important;
}

.chap {
    box-shadow: 0px 0px 18px 0px #33333345 !important;
    border-top-left-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
    padding-bottom: 22px !important;
    padding-left: 45px;
    padding-top: 1px !important;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.chap h1 {
    color: #cfc4a6 !important;
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #cfc4a6 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 90px;
    position: absolute;
    padding-top: 30px;
    opacity: 20% !important;
}

.chap h2 {
    font-size: 18px !important;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 125px;
    padding-top: 25px;
    padding-bottom: 6px;
    line-height: 1.4;
}

.chap button.bg-orange-button {
    float: right;
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    font-size: 30px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    margin-right: 20px;
    margin-top: -65px;
    color: #cfc4a6 !important;
    font-weight: 100 !important;
}

.chap p {
    padding-bottom: 0 !important;
    margin-top: -18px;
    width: 93%;
}

.chap h5 {
    font-size: 15px !important;
    padding-left: 125px;
    font-weight: 400;
    color: #6e6e6e;
    margin-top: -14px;
}

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

div#sec04 {
    padding: 4rem 0 !important;
    margin-top: -2rem;
}

div#sec04 h2 {
    color: #fff !important;
}

div#sec04 h3 {
    color: #fff !important;
}

div#sec04 p {
    color: #fff !important;
}

.p-btn {
    padding: 15px 26px !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

div#sec04 h4 {
    color: #fff !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-size: 24px !important;
}


/************************** section 5   *************************************/

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

.inner-wrap {
    overflow: unset !important;
}


.nectar-video-box {
    padding: 16rem 0 !important;
    left: 0rem;
    width: 200px;
    margin: auto;
    top: -4rem;
}

.column-image-bg {
    background-size: 100%;
    background-repeat: no-repeat;
}

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

.video-text {
    margin: auto 0 !important;
}

.video-img {
    padding-top: 4rem;
}

/************************** section 6   *************************************/
div#sec06 {
    padding: 3rem 0 !important;
}


div#sec06 h4 {
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 25px !important;
    font-weight: 700;
    color: #182744 !important;
    padding-top: 10px;
}

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

img.alignnone.size-full.wp-image-2695.aligncenter {
    margin: auto;
}

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

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

.blogs {
    padding-top: 2rem;
}


/************************** section 8   *************************************/

.test-r {
    padding: 41px !important;
    background-image: url(/wp-content/uploads/2024/03/r-bg.png) !important;
    background-size: 100% 100% !important;
}

div#sec08 img.img-with-animation.skip-lazy.animated-in {
    transform: scale(0.8) !important;
    margin-top: -7rem;
}


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

.test-r p {
    padding: 0 2rem;
}

div#sec08 h5 {
    font-family: 'Source Sans 3' !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #182744 !important;
    padding-top: 1rem;
    margin-bottom: -5px;
}


div#sec08 h6 {
    font-family: 'Apple Garamond', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #737373 !important;

}

.test-text {
    background: #fff !important;
    padding-top: 6rem !important;
    margin-bottom: -1.7rem !important;
    margin-top: -3rem !important;
}

.test-text h2 {
    font-size: 40px;
}

/************************** section 9   *************************************/

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

div#sec09 h4 {
    font-size: 25px !important;
    font-family: "Josefin Sans", sans-serif !important;
    font-weight: 400 !important;
}

div#sec09 p {
    width: 80%;
}

/************************** section 10   *************************************/

button#wpforms-submit-2750 {
    padding: 15px 22px !important;
    padding-bottom: 32px !important;
    background: #a37e2d !important;
}


.news-mail input[type="submit"] {
    position: relative;
    background-image: URL(/wp-content/uploads/2024/03/plane.png);
    border: none;
    box-shadow: none !important;
    background-repeat: no-repeat;
    color: transparent;
    float: right;
    left: 4rem;
    top: -2.7rem;
    background-color: transparent !important;
    padding: 0px !important;
}

.news-mail input#esfpx_email_6888d19d6f654 {
    border: 1px solid #a8a8a8;
    background: transparent !important;
}

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

div#sec10 h2 {
    font-size: 40px;
}

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


/************************************ innner pages  ***************************************************/

div#author-inner {
    padding: 3rem 0 !important;
}


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

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

    body {
        text-align: center;
    }

    .p-btn {
        width: 100%;
        text-align: center;
    }

    .a-btn {
        width: 100%;
    }


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

    div#sec09 p {
        width: 100%;
    }

    .test-r {
        padding: 19px !important;
        /* background: none !important; */
    }

    .test-r p {
        padding: 0px;
    }

    div#sec08 img.img-with-animation.skip-lazy.animated-in {
        transform: unset !important;
        margin: 0px;
        padding-top: 15px;
    }

    .test-text {
        background: none !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .test-text h3 {
        color: #fff !important;
    }

    .test-text h2 {
        color: #fff !important;
    }

    .f-text {
        display: block !important;
    }

    div#sec03 .row-bg.using-image {
        background-position: right !important;
    }

    div#sec09 h4 {
        padding-top: 2rem;
    }

}




@media only screen and (max-width:750px) {
    h3 {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    h2 {
        font-size: 34px !important;
        line-height: 1.2 !important;
    }

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

    .chap h1 {
        font-size: 55px !important;
        padding-top: 5px !important;
    }

    .chap h2 {
        font-size: 16px !important;
        padding-left: 80px !important;
        text-align: left !important;
        padding-top: 18px !important;
        line-height: 1 !important;
        width: 80%;
    }

    .chap h5 {
        padding-left: 0 !important;
        margin-top: 25px !important;
        width: 90% !important;
    }

    .chap p {
        width: 100% !important;
        text-align: left !important;
    }

    .nectar-video-box {
        padding: 7rem 0 !important;
        left: 0rem;
        width: 99px;
        margin: auto;
        top: -1rem;
    }

}





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


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

    .nectar-video-box {
        padding: 12rem 0 !important;
        left: 0rem;
        width: 200px;
        margin: auto;
        top: -1rem;
    }

    .secondary-h {
        padding: 14px 156px !important;
    }


}

.post-template-default #page-header-bg h1 {
    font-size: 26px !important;
    line-height: 1;
    padding-top: 100px;
}
h2.wp-block-heading {
    font-size: 31px !important;
    letter-spacing: normal;
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .secondary-h {
        padding: 14px 16px !important;
    }

    #top nav>ul>li>a {
        font-size: 13px !important;
    }
}

#sec04 a.nectar-button.medium:nth-child(4) {
    margin-left: 1rem;
    background-color: #a37e2d !important;
}

#copyright .col.span_5 {
    width: fit-content;
}

#copyright .col.span_7.col_last {
    width: fit-content;
    float: right;
}

#sec01 a.nectar-button.medium.regular.accent-color:nth-child(3) {
    margin-left: 20px !important;!i;!;
}
div#ord {
    text-align: center !important;!i;!;
    padding-bottom: 20px !important;!I;!;
    padding-top: 50px !important;!i;!;
}

h3.title {
    font-size: 20px !important;
}

#blog .col.span_4 {
    margin-bottom: 180px;
}

.post-meta {
    display: none !important;
}

a.blogs {
    display: none !important;
}