@import url('https://fonts.googleapis.com/css2?family=Elsie+Swash+Caps:wght@400;900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    line-height: 26px;
    overflow-x: hidden;
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ol {
    list-style-type: decimal
}

a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}


img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: "Open Sans", sans-serif;
    background: #f5f5f5;
    color: #000;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    font-family: "Open Sans", sans-serif;
    margin: 0 0 18px 0;
    color: #000;
    line-height: 1.625
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Elsie Swash Caps", serif;
    color: #000;
    text-transform: none;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px 0
}



.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    background-position: center center;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #db2234;
    background: #db2234;
}

.slick-arrow.slick-prev {
    left: 1%;
}

.slick-arrow.slick-prev:before {
    content: '\f104';
    font-size: 20px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 1%;
}

.slick-arrow.slick-next:before {
    content: '\f105';
    font-size: 20px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #fff;
    transition: all ease 0.4s;
    position: relative;
}


ul.slick-dots li {
    display: block;
    text-align: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.sticky-icon.show {
    display: block;
}

.sticky-icon {
    z-index: 999;
    position: fixed;
    bottom: 12%;
    right: 10px;
    display: flex;
    flex-direction: column;
    transition: 200ms all cubic-bezier(0.37, 0, 0.63, 1);
    display: none;
    background: white;
    box-shadow: 0 0 3px 3px #0000003b;
    padding: 5px 0;
    border-radius: 50px;
}

.sticky-icon.inView {
    transition: 1s all cubic-bezier(0.87, 0, 0.13, 1);
}

.sticky-icon a {
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none !important;
    text-transform: capitalize;
    padding: 5px;
    font-size: 16px;
    color: #db2234;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sticky-icon a:hover span {
    font-size: 16px;
    margin-top: 15px;
}

.sticky-icon a span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: all 0.5s;
    color: #db2234;
    font-size: 0;
    font-weight: 500;
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.sticky-icon a i {
    background-color: #db2234;
    width: 35px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.5s;
}

.sticky-icon a:hover {
    color: #fff;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
    text-align: center;
}

.section-title span {
    display: block;
    color: #db2234;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 0.2em;
}

.section-title h2,
.section-title h1 {
    position: relative;
    color: #000;
    font-size: 42px;
    line-height: 1.2;
    /* text-transform: uppercase; */
}

.common_btn {
    color: #ffffff;
    transition: all 0.5s;
    background-color: #a2224b;
    padding: 10px 25px;
    border-radius: 0;
    /* margin-top: 30px; */
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: none;
    color: #fff;
}
.common_btn:hover {
    box-shadow: inset 7em 0 0 0 #e2701e, inset -7em 0 0 0 #e2701e;
    background-color: transparent;
    color: #ffffff;
}

.btn-style {
    border-color: #fff;
    color: #fff;
    transition: all 0.5s;
    background-color: transparent;
    padding: 10px 25px;
    border-radius: 0;
    /* margin-top: 30px; */
    width: fit-content;
    /* font-family: var(--font-family-hd); */
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-style:hover {
    box-shadow: inset 8em 0 0 0 #fff, inset -8em 0 0 0 #fff;
    border-color: #fff;
    background-color: transparent;
    color: #e2701e

}

.common-btn-black {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    padding: 10px 30px;
    color: #000;
    background-color: #00000000;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}

.common-btn-black:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: .8;
}

.common-btn-black:hover {
    color: #fff;
    background-color: #db2234;
    border-color: #db2234;
}
.text-white {
    color: #fff !important;
}
.section-title.text-white h1,
.section-title.text-white h2 {
    color: #ffffff;
}
.banner-content p {
    color: #fff;
}


/*********** header start **********/
.top_hd {
    display: none;
}

header {
    background-color: #fff;
    position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
  /* padding-block: 0.5rem; */
}
header.sticky {
    background-color: #f7f7f7;
}
.contact-info {
    display: flex;
  gap: 1rem;
}

.contact-info li {
    display: flex;
  gap: 0.5rem;
  align-items: center;
}
.contact-info li .icon {
    font-size: 1.25rem;
  /* line-height: 40px; */
  text-align: center;
  width: 40px;
  line-height: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
  background-color: #e2701e;
  display: flex;
  justify-content: center;
  align-items: center;

}

.contact-info li .icon svg {
    color: #fff;
    height: 1em;
}

.contact-info .text a {
    display: block;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.contact-info .text a:hover {
    color: #e2701e;
}

header .navbar-brand img {
    width: min(50vw, 180px);
  transition: all 300ms ease;
}
header.sticky .navbar-brand img {
    max-width: 120px;
}

.min_bnr {
    position: relative;
    background-image: url(../images/venue_bnr.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 170px;
}
.min_bnr:before {
    position: absolute;
    inset: 0 50% 0 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 9;
    background: linear-gradient(to left, #da22320a, #000000d1);
}

.min_bnr .banner-content,
.min_bnr .banner-form {
    position: relative;
    z-index: 9;
}

.min_bnr .row-gap {
    align-items: center;
}

.banner-form {
    background: rgb(0 0 0 / 54%);
  max-width: 413px;
  margin: 0 0 0 auto;
  border: 2px solid #ffffff59;
  backdrop-filter: blur(14px);
  padding: clamp(1rem, 1.5vw, 1.5rem);
}

.banner-form h2 {
    color: #fff;
    font-size: 32px;
}
.banner-form p {
    color: #fff;
}

.banner-form input,
.banner-form textarea {
    background-color: transparent;
    color: #fff !important;
    border-radius: 0;
    height: 45px;
    transition: all 0.3s ease-in-out;
}
.banner-form input:focus {
    background-color: transparent;
    border: 1px solid #e2701e;
    box-shadow: none !important;
}
.banner-form textarea:focus {
    background-color: transparent;
    border: 1px solid #e2701e;
    box-shadow: none !important;
}
.banner-form textarea {
    height: 60px;
}
.banner-form input::-webkit-input-placeholder {
    color: #ffffffd8;
}
.banner-form input::-moz-placeholder {
    color: #ffffffd8;
}
.banner-form .row-gap {
    row-gap: 18px;
}

.banner-form textarea::-webkit-input-placeholder {
    color: #ffffffd8;
}
.banner-form textarea::-moz-placeholder {
    color: #ffffffd8;
}

.min_bnr h1 {
    font-weight: 400;
    font-size: 50px;
}

.min_bnr .banner-content {
    max-width: 506px;
    margin-top: 0;
}


.progrm_sec {
    background: rgb(226 112 30 / 14%);
}
.prog_sec_bx {
    background-color: #fff;
    padding: 22px 20px;
    transition: all 0.3s ease-in-out;
    transform: translateY(0px);
    height: 100%;
}
.prog_sec_bx:hover {
    box-shadow: 0px 10px 77px -39px rgba(0, 0, 0, 0.26);
    transform: translateY(-10px);
}

.program-cn h3 {
    font-size: 28px;
    margin-bottom: 0;
    color: #a2224b;
    /* min-height: 61px; */
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif;
  }
  
  .progrm_sec .row {
    row-gap: 22px;
    justify-content: center;
  }

.chose_sc {
    background: rgb(226 112 30 / 14%);
    position: relative;
}
.chose_sc .row {
    row-gap: 65px;
    margin-top: 79px;
}

.chose_bx {
    background-color: #fff;
  padding: 21px;
  position: relative;
  height: 100%;
  border-bottom: 3px solid #e2701e
}
.chose_bx img{
    /* position: absolute; */
  background-color: #fff;
  /* top: -34px; */
  padding: 9px;
  max-width: 80px;
  box-shadow: 0px 10px 77px -39px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 18px #a2224b26;
  border: 1px solid #dbdbdb;
}
.chose_bx figure {
    position: absolute;
    top: -40px;
}
.chose_bx .program-cn {
    margin-top: 41px;
}

.juo_bx {
    position: relative;
    background-image: url(../images/cta-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.juo_bx::before {
    position: absolute;
  inset: 0 50% 0 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: 9;
  background: linear-gradient(to left, #0000000a, #a2224b);
}
.juo_lyt_bx {
    position: relative;
    z-index: 9;
    max-width: 523px;
}
.juo_lyt_bx p {
    color: #fff;
}
.ignit_sec {
    background-color: #f7f7f7;
    padding: 45px 0;
    position: relative;
    background-image: url(../images/hall.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.ignit_sec::before {
    position: absolute;
    inset: 0 50% 0 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    background: rgb(0 0 0 / 74%);
}
.ignit_sec p a {
    color: #da2233;
    font-family: 700;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.ignit_sec p a:hover {
    color: #000;
}
.ignit_sec p {
    text-align: center;
    width: 50%;
    margin: auto;
    color: #fff;
}
.ignit_sec .section-title  {
    position: relative;
}
.ignit_sec a {
    position: relative;
}
footer {
    background-color: #000;
}
footer p {
    padding: 12px 0;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.ignit_sec .common-btn {
    color: #db2234;
    border-color: #db2234;
}
.gallery_sec .gal_img {
    overflow: hidden;
}
.gallery_sec .row {
    row-gap: 22px;
}
.gallery_sec .gal_img a {
    display: block;
}
.gallery_sec .gal_img img {
    position: relative;
    transition: all 0.5s;
    height: 275px;
    object-fit: cover;
    width: 100%;
}
.gallery_sec .gal_img:hover img {
    transform: scale(1.5);
}

@media (max-width: 1366px) {
    .banner-form {
        max-width: 448px;

    }
    .banner-form  h2 {
        font-size: 24px;
    }
    .program-cn h3 {
        height: 28px;
    }
    /* .program-cn {
        min-height: 234px;
    } */
    .program-cn {
        min-height: inherit;
    }
    .chose_sc .program-cn h3 {
        height: 64px;
        font-size: 24px;
    }
    .juo_bx {
        background-position: right;
    }
}




.cta {
    --img: url(https://www.ibi-bli.com/wp-content/uploads/2024/07/dd.jpg);
    --overlay: 80%;
    position: relative;
    isolation: isolate;
    padding-block: 80px;
    background: linear-gradient(hsl(0 0 0 / var(--overlay)), hsl(0 0 0 / var(--overlay))), fixed var(--img) center / cover;
}
.cta :is(h2, p) {
    color: #fff;
}
.cta .cta-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.25);
    display: none;
}

.test-slide h3 {
    color: #fff;
    font-size: 20px;
}
.slick-dots {
    display: flex !important;
}
.slick-dots li {
    width: 10px;
    height: 10px;
}
.slick-dots li button {
    padding: 0;
}
.slick-dots button::before {
    color: #fff !important;
}

.chose_sc-2 .chose_bx {
    background-color: #f2f2f2;
    text-align: center;
}

.chose_sc-2 .row {
    row-gap: 1.5rem;
    justify-content: center;
}

.bg-accent {
    background-color: #fceff1;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #db2234;
    color: #fff;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert();
}

#lead-form i {
    color: #fff;
}
#lead-form .error {
    font-size: 14px;
  background-color: red;
  color: #fff;
  display: block;
  padding-left: 8px;
  text-align: left;
}
#lead-form .cptch-sect .error {
    position: relative;
  top: -20%;
}
#lead-form .form-action.mt-3 {
    margin-top: 0 !important;
}

@media (max-width: 1024px) and (min-width:768px) {
    .chose_sc .row {
        justify-content: center;
        row-gap: 25px;
    }
    .chose_sc .row .col {
        width: 33%;
        flex: inherit;
    }
    .chose_sc .program-cn h3 {
        height: inherit;
    }
}


@media (max-width: 769px) and (min-width:768px) {
    .min_bnr .banner-content {
        max-width: 80%;
        margin: 0 auto 30px;
        text-align: center;
    }
    .banner-form {
        max-width: 100%;
        text-align: center;
        width: 84%;
        margin: auto;
    }
    .min_bnr {
        padding-top: 201px;
    }
    .prog_sec_bx img {
        width: 100%;
    }
    .program-cn h3 {
        height: inherit;
    }
    .program-cn {
        min-height: inherit;
        text-align: center;
    }
    .juo_bx {
        text-align: center;
    }
    .juo_lyt_bx {
        max-width: 100%;
    }
    .juo_lyt_bx .slick-dots {
        justify-content: center;
    }
    .enroll .section-title {
        text-align: center;
    }
    .enroll .action {
        text-align: center;
    }
    .enroll .fluid-wrapper {
        margin-top: 34px;
    }
    .chose_bx {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .min_bnr .banner-content {
        max-width: 80%;
        margin: 0 auto 30px;
        text-align: center;
    }
    .banner-form {
        max-width: 100%;
        text-align: center;
        width: 90%;
        margin: auto;
    }
    .prog_sec_bx img {
        width: 100%;
    }
    .juo_bx {
        text-align: center;
    }
    .juo_lyt_bx {
        max-width: 100%;
    }
    .juo_lyt_bx .slick-dots {
        justify-content: center;
    }
    .enroll .section-title {
        text-align: center;
    }
    .enroll .action {
        text-align: center;
    }
    .enroll .fluid-wrapper {
        margin-top: 34px;
    }
    .chose_bx {
        text-align: center;
    }
}

@media (max-width: 767px) {
    header .navbar-brand img {
        width: min(50vw, 132px);
    }
    .site-header .container {
        max-width: 689px;
    }
    .min_bnr .banner-content {
        max-width: 100%;
    }
    .banner-form {
        max-width: 100%;
    }
    .min_bnr .banner-content {
        margin-bottom: 26px;
        text-align: center;
    }
    .min_bnr {
        background-position: center;
    }
    .banner-form .section-title {
        text-align: center;
    }
    .program-cn h3 {
        height: inherit;
    }
    .prog_sec_bx img {
        width: 100%;
    }
    .program-cn p {
        margin-bottom: 0;
    }
    .section-title h2 {
        font-size: 28px;
    }
    .chose_sc .row {
        display: block;
    }
    .chose_sc .program-cn h3 {
        height: inherit;
    }
    .chose_bx {
        margin-bottom: 80px;
        text-align: center;
    }
    .chose_bx figure {
        left: 0;
        right: 0;
    }
    .chose_sc-2 .text {
        text-align: center;
    }
    .enroll .col-lg-6 {
        margin-bottom: 20px;
    }
    .juo_lyt_bx {
        text-align: center;
    }
    .juo_bx .slick-dots {
        justify-content: center;
    }
    section {
        padding: 40px 0;
    }
    .program-cn {
        text-align: center;
    }
    .chose_sc-2 .chose_bx {
        height: auto;
    }
    .chose_sc-2 .chose_bx {
        margin-bottom: 0;
    }
    .cta {
        padding-block: 40px;
    }
    .enroll .section-title {
        text-align: center;
    }
    .enroll .action {
        text-align: center;
    }
    #lead-form {
        text-align: left;
    }
}



@media (max-width: 575px) {
    .top_hd {
        display: block;
        background-color: #f7f7f7;
        display: flex;
        justify-content: space-between;
        /* padding: 6px 17px; */
    }
    .top_hd .tp_nu {
        background-color: #a2224b;
        width: 50%;
        text-align: center;
    }
    .top_hd .tp_nu a,
    .top_hd .emi_t a {
        color: #fff;
        padding: 6px 0;
        display: block; 
        font-size: 14px;
    
    }
    .ignit_sec p {
        width: 100%;
    }
    .top_hd .emi_t {
        background-color: #000;
        width: 50%;
    }
    .contact-info {
        display: none;
    }
    header .navbar-brand {
        width: 100%;
    text-align: center;
    }
    header .navbar-brand img {
        width: min(50vw, 115px);
    }
    header.sticky .navbar-brand img {
        max-width: 92px;
    }
    .section-title h1 {
        font-size: 26px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .cta-content .action {
        display: block !important;
        width: 63%;
        margin: auto;
    }
    .cta-content .action a {
        width: 100%;
    }
    .cta-content .action a.common-btn {
        width: 100%;
        margin-top: 20px;
    }
    .program-cn h3 {
        font-size: 20px;
    }
    #lead-form .cptch-sect .error {
        top: -15%;
    }
}