/* @import url(https://db.onlinewebfonts.com/c/2173dceabf0710a335c0bca178efc162?family=Maison+Neue); */
@import url(https://db.onlinewebfonts.com/c/8b59d4b47037b08d452d8cb659cc2d53?family=Maison+Neue+Light);

@import url(https://db.onlinewebfonts.com/c/8c157c549a635dd5dd0d62321bf1528b?family=AbrilDisplay-SemiBoldItalic);

*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    list-style: none;

    text-decoration: none;



}

body {

    color: #000!important;

    background-color: #fff!important;
    font-family: "Maison Neue Light";
    

    font-size: 14px!important;

    line-height: 20px!important;
    overflow-x: hidden;

}
html {
    overflow-x: hidden;
}
/* @font-face {
    font-family: "Maison Neue";
    src: url("https://db.onlinewebfonts.com/t/2173dceabf0710a335c0bca178efc162.eot");
    src: url("https://db.onlinewebfonts.com/t/2173dceabf0710a335c0bca178efc162.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/2173dceabf0710a335c0bca178efc162.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/2173dceabf0710a335c0bca178efc162.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/2173dceabf0710a335c0bca178efc162.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/2173dceabf0710a335c0bca178efc162.svg#Maison Neue")format("svg");
} */


/* @font-face {
    font-family: "AbrilDisplay-BoldItalic";
    src: url("https://db.onlinewebfonts.com/t/59998700137f9afd963f43e8046dda64.eot");
    src: url("https://db.onlinewebfonts.com/t/59998700137f9afd963f43e8046dda64.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/59998700137f9afd963f43e8046dda64.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/59998700137f9afd963f43e8046dda64.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/59998700137f9afd963f43e8046dda64.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/59998700137f9afd963f43e8046dda64.svg#AbrilDisplay-BoldItalic")format("svg");
} */


@font-face {
    font-family: "Maison Neue Light";
    src: url("https://db.onlinewebfonts.com/t/8b59d4b47037b08d452d8cb659cc2d53.eot");
    src: url("https://db.onlinewebfonts.com/t/8b59d4b47037b08d452d8cb659cc2d53.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/8b59d4b47037b08d452d8cb659cc2d53.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/8b59d4b47037b08d452d8cb659cc2d53.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/8b59d4b47037b08d452d8cb659cc2d53.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/8b59d4b47037b08d452d8cb659cc2d53.svg#Maison Neue Light")format("svg");
}

@font-face {
    font-family: "AbrilDisplay-SemiBoldItalic";
    src: url("https://db.onlinewebfonts.com/t/8c157c549a635dd5dd0d62321bf1528b.eot");
    src: url("https://db.onlinewebfonts.com/t/8c157c549a635dd5dd0d62321bf1528b.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/8c157c549a635dd5dd0d62321bf1528b.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/8c157c549a635dd5dd0d62321bf1528b.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/8c157c549a635dd5dd0d62321bf1528b.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/8c157c549a635dd5dd0d62321bf1528b.svg#AbrilDisplay-SemiBoldItalic")format("svg");
}
p{
    font-size: 14px;
    font-weight: 600;
    color: #7c7c7c;
    /* letter-spacing: .5px; */
    line-height: 24px
}
/* .nav-item{

  

        padding: 10px 15px;

    

} */

.hide_on_desktop{
    display:none;
}
 

.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 21px;
    transition: all .5s ease-in-out;
    margin-top: 50px;

}
.single-post .navbar {
    background-color: #ae8b77;
}



.navbar-nav li {

    list-style: none;

    display: inline-block;

    padding:0 1.9em 0 0;

    font-size: 15px;

    position: relative;

    margin: 0 !important;

    transition: all .5s ease-in-out;


}



.navbar-nav li a {
    color: #fff;
    font-weight: 600;
    padding: .95em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
}

.navbar-nav li a:hover {
   
    color: #e2c9ba !important;
}
.navbar-nav li a:active {
   
    color: #e2c9ba !important;
}


/*.navbar-nav li a.active {*/

/*    color: #3b2d28 !important;*/



/*}*/




.navbar-brand .logo {
    width: 250px;
    /* margin-top: -15px; */
}


a{
    color: #261e1a;
    letter-spacing: 1.2px;
}


.btn-primary {
    color: #fff!important;
    text-align: center!important;
    background-color: #3b2d28!important;
    /* width: 100%!important; */
    margin-top: 25px!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    font-size: 22px!important;
    font-weight: 600!important;
    transition: all .2s!important;
    border: none;
    padding: 29px 25px;
    text-decoration: none;
    text-transform: uppercase;
}


/* .btn-primary:hover {

    color: #fff!important;

    background-color: #4872b7!important;
    border-radius: 25px!important;

}
 */



 .scrolled {
    background-color:#ae8b77!important;
    margin-top: 0;
    /* padding: 30px 0 30px; */
}

.heading-section h2{

    font-family: Seriouslynostalgicfn Xcn, Arial, sans-serif;

    font-size: 60px;

    font-weight: 400;

    line-height: 100%;

}

.heading-section p{

    color: #99948f;

    max-width: 530px;

    margin: 0 auto;

    font-size: 20px;

    line-height: 120%;

    margin-bottom: 32px;



}


/* Hero Section Styling */

.banner-section {
    position: relative;
    width: 100%;
 height:70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('../images/Episodes_Header_HD.jpg');
    padding:64px 0 20px;

}
.hero-section {
    /* position: relative;
    width: 100%;
 height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('../images/Home_Header_HD.jpg');
    padding: 94px 0 20px; */

}
.banner_heading {
    font-size: 114px !important;
    font-weight: 400;
    color: #fff;
    font-family: "AbrilDisplay-SemiBoldItalic";
}
  
.content {
    position: relative;
    z-index: 1;
}

.heading-section {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.content h2{
    font-size: 45px;
}
.content p{
    font-weight: 500;
    font-size: 19px;
    color: #f2f2f2;
    line-height: 28px;
    margin: 20px auto;
}

/* episode css start */

.episode_img
{
    width: 100%;
    height: 185px;
  
}

.episode_img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.espisode_title{
    font-size:30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #3b2d28;


}
.date{
    font-size: 20px;
    color: #3b2d28;
    margin: 0 15px 0 0px;
    border-right: 1px solid #3b2d28;
    padding-right: 24px;
    font-weight: 600;
}
.supliment{
background:#d7c0af;
color: #3b2d28;
font-size: 14px;
margin: 0 8px;
padding: 7px 10px 5px;
font-weight: 600;

}
.episode_desc {
    width:100%;
    font-size: 18px;
    color: #3b2d28c7;
    margin: 10px 0px;
    font-weight: normal;
    /* opacity: 0.7; */
    justify-content: center;
}
.border_bottom{
    border-bottom: 1px solid #d7c0af;
}
/* episode css end */
/* about css start */


.about-photo {
max-width: 985px;
    max-height: 985px;
}

.about-photo img {
   width: 100%;
  height: 100%;
}
.abt-col{
    margin-top: -241px;
    position: relative;
}
.abt-box{
    background: #f3f1eff2;
    border-top: 15px solid #BEA18F;
    padding: 24px 35px;
}
.abt-heading {
    padding-top: 155px;
    font-size: 55px;
    color: #3b2d28;
    font-style: italic;
    text-align: center;
    font-family: "AbrilDisplay-SemiBoldItalic";
}
.abt-subheading {
    font-size: 25px;
    text-align: center;
    font-style: italic;
    color: #3b2d28;
    opacity: 0.7;
    font-family: "AbrilDisplay-SemiBoldItalic";
    line-height: 32px;
}
.abt_desc {
    font-size: 16px;
    color: #3b2d28;
    /* opacity: 0.7; */
    line-height: 32px;
    text-align: center;
    max-width: 730px;
    margin: auto;
    font-weight: 500;
}
.dr-img img{
    width: 100%;
}
.insta-img{
    width: 41px;
    height: 41px;
}
.dr-name {
    color: #3b2d28;
    font-size: 40px;
    font-family: "AbrilDisplay-SemiBoldItalic";
}
.dr-des{
    font-size: 16px;
    color: #3b2d28;
    line-height: 28px;
    font-weight: 600;
}
.description{
    font-size: 16px;
    color: #3b2d28;
    /* opacity: 0.6; */
    line-height: 28px;
    text-align: justify;
    font-weight: 500;
}
.about-content{
    padding: 18px;
}


/* about css end */

/* press css start */
.press-box{
    background-image: url('../images/New Project.png');
    width: 100%;
    /* height: 372px; */
    background-size: cover;
    position: relative;
    background-position: 77% 15%;

}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #CFB4A3, transparent);
    display: flex;
    align-items: center;
    justify-content: end;
    color: white;
    flex-direction: column;
    text-align: center;
    transition: all 3s ease-in-out;
}
.read_more{
    font-size: 20px;
    color:#3b2d28;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
  
}
.overlay h3 {
    font-weight: 600;
    font-size: 22px;
}
.col-lg-4.col-md-6.mb-5 {
padding: 0px 19px;
}

/* press css end */

/* partner css start */

.partner-box {
    margin-top: 0px !important;
    max-width: 214px;
    border: 7px solid #E8D7CC;
    padding: 15px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-img {
    height: 100%;
}

.partner-img img{
    width: 100%;
    height:100%;
    object-fit: contain;
}
.partner-section .col-lg-2{
    width: 20%;
}
/* partner css end */

/* conatct css start */
.contact-section .form-control{
    border: none;
    padding: 16px 27px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    background:#EDEDEC;
    color: #3b2d28;
    box-shadow: none;
    border-radius: 0px;
    font-weight: 600;


}

.contact-section .form-control::placeholder{
    color: #3b2d28;
    font-size: 16px;
    font-weight: 600;
}

/* conatct css end */
/* blog css start */
.nav-tabs .nav-link.active{
   
        color: #fff!important;
        border: 2px solid #3b2d28;
        background-color: #3b2d28!important;
       
    
}

.nav-tabs .nav-link{
   
    color: #3b2d28!important;
    text-align: center!important;
    background-color: transparent!important;
    
    font-size: 16px!important;
    font-weight: 600!important;
    transition: all .5s!important;
    border: none;
    padding: 14px 21px;
    text-decoration: none;
    border-radius: 0!important;
    border: 2px solid #3b2d28;
    margin: 10px;

}

.navbar-expand-lg .navbar-nav{
    align-items: center;
}

.nav-tabs .nav-link:hover{
    border: 2px solid #3b2d28;
      
    color: #fff!important;
      
    background-color: #3b2d28!important;
}
.filter-heading{
    font-size: 24px;
    color: #3b2d28;
    margin-bottom: 20px;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom:25px;
    border-bottom: 1px solid #d7c0af;
    border-top:0 !important;
}


/* blog css end */

/* footer css start */
.inactive_btn{
    width: 283px;
}
.footer_section p{
    color: #261e1a;
    letter-spacing: 1.2px;
    font-weight: 600;
    font-size: 16px;
}

/* footer css end */

/* media query start */
@media(max-width:1104px){
    .navbar-nav li a {
        
        font-size: 22px;
    }
}

@media(max-width:1024px){
    .navbar-nav li a {
        
        font-size: 17px;
    }
}

@media(max-width:991px){
    .partner-section .col-lg-2{
        width: 25%;
    }

    .hero-section {
        padding-top: 70px;
    }

    .navbar, .scrolled {
        background: #ae8b77!important;
      
    }

    .filter-heading {
       text-align: center;
     
    }

    #nav-tab{
        justify-content: center;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: start;
    }
   
    .navbar-nav li a {
       
        padding: 0.75em 0;
     
        font-size: 15px;
    }
    .hide_on_desktop{
        display:block;
    }
    .hide_on_mobile{
        display:none!important;
    }

    img.logo.hide_on_desktop {
    width: auto!important;
        margin-top: 0;
    }
   

    .espisode_title {
        font-size: 36px;
    }
    .abt-col {
        margin-top: -259px;
        
    }
    .about-photo{
        /* width: 352px; */
        margin: auto;
        display: flex;
    }

    .abt-heading {
        font-size: 66.58px;
        
    }

    #nav-tabContent .row.mt-5.pb-5.border_bottom {
        align-items: center;
    }
.episode_box{
    margin: auto;
}
.ms-3.mobile_blog {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 25px;
}
.episode_detail {
    justify-content: center;
}
}


@media(max-width:820px){
    .partner-section .col-lg-2 {
        width: 30%;
    }
}

@media(max-width:786px){
    .abt-box {
   
        padding: 39px 20px;
    }
    .partner-section .col-lg-2 {
        width: 32%;
    }


    .episode_img {
        width: 100%;
        height: 220px;
        margin-bottom: 20px;
    }
    .mobile_blog{
        margin-left: 0!important;
    }
}

@media(max-width:540px){

    .about-photo {
        width: 352px;
  
    }

    .banner-section {
     
        height: 47vh!important;
        padding: 138px 0 20px;
 
    }
    .partner-section .col-lg-2 {
        width: 50%;
    }
    .banner_heading {
        font-size: 53px;
       
    }

    .espisode_title {
        font-size: 26px;
    }

    .supliment {
      
        margin: 10px 0px;
     
    }

    .abt-col {
        margin-top: -174px;
    }
}
@media(max-width:440px){

    .abt-heading {
        font-size: 35px;
    }

    .abt-subheading {
        font-size: 19px;
        line-height: 29px;
       
    }

    .dr-name {
   
        font-size: 28px;
       
    }

    .abt-box {
   
        padding: 15px 11px;
    }
  
}

.wpcf7-form-control-wrap input::placeholder {
font-size:20px !important;
 font-weight:600 !important;
}
.wpcf7-form-control-wrap textarea::placeholder {
font-size:20px !important;
letter-spacing:0.2px;
 font-weight:600 !important;
}
[type=submit]:not(:disabled){
    font-size:20px !important;
    font-weight:600 !important;
}
h3.episode_title a {
    font-weight: 600;
}
h3.episode_title {
    font-weight: 600 !important;
}
.about-photo img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}
a.nav-link.active {
    color: #e2c9ba !important;
}

section#banner_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(174 139 119 / 82%) 0%, rgb(174 139 119 / 76%) 100%);
    z-index: 0;
    pointer-events: none;
}
section#banner_section .container {
    position: relative;
}

@media (max-width: 991px) {
    img.logo.hide_on_desktop {
        width: 95px !important;
        margin-top: 0;
    }
}

.single-post article {
    margin-top: 110px !important;
}
.single .entry-header .post-thumb img {
    width: 100%;
}
nav.navigation.post-navigation {
    padding: 2.5em;
}
.ast-single-post .entry-title {
    font-size: 35px;
    padding-top: 20px;
}
.single-post .entry-content > p {
    font-size: 18px;
    color: #000000;
}