@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;800;900&display=swap');

/*font-family: 'Montserrat', sans-serif;*/

* {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clear:after {
    clear: both;
    position: relative;
    display: table;
    width: 100%;
    content: "";
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

body {
    margin: 0;
    background: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a,
img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}


/**header**/

header {
    color: #000;
    position: relative; z-index: 123;
}

.head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.head .logo {
    width: auto;
    position: absolute;
    top: -28%;
    left: 0;
    z-index: 120;
}

.head .logo img {
    max-width: 184px;
}

.headerRight {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.headerRight .menu {
    padding: 0;
    margin: 0 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu li {
    margin: 0 5px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    background: none;
}

.menu li a {
    text-decoration: none;
    font-size: 22px;
    color: #fcee38;
    font-weight: 600;
    display: inline-block;
    padding: 30px 15px;
    position: relative;
    z-index: 1;
}

.menu li:hover a {
    color: #fff;
}

.menu li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #e31e24;
    transition: all 0.5s ease-in-out 0s;
}

.menu li:hover:after {
    height: 100%;
}

.logsign {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.logsign li {
    margin: 0 4px;
}

.logsign a {
    padding: 5px 12px;
    border-radius: 7px;
    background: transparent;
    border: 2px solid #fcee38;
    color: #fcee38;
    text-decoration: none;
    display: block;
    font-weight: 600;
}

.logsign a:hover {
    background: #e31e24;
    color: #fff;
    border: 2px solid #e31e24;
}


/**banner**/

.banner {
    position: relative;
    z-index: 122;
}

.banner img {
    width: 100%;
}

.content-holder {
    padding: 60px 0;
    background: #ffed00;
}

.content-holder h3 {
    font-size: 30px;
    letter-spacing: 3px;
    color: rgba(172, 21, 17, 99%);
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.content-holder p {
    color: rgba(172, 21, 17, .90);
    text-align: center;
}

.bannerslider .item {
    position: relative;
}

.bannerContent {
    position: absolute;
    left: 50%;
    max-width: 1170px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.bannerContent h2 {
    position: relative;
    transition: all 1s ease-in-out 1s;
    font-size: 70px;
    line-height: 70px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffed00;
    letter-spacing: 5px;
    text-shadow: 4px 3px 3px #e31e24;
    margin: 0;
    top: -20px;
    opacity: 0;
}

.inner-banner .bannerContent h2 {
    font-size: 50px;
    line-height: 50px;
}

.active .bannerContent h2 {
    top: 0;
    opacity: 1;
}

.bannerslider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.bannerslider .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 10px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
}

.bannerslider .owl-dots .owl-dot.active {
    background: #e1323f;
}

.bannerSearch {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.inner-banner .bannerSearch{
        position: relative;
            background: #e41e23;
}

.bannerSearchContent {
    display: flex;
    background: #e41e23;
    padding: 15px;
}

.bannerSearchContent .form-group:nth-child(1) {
    width: 70%;
    margin-right: 0;
}

.bannerSearchContent .form-group:nth-child(2) {
    width: 30%;
}

.bannerSearchContent .form-group {
    margin: 0;
}

.bannerSearchContent input,
.bannerSearchContent select,
.bannerSearchContent .select {
    padding: 10px 10px;
    width: 100%;
    height: 58px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 17px;
    line-height: 33px;
}

.bannerSearchContent input:focus,
.bannerSearchContent select:focus {
    outline: none;
}

.bannerSearchContent input[type="submit"] {
    padding: 10px 45px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s;
    width: 100%;
}

.bannerSearchContent input[type="submit"]:hover {
    background: #ffed00;
    color: #000;
    border: 1px solid #ffed00;
}

.bannerSearchContent .selectdiv {
    width: 30%;
    position: relative;
}

.bannerSearchContent form {
    width: 70%;
}

.bannerSearchContent .selectdiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
}

.bannerSearchContent .selectdiv ul li a {
    padding: 5px 10px;
    color: #000;
    display: block;
    text-decoration: none;
}

.bannerSearchContent .selectdiv ul li a:hover {
    background: #000;
    color: #fff;
}


/**radio**/

.radio {
    padding: 30px 0;
}

.radio .radio-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.radio .radio-holder .radio1 {
    width: 48%;
    margin: 5px;
    position: relative;
}

.radio .radio-holder .radio1 img {
    width: 100%;
}

.radio .radio-holder .radio1 audio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.programlistdiv .radio1 audio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.radio .radio-holder .radio2 {
    width: 48%;
    margin: 5px;
}

.radio .radio-holder .radio2 img {
    width: 100%;
}

.play {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #e31e24;
    border-radius: 50%;
    cursor: pointer;
    z-index: 12;
}

.play:after {
    position: absolute;
    content: "";
    left: calc(50% + 10px);
    top: 50%;
    transform: translate(-50%, -50%);
    border-left: 15px solid #fff;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    padding: 0 0;
    transition: 0.5s;
}

.play.active:after {
    position: absolute;
    content: "";
    left: calc(50% + 0px);
    top: 50%;
    transform: translate(-50%, -50%);
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    padding: 15px 5px;
}

#bars {
    height: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bar {
    background: #E20074;
    bottom: 1px;
    height: 60px;
    width: 8px;
    /*animation: sound 0ms -800ms linear infinite alternate;*/
    position: relative;
    margin: 0 5px;
}

.animate .bar {
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
        opacity: .35;
        height: 5px;
    }
    100% {
        opacity: 1;
        height: 60px;
    }
}

.bar:nth-child(1) {
    animation-duration: 474ms;
}

.bar:nth-child(2) {
    animation-duration: 433ms;
}

.bar:nth-child(3) {
    animation-duration: 407ms;
}

.bar:nth-child(4) {
    animation-duration: 458ms;
}

.bar:nth-child(5) {
    animation-duration: 400ms;
}

.bar:nth-child(6) {
    animation-duration: 427ms;
}

.bar:nth-child(7) {
    animation-duration: 441ms;
}

.bar:nth-child(8) {
    animation-duration: 419ms;
}

.bar:nth-child(9) {
    animation-duration: 487ms;
}

.bar:nth-child(10) {
    animation-duration: 442ms;
}

​
/**sectionone**/

.abc {}

h2.title {
    text-align: center;
    padding: 0 0 15px;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

h2.title:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: #fff;
    width: 150px;
    height: 3px;
}

.sectionone {
    padding: 50px 0;
}

.sectionone .item img {
    height: auto;
    object-fit: cover;
}

.sectionone .item {
    position: relative;
    padding: 10px;
    background: #fff;
}

.sectionone .content p {
    z-index: 100;
    margin: 0;
    font-size: 16px;
}

.sectionone .item .content {
    padding: 10px;
}

.sectionone .item .content h4 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.sectionone .owl-prev span {
    font-size: 50px;
    position: absolute;
    top: 34%;
    left: -8%;
    transform: translate(-10%, -50%);
    color: #fff;
}

.sectionone .owl-next span {
    font-size: 50px;
    color: ;
    position: absolute;
    top: 34%;
    right: -8%;
    transform: translate(-10%, -50%);
    color: #fff;
}

.sectionone {
    padding: 30px 0;
    position: relative;
}


/**find**/

.find {
    padding: 40px 0;
}

.find h5 {
    text-align: center;
    color: #fff;
    font-size: 35px;
}

.find p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.find .us {
    display: flex;
    justify-content: center;
    align-items: center;
}

.find .us .fi {
    width: 32%;
    margin: 10px;
}

.find .us .fi ul {
    margin: 0;
    padding: 0;
}

.find .us .fi li {
    display: inline-block;
    vertical-align: top;
}

.find .us .fi li a {
    text-decoration: none;
}

.find .us .fi li h3 {
    color: #fff;
    font-size: 25px;
}

.find .us .fi li span {
    color: #fff;
    font-size: 15px;
}


/**testimonial**/

.addsec {
    padding: 50px 0;
}

.adddiv img {
    width: 100%;
}


/**footer**/

.footer {
    padding: 50px 0 0;
    background: #171717;
    color: #fff;
    font-size: 16px;
}

.footer .last {
    display: flex;
}

.footer .last .end {
    width: 24%;
    margin-right: 30px;
}

.footer .last .end:first-child {
    width: auto;
}

.footer .last .end:last-child {
    margin-right: 0;
}

.footer .last .end h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
    color: #ffed00;
}

.footer .last .end ul {
    padding: 0;
    margin: 0;
}

.footer .last .end li {
    display: block;
    margin: 10px 0;
}

.footer .last .end li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: flex-start;
}

.footer .last .end span {
    display: inline-block;
}

.footer .last .end img {
    margin-right: 10px;
}

.footer .last .end .sos li {
    display: inline-block;
    margin: 10px;
}

.footerBottom {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 2px solid #ddd;
    font-size: 14px;
    text-align: center;
}

.footerBottom p {
    margin: 0;
}

.footer .last .end .sos li a {
    font-size: 35px;
    color: #ffed00;
}

.footer .last .end .sos li:hover a {
    color: #e31e24;
}


/**commonmodal**/

.commonmodal input,
.commonmodal textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    color: #000;
}

.commonmodal button[type="submit"] {
    display: table;
    margin: 0 auto;
    padding: 10px 25px;
    background: #e1323f;
    color: #fff;
    border: none;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    transition: 0.5s;
    cursor: pointer;
}

.commonmodal button[type="submit"]:hover {
    background: #000;
    color: #ffed00;
}

.commonmodal textarea {
    height: 80px;
}

.commonmodal .modal-header {
    background: #e1323f;
}

.commonmodal .modal-body {
    border-bottom: 8px solid #e1323f;
}

.commonmodal .modal-header h5 {
    color: #fff;
}

.commonmodal .form-group {
    margin: 0;
}

.form-inline .form-group {
    width: 49%;
    margin-right: 8px;
}

.form-inline .form-group:last-child {
    margin: 0;
}

.commonmodal .close {
    color: #fff;
    opacity: 1;
    padding: 0;
    margin: 0;
    right: 10px;
    font-size: 35px;
    top: 10px;
    position: absolute;
}

.commonmodal .close:focus {
    outline: none;
}


/**membership**/

.inner-banner .bannerContent h2 {
    opacity: 1;
}

.membership_sec {
    padding: 90px 0;
}

.membershipDiv {
    text-align: center;
    background: linear-gradient(45deg, #fff 43%, #f5f5f5 100%);
    border-radius: 10px;
    padding: 30px 0;
    position: relative;
    color: #000;
    transition: 0.5s;
}

.membershipDiv:hover {
    color: #fff;
}

.membershipDiv:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background: #e41e23;
    border-radius: 10px;
    transform: translate(-50%, 0);
    transition: 0.5s;
    opacity: 0;
}

.membershipDiv:hover:before {
    transform: translate(-50%, 0);
    width: 100%;
    opacity: 1;
}

.membershipDiv .top {
    padding: 20px;
    background: #e41e23;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.membershipDiv:hover .top {
    background: #fff;
}

.membershipDiv .content {
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.membershipDiv h2 {
    font-size: 30px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 12px;
    transition: 0.5s;
}

.membershipDiv:hover h2 {
    color: #e41e23;
}

.membershipDiv h3 {
    font-size: 25px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #efff00;
    margin: 0;
    transition: 0.5s;
}

.membershipDiv:hover h3 {
    color: #139e17;
}

.membershipDiv ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0 15px;
    text-align: left;
}

.membershipDiv ul li {
    margin: 0 0 14px;
    position: relative;
    padding: 0 0 0 20px;
}

.membershipDiv ul li:before {
    background: #139e17;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    transition: 0.5s;
}

.membershipDiv:hover ul li:before {
    background: #efff00;
}

button[type="submit"],
.read,
input[type="submit"],
.contactform input[type="submit"],.log_reg_form input[type="submit"] {
    display: table;
    margin: 0 auto !important;
    float: none;
    padding: 12px 25px;
    background: #e1323f;
    color: #fff;
    border: none;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    transition: 0.5s;
    cursor: pointer;
    width: auto;
}

.read1 {
    display: inline-block;
}

.read {
    padding: 8px 15px;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
}

button[type="submit"]:hover,
.read:hover,
input[type="submit"]:hover,
.contactform input[type="submit"]:hover ,.log_reg_form input[type="submit"]:hover{
    background: #000;
    color: #ffed00;
    text-decoration: none;
}

.membershipDiv:hover button[type="submit"] {
    background: #fff;
    color: #e31e24;
}

.read1:hover {
    background: #ffed00;
    color: #e1323f;
}

.contact_sec {
    padding: 90px 0;
}

.contacthold {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contacthold .contactform {
    width: 48%;
    padding: 25px;
    background: linear-gradient(45deg, #ffed00 35%, #f51c1c 100%);
    border-radius: 10px;
}

.wpcf7-form .math-quiz {
    display: block;
    margin: 0 0 15px;
}

.wpcf7-form .math-quiz label {
    margin: 0;
    display: flex;
    align-items: center;
}

.wpcf7-form .math-quiz .wpcf7-quiz-label+input {
    margin: 0;
}

.wpcf7-quiz-label {
    margin-right: 10px;
}

.contactform .form-group {
    margin: 0;
}

.contactform input,
.contactform textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    margin: 0 0 20px;
}

.wpcf7-not-valid {
    border: 1px solid #f00 !important;
}

.wpcf7-not-valid::-webkit-input-placeholder {
    color: red;
}

.wpcf7-not-valid:-ms-input-placeholder {
    color: red;
}

.wpcf7-not-valid::placeholder {
    color: red;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.contactform textarea {
    height: 80px;
}

.contacthold .contactRight {
    width: 48%;
    padding: 0 25px;
}

.contactform .form-inline {
    display: flex;
    justify-content: space-between;
}

.contactform .form-inline .form-group {
    width: 49%;
}

.contacthold .map {
    width: 100%;
    margin-top: 50px;
}

.contactRight .cont {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.contactRight .cont li {
    margin: 0 0 35px;
}

.contactRight .cont a {
    color: #fff;
}

.contactRight .cont .ico {
    width: 30px;
    margin-right: 10px;
    display: inline-block;
}

.contactRight .cont .ico img {
    max-width: 100%;
}

.map iframe {
    width: 100%;
    height: 250px;
}

.contactRight .social {
    list-style: none;
    margin: 0 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255);
}

.contactRight .social li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.contactRight .social li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    color: #e1323f;
}

.contactRight .social li a:hover {
    background: #ffed00;
    color: #000;
}

.contactRight .social li a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.program_sec {
    padding: 90px 0;
}

.program_div {
    padding: 10px;
    background: #ffed00;
    border-radius: 10px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    height: 100%; 
}
.program_div.episode_div.single_episode_div{
    height: auto;
    display: block;
    flex-direction: inherit;
}

.program_div .pg_img {
    display: block;
    margin: 0 0 15px;
}

.program_div .pg_img img {
    width: 100%;
    /*height: 250px;*/
    object-fit: cover;
    object-position: center 0;
}

.program__deyails_sec .program_div .pg_img img {
    /*height: 400px;*/
}

.program_div .content {
    position: relative;
    background: #fff89c;
    padding: 10px;
    height: 100%;
}

.program_div .time {
    font-size: 15px;
    background: #e41e23;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    top: -40px;
    right: 10px;
}

.program_div .director {
    display: block;
    font-weight: 600;
    font-style: italic;
    margin: 0 0 10px;
    color: #00589c;
}

.program_div h4 {
    font-weight: bold;
    margin: 0 0 5px;
    color: #e41e23;
}

.program__deyails_sec .program_div h4 {
    margin: 0 0 15px;
}

.program_div p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.program__deyails_sec .program_div p {
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    overflow: auto;
}

.program_sec .row>div {
    margin: 0 0 20px;
}

.social {
    list-style: none;
    margin: 0 0 0 0;
    text-align: center;
}

.social li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.program__deyails_sec .content .social li {
    padding: 0;
    margin: 0 10px 0 0;
}

.program__deyails_sec .content .social li:before {
    display: none;
}

.social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    color: #e1323f;
    box-shadow: 1px 1px 2px 1px #ddd;
}

.social li a:hover {
    background: #ffed00;
    color: #000;
}

.social li a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.program__deyails_sec {}

.program__deyails_sec .program_div {
    background: #fff;
    padding: 15px;
}

.program__deyails_sec .content {
    background: none;
    padding: 0;
}

.program__deyails_sec h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.program__deyails_sec ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}

.program__deyails_sec ul li {
    margin: 0 0 14px;
    position: relative;
    padding: 0 0 0 20px;
}

.program__deyails_sec ul li:before {
    background: #139e17;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    transition: 0.5s;
}

.programlist {}

.programlistdiv {
    background: #202020;
    padding: 15px;
    height: 100%;
}

.program__deyails_sec .programlistdiv .img {
    position: relative;
    margin: 0 0 10px;
    display: block;
}

.programlistdiv .img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center 0;
}

.programlistdiv .show {}

.program__deyails_sec .programlistdiv h4 {
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 5px;
    color: #feed01;
}

.program__deyails_sec .programlistdiv h5 {
    text-transform: capitalize;
    font-size: 15px;
    margin: 0 0 5px;
    color: #01fedb;
}

.programlistdiv hr {
    margin: 10px 0;
    background: #3e3e3e;
    height: 2px;
}

.program__deyails_sec .likeshare,
.likeshare {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
    border-radius: 0;
}

.program__deyails_sec .likeshare li,
.likeshare li {
    padding: 0;
    margin: 0;
}

.program__deyails_sec .likeshare li:before {
    display: none;
}

.likeshare li a ,.shareholder{
    color: #feed01;
    font-size: 20px;
}

.likeshare li .count {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 5px;
}

.play1 {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #e31e24;
    border-radius: 50%;
    cursor: pointer;
    z-index: 12;
}

.play1:after {
    position: absolute;
    content: "";
    left: calc(50% + 7px);
    top: 50%;
    transform: translate(-50%, -50%);
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    padding: 0 0;
    transition: 0.5s;
}

.play1.active:after {
    position: absolute;
    content: "";
    left: calc(50% + 0px);
    top: 50%;
    transform: translate(-50%, -50%);
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    padding: 15px 5px;
}

.episode_sec {
    padding: 90px 0;
}

.episode_div .pg_img {
    position: relative;
    overflow: hidden;
}

.episode_div audio {
    position: absolute;
    opacity: 0;
    left: 0;
}

.episode_div .pg_img img {
    height: auto;
}

.episode_div .social {
    padding: 0;
    text-align: left;
    margin: 10px 0;
}

.episode_div .likeshare li a,.episode_div .likeshare .shareholder {
    color: #e41e23;
}

.shareholder{position: relative;}
.shareholder ul{list-style: none; margin: 0; padding: 0 15px 0 0; position: absolute; right:100%; top: 0;
    display: flex; opacity: 0; transition: 0.5s;
}

.shareholder:hover >ul{opacity: 1;}
.shareholder ul li{margin: 0 5px !important;}

.episode_div .likeshare li .count {
    color: #e41e23;
}

.episode_sidebar .programlistdiv {
    display: flex;
    border: 2px solid #d62323;
    margin: 0 0 10px;
        align-items: flex-start;
}
.episode_sidebar .programlistdiv{height: auto;}

.episode_sidebar {
    height: 100%;
    overflow: auto;
}

.episode_sidebar::-webkit-scrollbar {
    width: 5px;
}

.episode_sidebar::-webkit-scrollbar-track {
    background: #e41e23;
}

.episode_sidebar::-webkit-scrollbar-thumb {
    background: #ffed00;
}

.episode_sidebar .programlistdiv .img {
    display: block;
    position: relative;
}

.episode_sidebar .programlistdiv .img img {
    height: 140px;
}

.episode_sidebar .programlistdiv .content {
    padding: 10px;
}

.episode_sidebar .programlistdiv h4 {
    color: #feed01;
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: bold;
    text-transform: capitalize;
}

.episode_sidebar .programlistdiv h5 {
    color: #fff;
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: 600;
    text-transform: capitalize;
}


/**menu**/

.menu1 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    display: none;
}

.menu1 .menubtn {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/menu.png) no-repeat 0 0;
}

.menu1 .menubtn:hover {
    background: url(../images/menu1.png) no-repeat 0 0;
}

.menuholder {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 123;
    width: 250px;
    height: 100%;
    transition: 0.5s;
}

.menuholder:after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}

.menuholder>div {
    position: relative;
    z-index: 2;
    height: 100%;
    background: #ffed00;
}

.menuholder {
    right: -250px;
}

.menuholder.menuholderadd {
    right: 0;
}

.menuholder.menuholderadd:after {
    opacity: 1;
    pointer-events: initial;
}

.menuholder.menuholderadd .cross {
    display: inline-block;
}

.menuholder .cross {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/cross.png) no-repeat 0 0;
    position: absolute;
    left: -41px;
    top: 18px;
    display: none;
}

.menuholder h3 {
    margin: 0;
    padding: 12px 10px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    background: #e31e24;
    color: #fff;
}

.menuholder ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menuholder ul li {
    border-bottom: 1px dashed rgba(255, 0, 0, 0.5);
    position: relative;
}

.menuholder ul li a {
    display: block;
    padding: 8px 12px;
    color: #e31e24;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

.menuholder ul li a:hover {
    background: #1d8a34;
}

.secone .owl-prev,
.sectwo .owl-prev {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0, -50%);
}

.secone .owl-next,
.sectwo .owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
}


/**log_reg_form**/
.inner-banner >img{height: 250px; object-fit: cover;}
.log_reg_sec {
    padding: 50px 0;
    position: relative;
}

 
.log_reg_form {
    width: 600px;
    margin: 0 auto;
    padding: 10px;
    background: linear-gradient(45deg, #ffed00 35%, #f51c1c 100%);

  /*  background: url(../images/radio1.jpg) no-repeat 0 center;
    background-size: cover;*/
    border-radius: 10px; 
    z-index: 1;  
}

.log_reg_form .form-inline {
    display: flex;
    justify-content: space-between;
}

.log_reg_form .form-group {
    margin: 0;
}
.lost_password,.havean_account{text-align:center;}
.ur-frontend-form .ur-button-container{display: inline-block; width: 100%;}
.lost_password a,.havean_account a{display: inline-block; text-decoration: none; font-weight: 600; color: #000;}
.lost_password a:hover,.havean_account a:hover{color: #c33333;}
#user-registration{background: none; box-shadow: none; margin: 0;}
.log_reg_form label.user-registration-form__label-for-checkbox{margin-top: 15px !important;}
.ur-frontend-form {border: none; background: none;}
.log_reg_form .form-row{display: inline-block; width: 100%; margin: 0;}
.log_reg_form .ur-form-grid >*{display: inline-block; width: 100%; margin: 0;}
.log_reg_form label{display: block; margin: 0 0 12px !important; font-weight: 700; text-transform: capitalize;}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item{
    margin: 0;
}
.log_reg_form input,
.log_reg_form textarea,
.log_reg_form select {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    margin: 0 0 15px;
}
.log_reg_form input[type="checkbox"]{width: auto; margin: 0;}
.log_reg_form input[type="checkbox"] + span{font-weight: 400;}
.log_reg_form textarea {
    height: 80px;
}

.log_reg_form h3 {
    text-transform: capitalize;
    color: #000;
    margin: 0 0 15px;
    font-weight: bold;
    text-align: center;
    display: none;
}

.user-registration-MyAccount-navigation{}
.user-registration-MyAccount-navigation li{border-right: 1px solid #000;}
.user-registration-MyAccount-navigation li:last-child{border-right: none;}
.user-registration-MyAccount-navigation li a{background: #fff; color: #000;
    padding: 10px 15px !important;
    text-transform: uppercase;
}
.user-registration-MyAccount-navigation li.is-active a{background: #000 !important; color: #fff;}

.user-registration-error{
    background: #ec0f0f;
    color: #fff;
    border-color: #dc1414;
}
.user-registration-error a{
        font-weight: 600;
    color: #ffed00;
}
.user-registration-MyAccount-content h2 + .user-registration-profile-header + p{
    display: none;
}
#user-registration .user-registration-MyAccount-navigation, 
#user-registration.horizontal .user-registration-MyAccount-navigation{
    border-bottom: 1px solid #d01b23;
}
.ur-frontend-form  .legend,
#user-registration .user-registration-MyAccount-content .edit-password legend,
 #user-registration .user-registration-MyAccount-content h2{font-weight: 600; margin: 0 0 25px; text-align: center; text-transform: capitalize;}
#user-registration .user-registration-tips{color: #000;}
.user-registration-MyAccount-content a{color: #000; text-decoration: underline;}


.comments-area{
    background: #fff89c;
    padding: 10px;
    border:5px solid #ffed00;
    border-radius: 10px;
    margin: 0 0 25px;
}
.comments-area h3{
        font-weight: bold;
    margin: 0 0 10px;
    color: #e41e23;
    font-size: 25px; 
}
.comments-area a{    display: inline-block;
    color: #8e6407;
    text-decoration: none;
    font-weight: 500;
}
.comments-area label{font-weight: 600; text-transform: capitalize; margin: 0 0 10px; display: block;}
.comments-area input,
.comments-area textarea{width: 100%; }
.comments-area input[type="checkbox"]{width: auto; display: inline-block; vertical-align: top;}
.comments-area input[type="checkbox"] + label{
        display: inline-block;
    width: 88%;
    vertical-align: top;
    position: relative;
    top: -3px;
}
.comments-area input:focus,
.comments-area textarea:focus{outline: none;}
.comments-area textarea{ height: 100px;}

.searchres_sec{padding: 50px 0;}
.searchres_sec h3{text-align: center; color: #fff; margin: 0 0 25px; font-weight: 600;}
.searchres_sec ul{
    list-style: none; margin: 0; padding: 0; text-align: center; justify-content: center;
    display: flex; flex-wrap: wrap;
}
.searchres_sec ul li{padding: 6px 10px; background: #fff78c; 
 border:3px solid #ffed00; border-radius: 10px; margin:  5px;}
.searchres_sec ul li a{color: #e41e23; text-decoration: none; font-size: 16px; line-height: 20px;}
 
.user-registration  .user-registration-message{margin-bottom: 15px !important;}
.user-registration  .user-registration-message a{color: #000; font-weight: bold; text-decoration: underline;}
/*audio::-webkit-media-controls-play-button,
     audio::-webkit-media-controls-panel {
     background-color: #000;
     color: #000;
     } */

@media (max-width: 1200px) {
    .menu1 {
        display: inline-block;
    }
    .menu li a {
        font-size: 20px;
        padding: 25px 12px;
    }
    .secone,
    .sectwo {
        padding: 0 20px;
    }
    .secone .owl-prev,
    .sectwo .owl-prev {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    .secone .owl-next,
    .sectwo .owl-next {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    .inner-banner.banner img {
        height: 250px;
    }
    .contactRight .cont li span {
        display: inline-block;
        max-width: 80%;
        vertical-align: top;
    }

    .footer .last .end:nth-child(3){width: 15%;}
    .footer .last .end{margin-right: 15px;}
}

@media (max-width: 1023px) {
    .menu1 {
        display: inline-block;
    }
    .headerRight .menu {
        display: none;
    }
    .headerRight {
        padding: 15px 0;
    }
    .logsign {
        margin-right: 20px;
    }
    .head .logo img {
        max-width: 160px;
    }
    .banner img {
        height: 320px;
        object-fit: cover;
    }
    .bannerContent h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .bannerSearchContent {
        padding: 10px;
    }
    .bannerSearchContent input, .bannerSearchContent select, .bannerSearchContent .select {
        padding: 10px 10px;
        height: 50px;
        font-size: 14px;
        line-height: 18px;

    }
    .footer .last .end img {
        max-width: 120px;
    }
    .footer {
        font-size: 15px;
    }
    .inner-banner .bannerContent h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .program_div .pg_img img {
        height: auto;
    }
    .membershipDiv ul {
        padding: 0;
    }
    .membershipDiv ul li {
        padding: 0 0 0 15px;
        margin: 0 0 10px;
    }
    .membershipDiv ul li:before {
        width: 7px;
        height: 7px;
    }
    .membershipDiv .content {
        font-size: 15px;
    }
    .program_div.episode_div .pg_img img {
        height: auto;
    }
    .episode_sidebar .programlistdiv .img img {
        height: auto;
    }
    .episode_sidebar .programlistdiv {
        padding: 10px;
    }
    .episode_sidebar {
        height: 465px;
    }
}

@media (max-width: 767px) {
      .program_div .content, .program_div{height: auto;}
      .episode_sidebar{max-height:  700px; height: auto;}
    .head .logo {
        top: 0;
    }
    .head .logo img {
        max-width: 120px;
    }
    .bannerContent h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .footer .last {
        flex-wrap: wrap;
    }
    .footer .last .end,
    .footer .last .end:first-child {
        width: 100%;
        margin: 0 0 25px;
    }
    .footer .last .end:last-child {
        margin: 0;
    }
    .inner-banner .bannerContent h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .membership_sec .row>div {
        margin: 0 0 20px;
    }
    .membership_sec .row>div:last-child {
        margin: 0;
    }
    .contacthold .contactform {
        width: 100%;
        order: 2;
        margin-top: 25px;
    }
    .contacthold .contactRight {
        width: 100%;
        padding: 0;
        order: 1;
    }
    .contacthold .map {
        margin-top: 25px;
        order: 3;
    }
    .membership_sec,
    .episode_sec,
    .program_sec,
    .contact_sec {
        padding: 50px 0;
    }
    .episode_sec .row>div {
        margin: 0 0 25px;
    }
    .episode_sec .row>div:last-child {
        margin: 0;
    }
    .episode_sidebar .programlistdiv .content {
        width: 70%;
    }
}

@media (max-width: 600px){
    .user-registration-MyAccount-navigation li{
        border-right: none; border-bottom: 1px solid #000;
        box-shadow: none;
    }
    #user-registration .user-registration-MyAccount-navigation, #user-registration.horizontal .user-registration-MyAccount-navigation{
        border-bottom: none;
    }
}

@media (max-width: 576px) {
    .addsec .row>div {
        margin: 0 0 15px;
    }
    .addsec .row>div:last-child {
        margin: 0;
    }

     .bannerSearchContent {
        flex-wrap: wrap;
    }
    .bannerSearchContent .selectdiv{margin: 0 0  5px;}
    .bannerSearchContent .selectdiv,.bannerSearchContent form{width: 100%;}
    .bannerSearch {
        position: relative;
        background: #e41e23;
    }
    .bannerSearchContent .form-group:nth-child(1),
    .bannerSearchContent .form-group:nth-child(2),
    .bannerSearchContent .form-group {
        width: 100%;
        margin: 0 0 5px;
    }
    .bannerSearchContent .form-group:last-child {
        margin: 0;
    }
    .bannerSearchContent input,
    .bannerSearchContent select {
        height: 38px;
    }
}

@media (max-width: 479px) {
    .bannerSearchContent {
        padding: 10px 0;
    }
    .inner-banner.banner img {
        height: 180px;
    }
    .head .logo img {
        max-width: 80px;
    }
    .logsign {
        margin-right: 2px;
    }
    .logsign li {
        margin: 0 2px;
    }
    .logsign a {
        padding: 2px 10px;
        font-size: 15px;
    }
    .bannerSearchContent {
        flex-wrap: wrap;
    }
    .bannerSearchContent .selectdiv{margin: 0 0  5px;}
    .bannerSearchContent .selectdiv,.bannerSearchContent form{width: 100%;}
    .bannerSearch {
        position: relative;
        background: #e41e23;
    }
    .bannerSearchContent .form-group:nth-child(1),
    .bannerSearchContent .form-group:nth-child(2),
    .bannerSearchContent .form-group {
        width: 100%;
        margin: 0 0 5px;
    }
    .bannerSearchContent .form-group:last-child {
        margin: 0;
    }
    .bannerSearchContent input,
    .bannerSearchContent select {
        height: 38px;
    }
    .radio .radio-holder {
        flex-wrap: wrap;
    }
    .radio .radio-holder .radio1 {
        width: 100%;
        margin: 0 0 20px;
    }
    .radio .radio-holder .radio2 {
        width: 100%;
    }
    .sectionone .item img {
        height: 180px;
    }
    h2.title {
        font-size: 22px;
    }
    .bannerContent {
        top: 32%;
    }
    .inner-banner .bannerContent {top: 120px;}
    .inner-banner .bannerContent h2 {
        font-size: 25px;
    }
    .log_reg_form {
        max-width: 300px;
    }
}