@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
body {
    box-sizing: border-box;
    background-image: url(../images/bd-bg.jpg);
    background-size: cover;
    background-position: center;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    background-repeat: no-repeat;
}

.top-header {
    text-align: center;
    border-bottom: #00ABE3;
}

.top-logo img {
    height: 100px;
}
.sc-1au8ryl-0.dmopMx {
    display: none;
}

.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    animation:slide-down 0.7s;
    padding: 0;
    margin: 0; 
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
     transition: all .5s;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.about-sec {
    padding:40px 0;
}
.about-image img {
    width: 100%;
    border: 4px solid brown;
}

.fabout-image img {
    width: 100%;
    border: 4px solid brown;
    border-radius: 20px;
    padding: 2px;
}
.article-img img{
     width: 100%;
    border: 4px solid brown;
    border-radius: 20px;
    padding: 2px;
}
.header_area {
    border-bottom: 3px solid #0d47a1;
    background: #ce2127;
}

.about-content {
    background-image: url(../images/bg1.png);
    padding: 70px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.about-content ul{
    padding-left: 15px;
}
.banner-video video {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.about-content h3,
.about-content p {
    color: #000;
}

.heading h2 {
    text-align: center;
    color: #cb2225;
    margin-bottom: 50px;
}

.clss-part .box {
    background: linear-gradient(#ef8e38, #961b1fd9);
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.clss-part .box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    transition: all 0.5s ease-out;
    border: 2px solid #ccc;
    padding: 2px;
}

.clss-part .box img {
    opacity: 0.5;
}

.clss-part .box .box-content {
    color: #fff;
    width: 100%;
    padding: 0 10px;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 1;
}

.clss-part .box .title {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    transform: rotateX(0);
    transform-origin: bottom center;
    transition: all 0.5s ease 0s;
        margin-bottom: 5px;
}

/*.clss-part .box:hover .title {*/
/*    transform: rotateX(0);*/
/*}*/

.clss-part .box .post {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    transform: perspective(200px) rotateX(0deg);
    transform-origin: top center;
    transition: all 0.5s ease 0s;
}

.clss-part .box:hover .post {
    transform: rotateX(0);
}

.clsic-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.classical {
    padding: 40px 0;
    /* background-image: url(../images/bg.jpg); */
    background: linear-gradient(135deg, #262726cc 0, #3b8686 100%), url('../images/bg.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.video-sec {
    padding: 40px 0;
}


/*  */


/*gallery page start here*/

#gallery_sec {
    padding-top: 20px;
    padding-bottom: 30px;
}

#gallery_sec .portfolio {
    padding-top: 20px;
    padding-bottom: 0px;
}

#gallery_sec .portfolio-title {
    padding: 100px 60px 30px;
}

#gallery_sec .portfolio-title span {
    display: block;
}

#gallery_sec .portfolio-item {
    border: 2px solid #b22234 !important;
    padding: 0px;
    margin: 2px;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 0;
    position: relative;
}

#gallery_sec .portfolio-item img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    -webkit-transition: transform 0.35s;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#gallery_sec .portfolio-item .portfolio-overlay {
    width: 100%;
    background: #b22234;
    padding: 10px 0px;
    position: absolute;
    bottom: -80px;
    display: block;
    margin-top: 0;
    float: left;
    z-index: 9;
    text-align: left;
    padding-left: 30px;
    left: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#gallery_sec .portfolio-item .portfolio-overlay h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 17px;
}

#gallery_sec .portfolio-item .portfolio-overlay a {
    color: #fff;
    text-decoration: none;
}

#gallery_sec .portfolio-item .portfolio-overlay a:hover {
    color: #fff;
}

#gallery_sec .portfolio-item .portfolio-overlay span {
    font-weight: 400;
    font-size: 14px;
}

#gallery_sec .portfolio-item .portfolio-overlay span a {
    color: #fff;
}

#gallery_sec .portfolio-item .portfolio-overlay span a:hover {
    color: #323232;
}

#gallery_sec .portfolio-item a.popup {
    position: absolute;
    right: 20px;
    top: -20px;
    color: #fff;
    z-index: 9;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #b22234;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 0px;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#gallery_sec .portfolio-item a.popup:hover {
    background: #b22234;
    color: #fff;
}

#gallery_sec .portfolio-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#gallery_sec .portfolio-item:hover a.popup {
    opacity: 1;
    top: 20px;
}

#gallery_sec .portfolio-item:hover .portfolio-overlay {
    bottom: 0;
}

#gallery_sec .portfolio-item:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 115%;
    -webkit-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
    transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gallery_sec .portfolio-item.only-popup {
    width: 100%;
    text-align: center;
}

#gallery_sec .portfolio-item.only-popup a.popup {
    display: inline-block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

#gallery_sec .evnts {
    padding: 0;
}


/*gallery page end here*/


/* contact page start here */

#contact-sec {
    padding: 60px 0;
}

.contact .info-box {
    margin-bottom: 15px;
    height: 185px;
    color: #444444;
    text-align: center;
    box-shadow: 0 0 20px rgb(206 33 39);
    padding: 20px 0 30px 0;
    border-radius: 20px;
    }

.contact .info-box i {
    font-size: 25px;
    color: #f7941d;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    line-height: 35px;
    text-align: center;
    padding: 8px;
    border: 2px dotted #b22234;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
    padding: 30px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #ccc;
    width: 100%;
    outline: none;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #f7941d;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background-image: linear-gradient(to right, #f7941d, #b22234);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background-image: linear-gradient(to right, #b22234, #f7941d);
}

.form-group input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #000;
    border-radius: 20px;
    outline: none;
    background: transparent;
}

.form-group textarea {
    width: 100%;
    padding: 8px 10px;
    height: 150px;
    border: 1px solid #000;
    border-radius: 20px;
    outline: none;
    background: transparent;
}

.cnt-btn {
    text-align: center;
        margin-top: 20px;
}

.cnt-btn button {
    height: 35px;
    font-size: 17px;
    width: 100%;
    max-width: 200px;
    color: #fff;
    background-image: linear-gradient(to right, #f7941d, #b22234);
    border: none;
}

.cnt-btn button:hover {
    background-image: linear-gradient(to right, #b22234, #f7941d);
}

.cnt-btn a {
    padding: 7px 20px;
    color: #fff;
    background-image: linear-gradient(to right, #f7941d, #b22234);
    text-decoration: none;
}

.cnt-btn a:hover {
    background-image: linear-gradient(to right, #b22234, #f7941d);
}


/* contact page end here */

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #a52a2a;
}
/* bread crumb */

.breadcrumb-sec {
    background-image: url(../images/bread2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
}
.about-banner {
     background-image: url(../images/About-us_Banner.jpg);
}
.dance-banner {
     background-image: url(../images/Dance_Banner.jpg);
}
.music-banner {
    background-image: url(../images/Music_Banner.jpg);
}
.culture-banner {
     background-image: url(../images/culture-banner.jpg);
}
.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #961b1ffc;
    opacity: 0.6;
}

.breadcrumb {
    background-color: transparent !important;
    justify-content: center;
}

.breadcrumb li,
.breadcrumb a {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    margin: 0 5px;
}

.breadcrumb a,
.breadcrumb li {
    position: relative;
    text-decoration: none;
}

.breadcrumb a::before {
    position: absolute;
    content: '/';
    right: -10px;
    top: 1px;
    height: 12px;
}

.breadcrumb>li+li:before {
    display: none !important;
}

.pag-ttl {
    color: #fff;
    position: relative;
    margin-bottom: 0;
}


/* bread crumb */


/*footer section*/

footer.nb-footer {
    background: #1570b3;
    background-image: url(../images/footer.jpg);
    padding: 30px 0;
}

.f-logo img {
    height: 150px;
}

footer.nb-footer .about {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1170px;
    text-align: center;
}

footer.nb-footer .about p {
    font-size: 13px;
    color: #fff;
    margin-top: 30px;
}

footer.nb-footer .about .social-media {
    margin-top: 15px;
}

footer.nb-footer .about .social-media ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 16px;
    color: #b78c33;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

footer.nb-footer .about .social-media ul li a:hover {
    background: #b78c33;
    color: #fff;
    border-color: #b78c33;
}

footer.nb-footer .footer-info-single {
    margin-top: 30px;
    line-height: 27px;
}

footer.nb-footer .footer-info-single .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-left: 4px solid #fdd501;
    padding-left: 5px;
}

footer.nb-footer .footer-info-single ul li a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: .8px;
    color: #fff;
    padding: 2px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer.nb-footer .footer-info-single ul li a:hover {
    color: #dfd48d;
    padding: 2px 6px;
}

footer.nb-footer .footer-info-single p {
    font-size: 13px;
    line-height: 20px;
    color: #aaa;
}

.copyright {
    /*margin-top: 15px;*/
    background: #0f0f0f;
    padding: 7px 0;
    color: #999;
}

.copyright p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0;
}

.design {
    text-align: right;
}

.design a {
    color: #f90736;
}

#social {
    margin: 20px 0px;
    /*text-align: center;*/
}

.smGlobalBtn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-right: 4px;
}

.facebookBtn {
    background: #4060A5;
}

.facebookBtn:before {
    font-family: "FontAwesome";
    content: "\f09a";
}

.facebookBtn:hover {
    color: #4060A5;
    background: #fff;
}


/* instagram button class*/

.instagramBtn {
    background: #e0337f;
}

.instagramBtn:before {
    font-family: "FontAwesome";
    content: "\f16d";
}

.instagramBtn:hover {
    color: #e0337f;
    background: #fff;
}


/*end*/


/* youtube button class*/

.youtubeBtn {
    background: #f81300;
}

.youtubeBtn:before {
    font-family: "FontAwesome";
    content: "\f167";
}

.youtubeBtn:hover {
    color: #f81300;
    background: #fff;
}


/*end*/


/* twitter button class*/

.twitterBtn {
    background: #00ABE3;
}

.twitterBtn:before {
    font-family: "FontAwesome";
    content: "\f099";
}

.twitterBtn:hover {
    color: #00ABE3;
    background: #fff;
}


/*footer section end here*/


/* home 3rd section start here */

.section-3rd {
    padding: 50px 0;
}

.third-bg {
    background-color: #ffffff73;
    padding: 10px;
}

.third-dflex {
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
    border: 1px solid #f81300;
    padding: 5px;
    margin-bottom: 5px;
    /*justify-content: space-between;*/
    align-items: center;
}
@media screen and (max-width: 600px) {
 .third-dflex {
     display: block;
     text-align: center;
 }
 .third-content p {
    word-wrap: break-word;
}
}
@media screen and (max-width: 800px) {
.who-we p {
    word-wrap: break-word;
}
.about-ttl {
    top: -35px !important;
}
}
/*.third-img {*/
/*    width: 25%;*/
/*}*/

.third-img img {
    width: 130px;
    margin-right: 25px;
    height: 140px;
    object-fit: contain;
    border: 2px solid brown;
}

/*.third-content {*/
/*    width: 100%;*/
/*}*/

.third-content p {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.view-btn {
    float: right;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 7px 15px;
    background-color: #ce2127;
    border-radius: 20px;
}

.view-btn a {
    color: #fff;
    text-decoration: none;
}

.vid-btn {
    text-align: center;
    margin-top: 30px;
}

.vid-btn a {
    border: 1px solid #ccc;
    padding: 7px 15px;
    background-color: #ce2127;
    border-radius: 20px;
    color: #fff;
}

.third-bg h2 {
    font-size: 25px;
    color: #ce2127;
    font-weight: 600;
    margin-top: 5px;
}

.third-content h2 {
    font-size: 18px;
    color: #ce2127;
    font-weight: 600;
}

.third-bg2 {
    background-color: #ffffff73;
    padding: 0px 0px 10px 0px;
}

.third-part2 h2 {
    background-color: #ce2127;
    font-size: 18px;
    padding: 8px 5px;
    color: #fff;
    margin: 0;
}

.third-part2-content {
    padding: 10px;
}

.third-part2-content p {
    border: 1px solid #eee;
    padding: 8px;
}

.third-part2-content p a {
    text-decoration: none;
}

.date-sec {
    margin-bottom: 15px;
}

.who-we p {
    width: 100%;
    font-size: 17px;
    line-height: 32px;
    color: #000;
}
.who-we h2{
    margin-top:0;
}
.who-img img {
    width: 100%;
}

.article-sec {
    padding: 50px 0;
}

.article-midle {
    padding: 50px 0;
}

.article-brdr img{
    width: 100%;
    border: 4px solid brown;
    border-radius: 20px;
    padding: 2px;
}
.sooth-image img{
     width: 100%;
    border: 4px solid brown;
    border-radius: 20px;
    padding: 2px;
}
/* home 3rd section end here */
/*pagination start*/
p.pagination a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 5px 2px;
    background: #ccc;
    color: #000;
    font-weight: 500;
}
p.pagination strong {
    border: 1px solid brown;
    padding: 5px 10px;
    margin: 5px 2px;
    background: brown;
    color: #fff;
    font-weight: 800;
}
/*pagination end*/

@media screen and (max-width: 990px) {
    .nav-menu>li>a {
        color: #000 !important;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 800px) {
    footer.nb-footer .footer-info-single .title {
        border: none !important;
    }
    .d-flex {
        display: block;
    }
    .clsic-flex {
        display: block;
    }
    .top-logo img {
        height: 70px;
    }
}

@media screen and (max-width: 600px) {
    .banner-video video {
        height: 45vh;
    }
    .logo img {
        height: 90px;
    }
    .video-sec {
        padding: 0px;
        padding-bottom: 40px;
    }
    .classical {
        padding: 5px 0;
    }
    .about-content {
        padding: 60px 40px;
    }
    .top-logo img {
        height: 50px;
    }
}

@media screen and (max-width: 475px) {
    .top-logo img {
        height: 40px;
    }
}