body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    margin: 0 auto;
    background: #fff;
    font-size: 1rem;
    color: #000;
    font-weight: 400
}

@font-face {
    font-family: "Colfax";
    src: url("../fonts/Colfax-Bold.otf");
  }
  
.font-cust{
    font-family: 'Colfax';
}

.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-between;
    width: 85%;
}

.navbar.navbar-light {
    background: #fee !important
}

.navbar-light .navbar-nav .nav-link {
    color: #092139;
    font-size: 16px;
    line-height: 30px;
    padding-right: .6rem;
    padding-left: .6rem
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #092139!important;
    border-bottom: 3px solid #092139;
    font-weight: bold;
}

a:hover {
    color: #000!important;
}

a {
    color: #000;
}

.navbar-light .navbar-toggler:focus,
:focus {
    outline: 0;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

#header.header-scrolled {
    background: #f8f8f8;
}

.scroll2 {
    cursor: pointer;
    z-index: 9991;
    position: fixed;
    right: -45px;
    bottom: 50%;
    transform: rotate(90deg);
    background: #f8c129;
    color: #092139;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0;
}

.scroll {
    outline: none !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    color: #fff !important;
    line-height: 40px;
    font-size: 30px;
    z-index: 9991;
    position: fixed;
    right: 15px;
    bottom: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: #D20005;
    font-weight: 600;
}

button:focus {
    outline: 0!important
}

.border-right {
    border-right: 1px dashed #dee2e6!important
}

.banner-form {
    position: absolute;
    top: 167px;
    right: 4%;
    width: 354px;
    background: #fff;
    box-shadow: 1px 8px 20px rgb(0 0 0 / 20%)
}

.owl-carousel .owl-dots.disabled {
    display: block
}


/* header */

.font-300 {
    font-weight: 300;
}

.font-900 {
    font-weight: 900;
}

.font-600 {
    font-weight: 600;
}

.font-500 {
    font-weight: 500;
}

/* footer */

.copyright {
    background-color: #000;
    color: #fff;
    text-align: center;
}

/**/

.pos-top {
    position: relative;
    top: -15rem;
    left: 2rem;
}

.mar-top-d {
    margin-top: -0.5rem;
}

.copyright p {
    font-size: 0.9rem;
}

.para {
    font-size: 0.9rem;
}

.head {
    font-size: 3rem;
}

li::marker {
    color: #FFCC29;
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px !important;
    height: 9px !important;
    border: 2px solid #D62831!important;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #D62831!important;
    background: #D62831!important;
}

#about2_slide .owl-dots .owl-dot span, #drama_slide .owl-dots .owl-dot span, #music_slide .owl-dots .owl-dot span {
    width: 9px !important;
    height: 9px !important;
    border: 2px solid #fff!important;
    background: transparent;
}

#about2_slide .owl-dots .owl-dot.active span,
#about2_slide .owl-dots .owl-dot:hover span,
#drama_slide .owl-dots .owl-dot.active span,
#drama_slide .owl-dots .owl-dot:hover span,
#music_slide .owl-dots .owl-dot.active span,
#music_slide .owl-dots .owl-dot:hover span {
    border: 2px solid #fff!important;
    background: #fff!important;
}

.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: #D20005;
    border-color: #D20005;
    border-radius: 3rem;
    padding: 0.5rem 3rem;
}

.enrich .owl-item img {
    width: auto;
}

.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
    width: 32px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -4%;
}

.owl-carousel .owl-nav .owl-next {
    right: -4%;
}

.owl-carousel .owl-dots.disabled{
    display: block;
}

.centered1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.psn {
    position: relative;
    text-align: center;
}
/*sidebar form starts*/

.dsu-form {
    top: 8rem;
}

.dsu-form {
    z-index: 100000 !important;
}

.dsu-form {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 308px;
    float: right;
    margin-top: 52px;
    padding: 0 0 0;
    background: #fff;
    position: fixed;
    right: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
}

.form-clickOuter {
    left: -34%;
    position: absolute;
    bottom: 39%;
    right: 78%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: blinker 2s linear infinite;
}

.form-click {
    position: relative;
    font-weight: 500;
    font-size: 19px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #000;
    background: #ffd700;
}

.frmBg {
    text-align: center;
    padding: 10px 15px;
    background-color: #000;
}

.frmBg span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

input#submit_btn {
    background: #393185;
    margin: auto;
    display: block;
}

.dsu-form1 {
    border: 1px solid #ced4da;
    padding: 1rem;
}


/*sidebar form ends*/

button.btn.enq_ftr {
    background-color: #fde500;
    color: #000;
    font-weight: 700;
    font-size: .9rem;
    width: 100%;
    border-radius: 0rem;
}

.about{
    background: url("../images/bg-about.webp");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -0.25rem;
}

.text-yellow{
    color: #FFD109;
}
.bg-black{
    background: #000;
}

#about2_slide .owl-item img, 
/* #learning_slide .owl-item img,   */
#drama_slide .owl-item img, #dance_slide .owl-item img, #music_slide .owl-item img{
    width: auto;
}

#learning_slide .owl-item img{
    display: block !important;
    margin: initial !important;
}

.head2{
    font-size: 8rem;
}
#about2_slide .owl-nav .owl-prev {
    left: 90%;
}
.owl-carousel .owl-nav button.owl-next img, .owl-carousel .owl-nav button.owl-prev img{
    width: auto;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
    top: 75%;
}

.performing {
    background: #D62831;
    position: relative;
    top: -10rem;
    transform: skewY(355deg);
    width: 100%;
}
.performing .container-fluid, .passion .container-fluid {
    transform: skewY(5deg);
}

.passion{
    background: url("../images/bg-passion.webp");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -10rem;
    transform: skewY(355deg);
    width: 100%;
}

.passion2{
    position: relative;
    top: -16rem;
}

.passion-box{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.0915) 100%);
    border-radius: 1.2rem;
    min-height: 235px;
}

.passion .passion-box{
  display: flex;
  flex-direction: column;
  justify-content: end;
}
    
.inner-passion{
    background: #FFD109;
    opacity: 0.4;
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 1.2rem;
    margin-top: 1rem;
    padding: 1rem 0.5rem 0rem 1rem;
}

.text-grey{
    color: #676767;
}

.learning{
    background: url("../images/bg-learning.webp");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -16rem;
}

.text-red{
    color: #D62831;
}

.learning2{
    background: url("../images/bg-learning2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;
}

.learning-box{
    background: white;
    border-radius: 1.2rem;
    box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.25);
    min-height: 175px;
}

.edge{
    background: url("../images/bg-edge.webp");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -12rem;
    padding-top: 10rem !important;
}

.edge-box{
    background: #6f6f6f40;
    border-radius: 1.2rem;
    box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.25);
    text-align: center;
    min-height: 175px;
}

.opportunity {
    background: #D62831;
    position: relative;
    top: -5rem;
    transform: skewY(-355deg);
    width: 100%;
}

.opportunity .container-fluid, .artist .container-fluid {
    transform: skewY(-5deg);
}

/*tab*/
.nav-pills .nav-link.active.red_act1 {
    background-color: #FFD109;
    color: #000 !important;
    width: 100%;
    border-radius: 1.5rem !important;
    border: none;
}
.nav-pills .nav-link.red_act1 {
    position: relative;
    border: 1px solid #ffffff78;
    background: transparent;
    color: white;
    border-radius: 1.5rem !important;
}

.border-box1 {
    border-right: 1px dashed #CCCCCC;
}

.border-box1,
.border-box2,
.border-box3 {
    padding: 1rem 3rem 1rem 0rem;
    margin: 1rem;
}

.border-box4 {
    padding: 1rem 0rem;
    margin: 1rem 0rem 0rem 0rem;
}

.dotted_bottom {
    border-bottom: 1px dashed #CCCCCC;
    width: 90%;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    font-size: 1.3rem;
}
#pills-tab1{
    display: flex;
    justify-content: end;
    position: relative;
    bottom: -9rem;
    z-index: 99;
}
/*tab*/

/* .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.thumbnail {
    width: 100%;
    cursor: pointer;
}

.iframe-container1,
.iframe-container2,
.iframe-container3 {
    display: none;
    width: 100%;
}

iframe {
    width: 100%;
    height: 640px;
}

.faculty-video{
    position: relative;
    top: -20rem;
} */

.faculty{
    background: url("../images/bg-faculty.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.t2{
    background: url("../images/t2.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.talent{
    background: #fafafa;
}

a{
    text-decoration: none !important;
}

.artist{
    background: url("../images/bg-artist.webp");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -6rem;
    transform: skewY(-355deg);
    width: 100%;
}
table{
 background: #acacac30 !important;
 border-radius: 1rem !important;
 border-radius: 30px;
 border-style: hidden; /* hide standard table (collapsed) border */
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e68c;
}

.stories{
    background: url("../images/bg-stories.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bord-rt-cust{
    border-right: 1px solid #00000033;
}

.bord-bt-cust{
    border-bottom: 1px solid #00000033;
}
.logo-wd{
    width: 330px;
}
.logo-w{
    width: 100px;
}