@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
    font-family: "Rubik", 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: "Rubik", 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: "Rubik", sans-serif;
    margin: 0 0 18px 0;
    color: #000;
    line-height: 1.625
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", system-ui;
    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: #ffd10c;
    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: #000;
}

.common_btn:hover {
    box-shadow: inset 7em 0 0 0 #000, inset -7em 0 0 0 #000;
    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 -12em 0 0 0 #fff;
    border-color: #fff;
    background-color: transparent;
    color: #0b326e;
}

.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 {
    text-transform: capitalize;
}

/* .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; */
    border-top: 5px solid #004674;
}

header.sticky {
    background-color: #fff;
}

.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: #004674;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;

}

.contact-info li .icon svg {
    color: #fff;
    height: 1em;
}

.contact-info .text a {
    display: block;
    color: #000;
    transition: all 0.3s ease-in-out;
    font-size: 24px;
    font-weight: 500;
}

.contact-info .text a:hover {
    color: #0b326e;
}

header .navbar-brand img {
    width: 100%;
    max-width: 250px;
    ;
    transition: all 300ms ease;
}

header.sticky .navbar-brand img {
    max-width: 150px;
}

.min_bnr {
    position: relative;
    background-color: #f4f4f4;
    padding-top: 150px;
    padding-bottom: 75px;
}

.min_bnr .banner-content,
.min_bnr .banner-form {
    position: relative;
    z-index: 9;
}

.min_bnr .row-gap {
    align-items: flex-end;
}

.banner-form {
    background-color: #004674;
    margin: 0 0 0 auto;
    padding: 20px;
    position: relative;
    z-index: 1;
    max-width: 400px;
}

.banner-form h2 {
    color: #ffd10c;
    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 #ffd10c;
    box-shadow: none !important;
}

.banner-form textarea:focus {
    background-color: transparent;
    border: 1px solid #ffd10c;
    box-shadow: none !important;
}

.why-choose-us .white-cn p {
    color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.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;
}

.about-sec {
    overflow: visible;
}

.min_bnr h1 {
    font-weight: 400;
    font-size: 46px;
}

.banner-content .section-title h4 {
    text-transform: capitalize;
    font-size: 30px;
}

.min_bnr .banner-content {
    max-width: 506px;
    margin-top: 0;
    background: rgb(3 3 3 / 80%);
    padding: 15px 30px;
}

.paralax-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 700px;
}

.paralax-cn {
    background: transparent;
    padding: 50px;
}

.section-title.text-yellow h2,
.section-title.text-yellow h3 {
    color: #ffd10c;
}

.paralax-cn p {
    color: #000;
}

.paralax-cn h3 {
    color: #000;
    font-size: 25px;
}

.progrm_sec {
    background: #0b326e;
}

.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);
}

.juo_lyt_img0 img {
    height: 500px;
    object-fit: cover;
}

.program-cn h3 {
    font-size: 25px;
    margin-bottom: 12px;
}

.prog_sec_bx figure img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.progrm_sec .row {
    row-gap: 22px;
    justify-content: center;
}

.why-choose-us {
    background: #0b326e;
}

.why-choose_bx ul li {
    font-size: 16px;
    color: #000;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 400;
}

.why-choose_bx ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    background: #004674;
    outline: 2px solid #000;
    transform: rotate(45deg);
}

.why-choose_bx ul li span {
    font-weight: 500;
}

.why-choose_bx ul {
    margin: 8px 0;
}

.why-choose_bx {
    padding-right: 0;
}

.why-choose_bx ul li b {
    font-weight: 700;
}

.testimonial-sec {
    position: relative;
    padding: 150px 0;
}

.testimonial-sec .section-title {
    margin-bottom: 25px;
}

.testimonial-sec::before {
    position: absolute;
    inset: 0 50% 0 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background: #0b326e;
}

.testimonial-sec .container {
    position: relative;
    z-index: 1;
}

.testimonial_bx {
    max-width: 500px;
}

.testimonial-sec p {
    color: #fff;
    font-size: 24px;
    font-style: italic;
}

.rate_gl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.rate_gl ul {
    display: flex;
    gap: 6px;
}

.rate_gl ul li {
    max-width: 22px;
}

.rate_gl figure {
    margin-bottom: 0;
}

.rate_gl figure img {
    width: 50px;
    height: 50px;
    background: #000000;
    padding: 10px;
    border-radius: 50%;
}

.test-name h3 {
    color: #ff9900;
    font-size: 26px;
    text-transform: uppercase;
}

.rewview_pic img {
    width: 50%;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: top;
}





.juo_bx {
    position: relative;
}

.juo_lyt_bx {
    position: relative;
    z-index: 9;
    background: #0b326e;
    padding: 50px;
}

.juo_lyt_bx p {
    color: #fff;
}

.ignit_sec {
    background-color: #000000;
    padding: 45px 0;
    position: relative;


}

.ignit_sec p a {
    color: #fff;
    font-family: 700;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.ignit_sec p a:hover {
    color: #ffd10c;
}

.ignit_sec p {
    margin: auto;
    color: #fff;
}

.ignit_sec .section-title {
    position: relative;
}

.ignit_sec a {
    position: relative;
}

footer {
    background-color: #004674;
}

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;
    }

    .program-cn {
        min-height: inherit;
    }
}

.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();
}


.white-sec .program-cn a {
    color: #004674;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.white-sec .program-cn a:hover {
    color: #ffd10c;
}

.time_stp li {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.time_stp li:not(:last-child) {
    margin-bottom: 6px;
}

.time_stp li span {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

.footer-bx h3 {
    text-align: center;
    margin-bottom: 35px;
    text-transform: capitalize !important;
}

.botom-bx {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    text-align: center;
}


@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: 100%;
        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;
    }

    .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;
    }

    .cta {
        padding-block: 40px;
    }

    .enroll .section-title {
        text-align: center;
    }

    .enroll .action {
        text-align: center;
    }
}



@media (max-width: 575px) {
    .paralax-left {
        height: auto;
    }

    .program-cn {
        text-align: left;
    }

    .paralax-cn {
        padding: 22px;
    }

    .top_hd {
        display: block;
        background-color: #f7f7f7;
        display: flex;
        justify-content: space-between;
        /* padding: 6px 17px; */
    }

    .top_hd .tp_nu {
        background-color: #ffd10c;
        width: 100%;
        text-align: center;
    }

    .top_hd .tp_nu a,
    .top_hd .emi_t a {
        color: #000;
        padding: 6px 0;
        display: block;
        font-size: 18px;
        font-weight: 500;

    }

    .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);
    }



    .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;
    }

    .btm_detail {
        flex-wrap: wrap;
        gap: 19px;
    }


    .site-header {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
		border-bottom: 1px solid #dadada;
    }

    .site-header div {
        width: calc(100% - 50%);
    }

    .top_hd .tp_nu {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .top_hd .tp_nu a,
    .top_hd .emi_t a {

        padding: 0;
    }





    .mobile-top-bar {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    a.navbar-brand {
        padding: 10px 6px;
    }

    .mobile-top-bar a+a {
        background: #ffd10c;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }

    .navbar-brand img {
        max-width: 80%;
        height: auto;
    }

    .paralax-left img {
        display: block;
    }

    .min_bnr {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .paralax-cn {
        padding: 0px;
    }

    .botom-bx {
        flex-direction: column !important;
    }

    .paralax-left .row {
        flex-direction: column-reverse;
        gap: 30px;
    }

}



.mobile-top-bar {
    display: none;
}


.botom-bx {
    display: flex;
    justify-content: space-between;
}

.footer-bx h3 {
    text-align: center;
    margin-bottom: 35px;
}

.mobile-number {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    gap: 0px;
}

.mobile-number p {
    width: auto;
    margin: unset;
    height: auto;
}


.address,
.mobile-number,
.email-bx {
    text-align: center;
    width: calc(100%);
}

.footer-bx h3 {
    text-align: center;
    margin-bottom: 17px;
}