.inner-banner {
    height: 350px;
    background-image: url(../images/inner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.inner-banner.about-banner {
    background-image: url(../images/about-banner.png);
}

.inner-contactus-banner {
    background-image: url(../images/contactus-banner.png);
}

.inner-programmes-banner {
    background-image: url(../images/programmes-banner.png);
}

.inner-meet-gurus-banner {
    background-image: url(../images/meet-out-gurus-inner-banner.png);
}

.inner-events-workshops {
    background-image: url(../images/EventsWorkshops.jpg);
}

.inner-events-careers {
    background-image: url(../images/careers-banner.jpg);
}

.inner-banner:after {
    content: "";
    position: absolute;
    background-color: #413d38a3;
    width: 100%;
    height: 100%;
}

.innerbg-txt {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.innerbg-txt h2 {
    padding-top: 10px;
    font-size: 68px;
    font-family: 'WorkSans-SemiBold';
    position: relative;
}

.innerbg-txt h5 {
    font-size: 18px;
    position: relative;
    font-family: 'WorkSans-Light';
    text-align: left;
    padding-left: 70px;
}

.innerbg-txt h5:after {
    content: "";
    position: absolute;
    left: 0%;
    width: 50px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    transform: translate(0%, -50%);
    margin-top: 0;
}

.breadcrumbs {
    position: absolute;
    bottom: 10%;
    z-index: 9;
    transform: translateY(-10%);
}

.breadcrumbs ul li {
    color: #d1cdcd;
    float: left;
    padding-right: 5px;
    font-size: 16px;
}

.breadcrumbs ul li a {
    color: #d1cdcd;
}

.breadcrumbs ul li a:hover {
    color: #c59e4f;
    text-decoration: none;
}

.inner-section {
    padding: 50px 0px;
    position: relative;
}

.inner-title {
    font-size: 32px;
    padding-bottom: 10px;
    color: #73461e;
    font-family: 'WorkSans-SemiBold';
}

.inner-sub-title {
    font-size: 24px;
    text-transform: capitalize;
    padding-bottom: 10px;
    line-height: 26px;
    font-family: 'WorkSans-SemiBold';
    color: #bf984a;
}

.inner-section p {
    padding: 10px 0px;
    font-size: 16px;
}

.inner-section strong {
    font-weight: bold;
    color: #474545;
}

.inner-right-img img {
    border-radius: 10px;
}

.inner-section .para-align {
    padding-top: 30px;
}

.our-motto {
    color: #fff;
    padding: 40px 0px;
    background-color: #eee;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 30px rgba(21, 21, 21, 0.18);
    position: relative;
}

.motto-title {
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'WorkSans-Bold';
    font-style: italic;
}

.our-motto p {
    line-height: 32px;
    font-size: 18px;
    color: #262C38;
    text-align: center;
}

.fndr-align {
    margin-top: 50px;
    border-radius: 6px;
    background-color: rgba(236, 231, 231, 0.38);
    padding: 30px 20px;
}
.founder-img {
    border-radius: 50%;
    border: 4px solid #895c25;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    margin-top: 10px;
}
.founder-img img {
    margin: 0 auto;
    border-radius: 50%;
}
.founder-cnt {
    margin-top: 40px;
}
/*Programmses Page Code Start*/

.programm-cnt {
    background-color: #fff;
    box-shadow: 1px 1px 30px rgba(21, 21, 21, 0.25);
    padding: 30px 50px;
    margin-bottom: 50px;
}

.tab-align {
    padding-bottom: 50px;
}

.class-tab {
    display: table-cell;
    width: 1%;
    height: 50px;
    vertical-align: middle;
    position: relative;
}

.class-tab:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bg-dot.png);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    opacity: 0.2;
}

.class-tag {
    padding-top: 10px;
    margin: 0 auto;
}

.class-tag h3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    background-color: #73461e;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.class-tag h3 {
    font-size: 40px;
    font-family: 'WorkSans-Bold';
    color: #73461e;
    text-align: center;
    position: relative;
    top: 10px;
}

.class-title {
    display: table;
    margin: 0 auto;
    background-color: #cda85a;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.class-title ul li {
    float: left;
    border-right: 1px solid #fff6;
}

.class-title ul li:last-child {
    border-right: none;
}

.class-title ul li a {
    padding: 30px 12px;
    display: inline-block;
    font-family: 'WorkSans-Medium';
    font-size: 14px;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    color: #fff;
}

.class-title ul li:first-child a:hover {
    border-top-left-radius: 30px;
}

.class-title ul li:last-child a:hover {
    border-bottom-right-radius: 30px;
}

.class-title ul li a:hover {
    background-color: #73461e38;
    transition: all ease-in-out .3s;
    text-decoration: none;
}


/*Programmses Page Code End*/


/*Contact Us Style Code Start*/

.inner-sml-title {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #000;
    line-height: 28px;
    font-family: 'WorkSans-Medium';
}

.faq-cnt {
    padding-top: 10px;
    padding-bottom: 10px;
}

.faq-cnt .panel-default .panel-heading {
    color: #fff;
    border-color: #c7a150;
    border-radius: 0px;
    padding: 0px;
}

.faq-cnt .panel-title a {
    position: relative;
    padding: 15px 10px;
    display: inline-block;
    width: 100%;
    transition: all ease-in-out .3s;
    font-size: 18px;
}

.faq-cnt .panel-default .panel-heading a.accor-tle-bg.collapsed {
    border-color: #eee;
    background-color: #eee;
    color: #865822;
}

.faq-cnt .panel-default .panel-heading a.accor-tle-bg {
    border-color: #ddd;
    background-color: #ddd;
    color: #805220;
}

.faq-cnt .panel-title a:hover,
.faq-cnt .panel-title a:focus {
    transition: all ease-in-out .3s;
    color: #fff;
    text-decoration: none;
}

.faq-cnt .panel-body {
    border: 0px;
    padding: 5px 10px;
}

.faq-cnt .panel-default {
    border-color: #c7a150;
}

.faq-cnt .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.faq-cnt .panel-title i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1%;
    font-size: 12px;
}

.faq-cnt .panel-group .panel-heading + .faq-cnt .panel-collapse .panel-body {
    border: 0px;
    padding: 5px 10px;
    border-top: 0px;
}

.contactus-form input,
.contactus-form textarea,
.contactus-form select {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 20px;
    border: 2px solid #af883b2e;
    border-radius: 5px;
}

.tpe-lesn {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contactus-form .cntus-frm-smt {
    background: linear-gradient(135deg, #845a20 0%, #c6a050 56%, #c6a050 56%, #c6a050 56%, #c6a050 100%, #c6a050 100%, #207cca 100%, #2989d8 100%, #7db9e8 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border: 0px;
}

.contactus-form textarea {
    height: 100px;
    padding-top: 40px;
}

.cnt-icon-align {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.contact-icon {
    height: 170px;
    vertical-align: middle;
    display: table-cell;
    width: 1%;
    box-shadow: 1px 1px 20px rgba(21, 21, 21, 0.18);
    position: relative;
    top: 70px;
}

.contact-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bg-dot.png);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    opacity: 0.1;
}

.cntct-icon-cnt:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ddd;
    top: 0;
}

.cntct-icon-cnt p {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-family: 'WorkSans-Light';
}

.cntct-icon-cnt p i {
    display: block;
    font-size: 35px;
    padding-bottom: 10px;
    color: #8a5d25;
}

.cntct-icon-cnt p a {
    color: #000;
}

.cntct-icon-cnt p a:hover,
.cntct-icon-cnt p a:focus {
    text-decoration: none;
}


/*Contact Us Style Code End*/


/*Event Details Code Start*/

.inner-cnt.event-details {
    display: inline-block;
    width: 100%;
}

.event-details img {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.inner-vry-sml-title {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #000;
    font-family: 'WorkSans-Medium';
    line-height: 26px;
}

.inner-cnt ul {
    margin-left: 20px;
}

.event-details-list {
    column-count: 2;
}

.inner-cnt ul li {
    line-height: 30px;
    font-size: 16px;
    position: relative;
}

.inner-cnt ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #845a20 0%, #c6a050 56%, #c6a050 56%, #c6a050 56%, #c6a050 100%, #c6a050 100%, #207cca 100%, #2989d8 100%, #7db9e8 100%);
    top: 10px;
    left: -15px;
    border-radius: 50%;
}

.inner-event-booknow {
    float: right;
    margin: 10px 0px;
}

.inner-event-booknow a {
    padding: 15px 25px;
    background: linear-gradient(135deg, #845a20 0%, #c6a050 56%, #c6a050 56%, #c6a050 56%, #c6a050 100%, #c6a050 100%, #207cca 100%, #2989d8 100%, #7db9e8 100%);
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    transition: all ease-in-out .3s;
}

.inner-event-booknow a:hover {
    background: #9a7230;
    transition: all ease-in-out .3s;
    text-decoration: none;
}

.inner-right-search form button {
    height: 45px;
    border: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    width: 40px;
    background: linear-gradient(135deg, #845a20 0%, #c6a050 56%, #c6a050 56%, #c6a050 56%, #c6a050 100%, #c6a050 100%, #207cca 100%, #2989d8 100%, #7db9e8 100%);
    color: #fff;
}

.event-right-cnt h3 {
    padding-bottom: 30px;
}

.inner-right-search form input {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 10px;
    border: 1px solid #c6a050;
}

.recnt-post-all {
    width: 100%;
    display: inline-block;
    height: 95px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: rgba(238, 238, 238, 0.35);
    padding: 6px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.18);
}

.recent-post-img {
    width: 25%;
    float: left;
}

.recent-post-img img {
    height: 80px;
}

.recent-post-txt {
    float: right;
    padding-left: 15px;
    width: 75%;
}

.recent-post-txt h6 {
    padding: 0;
    line-height: 20px;
    font-size: 16px;
}

.recent-post-txt p {
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0px;
}

.recnt-post-all a {
    color: #000;
}

.recnt-post-all a:hover {
    color: #956C2C;
}


/*Event Details Code Start*/


/*Inner Testimonial Code Start*/

.inner-tstiml-cnt {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(178, 138, 66, 0.43);
    margin-bottom: 15px;
}

.inner-tstiml-cnt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/qutt.png);
    background-repeat: no-repeat;
}

.inner-tstiml-cnt p,
.tstiml-cnt-name {
    z-index: 9;
    position: relative;
    font-style: italic;
}

.tstiml-cnt-name h4 {
    font-size: 18px;
    color: #835521;
    font-family: 'WorkSans-Bold';
    text-align: center;
}

.tstiml-cnt-name h5 {
    color: #c49e4e;
    text-align: center;
    padding-top: 10px;
    font-family: 'WorkSans-SemiBold';
}


/*Inner Testimonial Code End*/


/*Meet our Gurus Code Start*/
.meet-row-align {
    border-bottom: 1px solid #875a24;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.img-bdr-rdis {
    border-radius: 10px;
    margin: 0 auto;
    padding-top: 30px;
}
/*Meet our Gurus Code End*/
.privacy-accor-cnt {
    padding-top: 15px;
}
.privacy-accor-cnt .panel-heading {
    padding: 0;
}
.privacy-accor-cnt .panel-heading h5.panel-title a {
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, #845a20 0%, #c6a050 56%, #c6a050 56%, #c6a050 56%, #c6a050 100%, #c6a050 100%, #207cca 100%, #2989d8 100%, #7db9e8 100%);
    line-height: 26px;
    font-size: 15px;
}
.privacy-accor-cnt .panel-heading h5.panel-title a:hover, .privacy-accor-cnt .panel-heading h5.panel-title a:focus {
    text-decoration: none;
}
.privacy-accor-cnt .panel-heading h5.panel-title a i {
    padding-right: 10px;
}
.privacy-accor-cnt .panel-body {
    padding: 0px 15px;
}

/*Login Code Start*/
.login-section {
    background-image: url(../images/banner-hindustani-vocal.png);
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
}
.login-section:after {
    content: "";
    background-color: rgb(145 101 43 / 83%);
    height: 100%;
    width: 100%;
    position: absolute;
}
.login-content {
    position: absolute;
    width: 35%;
    background-color: #fff;
    z-index: 1;
    padding: 20px 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.login-content form {
    padding-top: 30px;
}
.login-content .form-control {
    height: 50px;
    border-radius: 0;
    border: 2px solid rgb(148 105 35 / 39%);
    font-size: 16px;
    color: #000;
}
.login-content label {
    font-family: 'WorkSans-SemiBold';
    font-size: 16px;
    padding-bottom: 10px;
    color: #c6a050;
}
input.login-smt {
    width: 100%;
    height: 53px;
    border-radius: 0;
    border: 0px;
    background: linear-gradient(141deg, rgb(132 87 34) 0%, rgba(200, 162, 81, 1) 35%, rgba(126, 80, 29, 1) 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0;
}
.login-content img {
    width: 150px;
    margin: 0 auto;
    display: table;
}
.login-content h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    font-family: 'WorkSans-SemiBold';
    color: #875a23;
    margin-top: 10px;
}
.login-content .checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
}
.login-content .checkbox span {
    display: inline-block;
    float: right;
}
.login-content .checkbox span a {
    color: #c6a050;
    font-family: 'WorkSans-SemiBold';
}
.login-content .checkbox input {
    position: relative;
    top: 2px;
}
.login-content .checkbox span a:hover {
    text-decoration: none;
}
/*login Code End*/


/*Student Login Code Start*/
.stu-lft-align {
    position: sticky;
    /*top: 70px;*/
    margin-bottom: 10px;
    padding-right: 35px;
}
.student-login-cnt {
    padding: 20px 20px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
}
.student-login-cnt h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #b38c3e47;
    margin-bottom: 11px;
}
.student-login-cnt h4 {
    line-height: 24px;
}

.student-login-cnt h4 span {
    font-weight: bold;
}
.stu-rght-align {
    border: 1px solid #dedede;
    padding: 0;
}
.student-right-cnt h3 {
    height: 45px;
    color: #fff;
    background: linear-gradient(141deg, rgba(158, 118, 43, 1) 0%, rgba(200, 162, 81, 1) 35%, rgba(126, 80, 29, 1) 100%);
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.prgm-cnt h4 {
    line-height: 26px;
}
.prgm-cnt h4 span {
    font-weight: bold;
}
span.pay-btn {
    position: absolute;
    right: 10px;
    /*background-color: #f9f9f9;*/
    color: #000;
    height: 35px;
    line-height: 35px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 9px;
}
span.pay-btn a {
    padding: 0px 25px;
    display: inline-block;
    color: #000;
}
span.pay-btn a:hover, span.pay-btn a:focus {
    text-decoration: none;
}
.prgm-cnt {
    padding: 20px 20px;
}
.student-right-cnt p {
    padding: 5px 0px;
}
/*Student Login Code End*/

.top-alert {
    position: fixed;
    /*left: 30%;*/
    margin-top: 0px;
    opacity: 0.9;
    z-index: 999999;
    border-radius: 0px;
    width: 100%;
}

    .top-alert #master_success_msg, .top-alert #master_error_msg {
        margin-left: 10px;
    }

    .top-alert .close {
        color: white;
    }

    .top-alert.alert.alert-warning {
        background: #ff3d2f;
        color: white;
    }

    .top-alert.alert.alert-success {
        background: #4CAF50;
        color: white;
    }
div.accordion div.card div.card-header {
    padding: 14px 8px;
    background: linear-gradient( 141deg, rgba(158, 118, 43, 1) 0%, rgba(200, 162, 81, 1) 35%, rgba(126, 80, 29, 1) 100%);
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
    cursor: pointer;
    /*background-color: #f9f9f9;*/
    /*color: #000;*/
    border-bottom: 1px solid #e0dfdf;
}

    div.accordion div.card div.card-header h5:after {
        content: "\f107";
        float: right;
        font: normal normal normal 14px/1 'FontAwesome';
    }

    div.accordion div.card div.card-header[aria-expanded="true"] h5:after {
        content: "\f106";
    }

div.accordion div.card div.card-body {
    padding: 14px 10px;
    line-height: 20px;
    border-bottom: 1px solid #dedede;
}

.stud-dash-inline-header {
    padding: 6px 0px;
    font-weight: 600;
    font-size: 18px;
    color: #d2691e;
}

.stu-rght-align {
    border: 0px;
}

#accordionProgramSnapshot {
    border: 1px solid #e0dfdf;
}

.stud-dash-terms {
    text-align: center;
    margin-left: 20%;
    position: absolute;
    top: -30px;
    font-size: 20px;
    text-decoration: underline;
    color: #f44336;
}
.m-t-5{margin-top:5px;}
.m-t-10{margin-top:10px;}
.m-t-15{margin-top:15px;}
.m-t-20{margin-top:20px;}
.m-b-5{margin-bottom:5px;}
.m-b-10{margin-bottom:10px;}
.m-b-15{margin-bottom:15px;}
.m-b-20{margin-bottom:20px;}
.m-l-5{margin-left:5px;}
.m-l-10{margin-left:10px;}
.m-l-15{margin-left:15px;}
.m-l-20{margin-left:20px;}
.m-r-5{margin-right:5px;}
.m-r-10{margin-right:10px;}
.m-r-15{margin-right:15px;}
.m-r-20{margin-right:20px;}
.m-l-r-5{margin-left:5px;margin-right:5px;}
.m-l-r-10{margin-left:10px;margin-right:10px;}
.m-l-r-15{margin-left:15px;margin-right:15px;}
.m-l-r-20{margin-left:20px;margin-right:20px;}

/*Ipad pro*/
@media (max-width: 1024px) {
    .stu-lft-align {
        padding-right: 0px;
        padding-left: 0px;
    }

    .stu-rght-align {
        padding-left: 15px;
    }

    .student-login-cnt #btnPayFee, .student-login-cnt #btnPayPaypal {
        width: 100%;
        margin-top: 4px;
    }
}
/*Ipad*/
@media (max-width: 768px) {
    .stu-lft-align {
        padding-right: 0px;
        padding-left: 0px;
    }
    .stu-rght-align {
        padding-left: 15px;
    }
    .student-login-cnt #btnPayFee, .student-login-cnt #btnPayPaypal {
        width: 100%;
        margin-top: 4px;
    }
    .stud-dash-terms {
        position: inherit;
        margin-left: 5%;
    }
}
/*Mobile*/
@media (max-width: 480px) {
    .inner-section{
        padding-top:40px;
    }
    .stu-lft-align {
        padding: 5px 0px;
    }
    .stud-dash-terms {
        position: inherit;
        margin-left: 20%;
    }
}
.err-span{color:red;font-size:14px;}

.tbl-today-classes tr td{vertical-align:middle !important;}
.tbl-today-classes table{background-color:transparent !important;}
    .tbl-today-classes table tr td{border-top:0px;}