@font-face {
    font-family: 'Philosopher Bold';
    src: url('../fonts/Philosopher-Bold.eot');
    src: url('../fonts/Philosopher-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Philosopher-Bold.woff2') format('woff2'), url('../fonts/Philosopher-Bold.woff') format('woff'), url('../fonts/Philosopher-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Regular';
    src: url('../fonts/TitilliumWeb-Regular.eot');
    src: url('../fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TitilliumWeb-Regular.woff2') format('woff2'), url('../fonts/TitilliumWeb-Regular.woff') format('woff'), url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Bold';
    src: url('../fonts/TitilliumWeb-Bold.eot');
    src: url('../fonts/TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TitilliumWeb-Bold.woff2') format('woff2'), url('../fonts/TitilliumWeb-Bold.woff') format('woff'), url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box
}

strong {
    font-family: 'Titillium Bold';
}

p {
    line-height: 1.5
}

ul,
li,
p,
h4,
h6,
h5,
h2,
h3,
h1,
ol {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover {
    color: inherit
}

li {
    list-style: none
}

img {
    max-width: 100%
}

a {
    transition: all .3s
}

input {
    font-family: 'Oswald';
}

body {
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-family: 'Titillium Regular';
    font-weight: normal;
    color: #fff;
    line-height: normal;
    background: #000000
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-wrap {
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.justify-content-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
}

.justify-content-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

.justify-content-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.align-items-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.align-content-center {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
}

.align-content-between {
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
}

h1 {
    font-family: 'Philosopher Bold';
    font-size: 58px;
    color: #000;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -1.08px;
}

h2 {
    font-family: 'Philosopher Bold';
    font-size: 52px;
    color: #000;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -1.08px;
}

h3 {
    font-family: 'Philosopher Bold';
    font-weight: 300;
    font-size: 48px;
    color: #000000;
    line-height: 1.08
}

h4 {
    font-size: 21px;
    font-family: 'Lato Bold';
    line-height: 28px;
    line-height: normal
}
.news-button {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    align-items: flex-start;
}

.news-button a{
    margin-bottom: 20px;
}

/*h5 {
    font-size: 16px; color: #878995; font-family: 'Roboto Regular'; line-height: normal; font-weight: 400
}

h6 {
    color: #3849C6; font-size: 14px; font-family: 'Montserrat Medium'; line-height: normal;font-weight: 500;
}*/

.header {
    background: #ffffff;
    position: relative
}

.header .container {
    height: 80px;
}

.menu ul li {
    color: #000;
    padding: 0 20px;
    font-family: 'Philosopher Bold';
}

.menu ul li:hover {
    color: #bd9943
}

.menu ul li a {
    color: inherit !important
}

.menu ul {
    margin: 0 -20px
}

.hero-Slider .SliderIn {
    height: 790px
}

.SliderIn img {
    height: 100%;
    width: 100%;
    object-position: bottom center;
    object-fit: cover
}

.educatorBox {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33%;
    height: 400px;
    background: url('https://wfh0321.upupload.com/blog71340/0lxfy149a871340/wp-content/uploads/2021/04/jail.png');
    background-position: center bottom;
    background-attachment: fixed;
}


/*.educator-composer {
    padding: 0 70px
}*/

.boxIN {
    height: 285px;
    text-align: center;
    width: 100%;
    padding: 15px 40px 15px 70px;
    background: #000
}

.boxIN p,
.boxIN h3 {
    width: 100%;
    text-align: left;
    margin-bottom: 35px;
    line-height: 1.2
}

.educatorBox h3 , .educatorBox h4{
    color: #ffffff;padding-bottom:5px;
}
.educatorBox h3 , .educatorBox p.subtext{
    color: #ffffff;padding-bottom:5px;
}
.roseLove .educatorBox h4 {
    color: #000000; padding-bottom:5px;
}
.educatorBox h4 + .btn{ margin-top:35px;}
.educator-composer .educatorBox:nth-child(2) {
    background: url('https://wfh0321.upupload.com/blog71340/0lxfy149a871340/wp-content/uploads/2021/04/jai2l.png');
    background-position: center bottom;
    background-attachment: fixed;
}

.educator-composer .educatorBox:nth-child(2) .boxIN {
    background: #bd9943;
}

.roseLove {
    background: #fff
}

.roseLove .educatorBox {
    height: auto;
    padding: 35px 0px;
    color: #000;
}

.roseLove .educatorBox:first-child > div {
    border: 0
}

.roseLove .educatorBox > div {
    padding: 35px 70px;
    border-left: 1px solid #000;
    height: 100%
}

.btn {
    height: 46px;
    padding: 0 55px;
    border-radius: 4px;
    background: transparent!important;
    border: 2px solid #bd9943;
    line-height: 40px;
    display: inline-block;
    color: #fff !important
}

.btn:hover {
    background: #bd9943!important;
}

.listen-btn {
    color: #fff;
    background: #bd9943!important;
    line-height: 36px;
    height: 36px;
    border: 0
}

.news-sec .btn:hover,
.listen-btn:hover {
    background: #000 !important;
    color: #fff !important
}

.learn-btn2 {
    border-color: #000 !important;
}

.learn-btn2:hover {
    background: #000 !important;
    color: #fff !important
}

h4 {
    font-family: 'Philosopher Bold';
    font-size: 28px;
    line-height: 1.2;
}

.roseLove h4 {
    padding-bottom: 5px
}

.roseLove p {
    padding-bottom: 35px
}

.footer ul {
    padding-bottom: 40px
}

.footer ul li {
    padding: 0 15px
}

.footer ul li a {
    display: block;
    width: 42px;
    height: 42px;
    color: #bc9943;
    border: 2px solid #bc9943;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px
}

.footer {
    text-align: center;
    padding: 30px 0 50px
}

.footer p {
    padding-bottom: 20px;
    color: #bd9943
}

.footer p:last-child {
    padding-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat Regular';
    padding-top: 30px
}

.footer p a {
    color: inherit!important
}

.footer {
    background-image: url('../images/f_bg.png');
    background-repeat: no-repeat;
    background-position: center left 70px
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 35px
}

.contact-form {
    background: #fff;
    padding: 60px 0 45px;
    color: #000
}

.form-group label {
    width: 100%;
    display: block;
    font-family: 'Titillium Bold';
    margin-bottom: 10px
}

.form-control {
    border: 1px solid #cccccc;
    height: 55px;
    padding: 0 15px;
    width: 100%;
    outline: none
}

.form-group {
    padding: 0 25px;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px
}

.contact-form form {
    max-width: 1100px;
    margin: 0 auto
}

.form-group.half {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%
}

textarea.form-control {
    height: 140px;
    padding: 10px 15px
}

.captcha {
    text-align: center
}

.contact-form input[type="submit"] {
    width: 235px;
    font-family: 'Titillium Bold';
    font-size: 21px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    transition: all .3s;
    color: #000 !important
}

.contact-form input[type="submit"]:hover {
    color: #fff!important
}

.news-sec {
    padding: 60px 0px 0;
    background: #bd9943;
    color: #fff
}

.news-sec .btn {
    border-color: #000
}

.newsright,
.newsleft {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-bottom: 170px;
    ;
    padding: 0 70px 170px
}

.newsleft p {
    font-size: 40px;
    line-height: 55px;
    font-family: 'Philosopher Bold';
}

.newsright p {
    padding-bottom: 35px;
    font-size: 52px;
    font-family: 'Philosopher Bold';
    line-height: 1
}

.newsright {
    padding-left: 100px;
  /*  background-image: url('https://wfh0321.upupload.com/blog71340/0lxfy149a871340/wp-content/uploads/2021/04/jai2l.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-repeat: repeat-x;*/
}
.newsright {
    position: relative;
}
.newsright:before {
        content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    background-image: url('https://wfh0321.upupload.com/blog71340/0lxfy149a871340/wp-content/uploads/2021/04/jai2l.png');
    background-attachment: fixed;
    bottom: 0;
    left: 0;
}
.newsleft {
    padding-right: 50px;
}

.media-left {
    background: #fff;
    background-image: url('https://wfh0321.upupload.com/blog71340/0lxfy149a871340/wp-content/uploads/2021/04/media-bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33%;
    height: 115px;
}

.media-right {
    flex: 0 0 66.67%;
    max-width: 66.67%;
    width: 66.67%;
    padding: 0 40px
}

.media-right p {
    font-size: 32px;
    font-family: 'Philosopher Bold';
    color: #bd9943
}

.about {
    background: #040707;
    padding-top: 90px;
    border-top: 20px solid #fff
}

.about .newsright {
    background-image: none !important;
    position: relative;
    padding-bottom: 200px;
    padding-left: 250px
}

.about .newsright:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    background-image: url('https://wfh0321.upupload.com/blog71340/0lxfy149a871340/wp-content/uploads/2021/04/jail.png');
    /*background-repeat: no-repeat;
    background-position: bottom left;
    background-repeat: repeat-x;*/
    background-attachment: fixed;
    bottom: 0;
    left: 0
}

.about .btn {
    border-color: #bd9943
}

.line {
    max-width: 100%;
    width: 535px;
    height: 5px;
    display: block;
    background: #bd9943;
    margin-bottom: 40px
}

.about .newsleft {
    padding: 30px 115px 0 100px
}

.about .newsleft p {
    font-size: 21px;
    line-height: 24px;
    font-family: 'Titillium Regular';
}

#site-content {
    color: #fff
}

#site-content h2,
#site-content h2 a,
#site-content h1,
#site-content h1 a {
    color: #fff;
}

#site-content h2 {
    padding-bottom: 10px;
}

.page-not-found {
    padding: 80px 0 160px;
    color: #fff;
    text-align: center
}

.page-not-found h1 {
    color: #fff;
    padding-bottom: 30px
}

.page-not-found form {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-not-found form input[type="search"] {
    height: 40px;
    border: 0;
    background: #fff;
    padding: 0 15px;
    outline: none;
    font-size: 18px;
    font-family: 'Titillium Regular';
    margin: 0 15px
}

.page-not-found form input[type="submit"] {
    height: 40px;
    border: 0;
    padding: 0 20px;
    color: #fff;
    font-family: 'Titillium Regular';
    font-size: 18px
}

.post-meta {
    display: flex;
    justify-content: center;
    padding-bottom: 15px
}

.comment-reply a {
    background: transparent
}

.comment-respond {
    max-width: 500px;
    margin: 0 auto;
    padding: 25px 0
}

.comment-respond label {
    display: block;
}

.comment-respond textarea,
.comment-respond input {
    font-family: 'Titillium Regular';
    width: 100%;
    height: 44px;
    border: 0;
    background: #fff;
    margin-bottom: 15px
}

.comment-respond input[name="submit"] {
    border: 0;
    outline: none;
    height: 44px;
    padding: 0 25px;
    color: #fff;
    font-size: 21px
}

.comment-respond textarea {
    height: 120px
}

.comment-respond input[type="checkbox"] {
    width: auto;
    height: auto;
    float: left;
    width: 15px;
    margin-top: 5px;
}

.comment-form-cookies-consent {
    display: flex
}

.comment-form-cookies-consent label {
    display: inline-block;
    float: left;
    width: calc(100% - 18px);
    margin-bottom: 20px
}

.captcha > div {
    display: inline-block
}

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


/*+++++++++++++++++ Inner Pages +++++++++++++++++*/

.menu ul li.current_page_item  ,
.menu ul li.active {
    color: #bd9943
}

.banner h1 {
    font-size: 60px;
    color: #bd9943;
    padding-bottom: 50px
}

.banner {
    min-height: 680px;
}

.banner-left-in {
    padding-bottom: 100px;
    background: #040707
}

.banner .banner-left {
    width: 550px;
    flex: 0 0 550px;
    max-width: 550px;
    height: 100%;
    padding: 50px 60px 50px 70px;
    background: #040707;
    position: relative
}

.banner .banner-left p {
    font-size: 21px;
    padding-bottom: 20px;
}

.banner .banner-right {
    width: calc(100% - 550px);
    flex: 0 0 calc(100% - 550px);
    max-width: calc(100% - 550px);
   /* height: 100% */
}

.banner .banner-right img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.newsleft a.about-quotes-link {
    color: #b79951;
}
.pattern {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 0;
    background: url('../images/white-pattern.jpg');
    height: 115px;
    background-attachment: fixed;
}

.orchestra {
    background: #fff;
    color: #040707;
    overflow: hidden
}

.orchestraLeft {
    flex: 0 0 42.5%;
    max-width: 42.5%;
    padding-right: 100px
}

.orchestraRight {
    flex: 0 0 57.5%;
    max-width: 57.5%;
}

.orchestra-row {
    padding: 45px 70px 115px;
    border-bottom: 3px solid #040707;
    background-color: #ffffff;
}

.orchestra-row h4 {
    padding-bottom: 10px;
    font-size: 35px;
    color: #bd9943
}

.orchestra-row p {
    padding-bottom: 20px;
    font-size: 18px;
}

.orchestra-row ul {
    padding-bottom: 25px
}

.orchestra-row ul li {
    font-size: 18px;
    font-family: 'Philosopher Bold';
    padding-left: 0;
    line-height: 1.2
}

.orchestra-row p span {
    font-family: 'Philosopher Bold';
    font-size: 21px
}

.orchestra-row .btn {
    margin-top: 15px
}

.orchestra-row ul li:before {
    content: '-';
    padding-right: 5px
}

.iframeBox {
    height: 400px;
    width: 100%;
    max-width: 800px;
    position: relative;
    z-index: 1
}

.iframeBox iframe {
    height: 100%;
    width: 100%;
}

.iframe-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -140px;
    bottom: -50px;
    background: #bd9943;
    z-index: -1;
    background-image: url('../images/jail.png');
    background-attachment: fixed;
}

/*.orchestra .orchestra-row:last-child {*/
/*    border-bottom: 0*/
/*}*/

.educator-media {
    position: relative;
    padding-bottom: 30px
}

.educator-media:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 30px;
    left: 0;
    width: 100%;
    background: #fff
}

.educator {
    border: 0
}

.educator .line {
    max-width: 330px
}

.newsleft p {
    padding-bottom: 25px
}

.newsleft p:last-child {
    padding-bottom: 0
}

.lessons {
    background: #bd9943
}

.lessons .btn {
    border-color: #040707
}

.lessons .line {
    background: #040707
}

.list-top {
    border-top: 20px solid #fff;
    background: #040707;
    padding: 50px 0 30px;
    text-align: center;
    color: #bd9943;
}

.list-top h2 {
    font-size: 40px;
    color: #bd9943
}

.list-top ul li {
    font-size: 35px;
    padding: 0 20px;
    position: relative
}

.list-top ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    height: 26px;
    width: 2px;
    background: #bd9943
}

.list-top ul li:first-child:before {
    display: none
}

.banner .banner-left {
    padding: 0 60px 0 70px
}

.banner-left-in {
    padding: 50px 0 160px;
}

.media-space {
    padding-top: 25px
}

.media-space .newsleft {
    padding-bottom: 0;
    width: calc(100% - 550px);
    flex: 0 0 calc(100% - 550px);
    max-width: calc(100% - 550px);
}

.media-space .newsright:before {
    display: none
}
.media-space .newsright {
    padding-bottom: 130px;
    /*background-image: url(../images/media-bg.png);
    background-position: bottom left;
    background-size: auto 100px;*/
    width: 550px;
    flex: 0 0 550px;
    max-width: 550px;
    padding: 0 20px 130px 65px;
        background-attachment: fixed;
}

.media-space .newsright p {
    font-size: 28px;
    padding: 0px 0 15px
}

.media-space .newsright p:last-child {
   /* text-decoration: underline !important;*/
}
.media-space .newsright p a{color: inherit!important}
.media-space .newsright p a.email{text-decoration: underline !important;}
.banner .banner-right {font-size: 0;overflow: hidden}

.banner {overflow: hidden}
.meta-text a ,
.entry-categories a,
.color-accent {
    color: #bd9943 !important
}
.post-meta li {
    padding: 0 5px;
        font-size: 17px;
}
.post-meta li span{padding: 0 4px; display: inline-block}
.meta-icon svg {fill : #bd9943 !important; display: inline-block; vertical-align: middle}
.list-top ul li a {color: inherit!important}


.resume_btn {
        background: #bd9943 !important;

}
  .logo img {
        max-height: 72px
    }
 .logo {
    font-size: 0   
 }
.about-banner.banner .banner-right ,
.about-banner.banner .banner-left {
	flex:0 0 50%;
	max-width: 50%;
	width: 50%;
}
.about-banner.banner .banner-left p {
	font-size: 18px;
	padding-bottom: 18px;
}


.padd_btm {padding-bottom: 15px;}
.banner-left-in-show-more {
    display: none; padding-bottom: 160px;
}
.banner-left-in-show-more p {
    color:#fff   
}
.less_btn {display :none}