/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/
body {
    color: #000000;
}

:root {
    --first: #114899;/*#0d6efd;*/
    --second: #d63384;
    --third: #dc3545;
    --four: #F4F7FC;
    --five: #f28b00 !important;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

.bg-secondary {
    background-color: #f28b00 !important;
}

.text-light {
    color: var(--four) !important;
}

.text-primary {
    color: var(--four) !important;
}

.text-blue {
    color: var(--first) !important;
}

.btn-primary {
    color: var(--first) !important;
    background-color: var(--five) !important;
    border-color: var(--first) !important;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 40px;
    height: 40px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50% !important;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--first);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--five) !important;
}

.btn.btn-secondary {
    box-shadow: inset 0 0 0 0 var(--first);
}

.btn.btn-secondary:hover {
    box-shadow: inset 300px 0 0 0 var(--first);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}


.btn-animated {
    background: linear-gradient(to right, #0d6efd, #698fe6);
    width: 180px;
    height: 50px;
    border: none;
    font-size: 1.3rem;
    color: white;
    cursor: pointer;
    border-radius: 0 25px;
    position: relative;
    transition: all .6s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-animated:hover {
    color: #ffffff;
    border-radius: 25px 0;
}

.btn-animated::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #240b36, #148fc3);
    width: 100%;
    height: 100%;
    filter: blur(22px);
    transform: scale(0.9, 0.8) translateY(20px);
    z-index: -1;
    opacity: 0;
    transition: all 0.6s;
}

.btn-animated:hover::before {
    opacity: 1;
}

/*** Sub Title Start ***/
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--first);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -110px;
    border: 1px solid var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--first) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/



/*************************** Navbar Start************************ ***/

.navbar {
    box-shadow: var(--box-shadow);
    border-bottom: 1px solid var(--first);
}

.navbar-brand {
    width: 175px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
	font-family: Yantramanav, sans-serif;
    padding: 35px 0;
    color: var(--five);
    font-size: 23px;
    font-weight: 400;
    outline: none;
	transition: 0.5s;
}

   
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler {
    color: var(--four) !important;
    border-color: var(--four) !important;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid var(--first);
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: var(--first);
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--first);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 16px;
        font-size: 12px;
    }
}

@media screen and (max-width: 840px) {
    .navbar-brand {
        width: 107px;
    }

    .navbar-collapse {
        position: absolute;
        background: white !important;
        height: 100vh;
        width: 225px;
        left: -282px;
        top: 85px;
        box-shadow: var(--box-shadow);
        padding-top: 10px;
        padding-bottom: 10px;
        transition: .3s linear;
    }

    .navbar-collapse.show {
        top: 85px;
        left: 0px;
        z-index: 99;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }


}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: 1px solid var(--first);
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/************************* navbar end ************************ */
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative;
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: var(--five);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: var(--five);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--first) !important;
}

@media (max-width: 576px) {

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }

}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 0px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {

    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;

}

/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumbclass {
    position: relative;
    padding: 145px 0 30px 0;
    background: linear-gradient(rgba(242, 139, 0, 0.2), rgba(242, 139, 0, 0.3)), url(../img/bg-class.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

@media (max-width: 992px) {
    .bg-breadcrumbclass {
        padding-top: 50px;
    }

    .bg-breadcrumbgallery {
        padding-top: 50px;
    }

    .bg-breadcrumbabout {
        padding-top: 50px;
    }

    .bg-breadcrumbcontact {
        padding-top: 50px;
    }
}

.bg-breadcrumbgallery {
    position: relative;
    padding: 145px 0 30px 0;
    background: linear-gradient(rgba(242, 139, 0, 0.2), rgba(242, 139, 0, 0.3)), url(../img/bg-gallery.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.bg-breadcrumbabout {
    position: relative;
    padding: 145px 0 30px 0;
    background: linear-gradient(rgba(242, 139, 0, 0.2), rgba(242, 139, 0, 0.3)), url(../img/bg-aboutus.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;

}


.bg-breadcrumbcontact {
    position: relative;
    padding: 145px 0 30px 0;
    background: linear-gradient(rgba(242, 139, 0, 0.2), rgba(242, 139, 0, 0.3)), url(../img/bg-contact.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;

}


/*** Single Page Hero Header End ***/

/* about start ================================== */
.feature {
    position: relative;
    display: flex;

}

.feature+.feature {
    margin-top: 20px;
}

.feature .feature-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* display: flex;
    justify-content: center; */
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    border: 2px solid var(--first);
    color: var(--five);
}

.feature-content {
    padding-left: 50px;
    padding-top: 10px;
}

/* about end------------------------------ */

/*** Counter Facts Start ***/

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url(../img/1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--first);

}

.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    line-height: 90px;
    color: var(--first) !important;
    display: flex;

}

.counter-facts .counter h3 {
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
}

.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter {
        margin-bottom: 40px;
    }
}

/*** Counter Facts End ***/


/*** Training Start ***/
.training-carousel .owl-stage-outer {
    margin-top: 30px;
}

.training-carousel .owl-nav .owl-prev,
.training-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.training-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.training-carousel .owl-nav .owl-next {
    right: 0;
}

.training-carousel .owl-nav .owl-prev:hover,
.training-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--first) !important;
}

.training .training-item .training-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.training .training-item .training-img img {
    transition: 0.5s;
}

.training .training-item:hover .training-img img {
    transform: scale(1.2);
}

/*** Training End ***/



/*** Dance Class Start ***/
.class-carousel .owl-stage-outer {
    margin-top: 30px;
}

.class-carousel .owl-nav .owl-prev,
.class-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.class-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.class-carousel .owl-nav .owl-next {
    right: 0;
}

.class-carousel .owl-nav .owl-prev:hover,
.class-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--first) !important;
}

.class .class-item .class-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.class .class-item .class-img img {
    transition: 0.5s;
}

.class .class-item:hover .class-img img {
    transform: scale(1.3);
}

/*** Dance Class End ***/


/*** Blog Start ***/
.blog-carousel .owl-stage-outer {
    margin-top: 30px;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.blog-carousel .owl-nav .owl-next {
    right: 0;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--first) !important;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}

/*** Blog End ***/

/*** Team Start ***/
.team-carousel .owl-stage-outer {
    margin-top: 30px;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--first);
    color: var(--first);
    background: var(--five);
    border-radius: 50px;
    transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--first) !important;
}

.team .team-carousel .team-item .team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.team .team-carousel .team-item .team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: 0.5s;
    z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.team .team-carousel .team-item .team-content {
    position: relative;
    background: var(--bs-secondary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--first) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
    color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
    height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
    transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
    transform: scale(1.1);
}

/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 30px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--first) !important;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact button.btn.btn-primary.w-100:hover {
    box-shadow: inset 700px 0 0 0 var(--bs-light) !important;
    color: var(--first) !important;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--first);
}

.footer .footer-item .footer-link {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item .footer-link:hover {
    letter-spacing: 1px;
    color: var(--four) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #f28b00 !important;
}

/*** copyright end ***/

@-webkit-keyframes jump {
    50% {
        transform: translateY(-30%);
    }
}

@keyframes jump {
    50% {
        transform: translateY(-30%);
    }
}

@-webkit-keyframes upscale {
    50% {
        transform: scale(1.5);
    }
}

@keyframes upscale {
    50% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes spin {
    50% {
        transform: rotate(180deg);
    }
}

@keyframes spin {
    50% {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes squash {
    50% {
        transform: scaleY(0);
    }
}

@keyframes squash {
    50% {
        transform: scaleY(0);
    }
}

@-webkit-keyframes skew {
    50% {
        transform: skew(-30deg);
    }
}

@keyframes skew {
    50% {
        transform: skew(-30deg);
    }
}

@-webkit-keyframes leap {
    50% {
        transform: translateY(-50%) rotate(-15deg);
    }
}

@keyframes leap {
    50% {
        transform: translateY(-50%) rotate(-15deg);
    }
}

@-webkit-keyframes fade {
    50% {
        transform: translateY(50%);
        opacity: 0;
    }
}

@keyframes fade {
    50% {
        transform: translateY(50%);
        opacity: 0;
    }
}

@-webkit-keyframes sheen {
    50% {
        transform: translateY(-10%);
        color: #eee;
    }
}

@keyframes sheen {
    50% {
        transform: translateY(-10%);
        color: #eee;
    }
}

@-webkit-keyframes xspin {
    50% {
        transform: scaleX(0);
    }
}

@keyframes xspin {
    50% {
        transform: scaleX(0);
    }
}

.wobble span {
    display: inline-block;
    pointer-events: none;
}

.wobble span.jump {
    -webkit-animation: jump 0.5s 1;
    animation: jump 0.5s 1;
}

.wobble span.upscale {
    -webkit-animation: upscale 0.5s 1;
    animation: upscale 0.5s 1;
}

.wobble span.spin {
    -webkit-animation: spin 0.5s 1;
    animation: spin 0.5s 1;
}

.wobble span.skew {
    -webkit-animation: skew 0.5s 1;
    animation: skew 0.5s 1;
}

.wobble span.squash {
    -webkit-animation: squash 0.5s 1;
    animation: squash 0.5s 1;
    transform-origin: bottom;
}

.wobble span.leap {
    -webkit-animation: leap 0.7s 1;
    animation: leap 0.7s 1;
}

.wobble span.fade {
    -webkit-animation: fade 0.5s 1;
    animation: fade 0.5s 1;
}

.wobble span.sheen {
    -webkit-animation: sheen 0.3s 1;
    animation: sheen 0.3s 1;
}

.wobble span.xspin {
    -webkit-animation: xspin 0.5s 1;
    animation: xspin 0.5s 1;
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .why-box {
    color: var(--four);
    background: var(--first);
    padding: 30px;
}

.why-us .why-box h3 {
    color: var(--four);
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}

.why-us .why-box p {
    margin-bottom: 30px;
}

.why-us .why-box .more-btn {
    display: inline-block;
    background: color-mix(in srgb, var(--four), transparent 85%);
    padding: 8px 40px 10px 40px;
    color: var(--four);
    transition: all ease-in-out 0.4s;
    border-radius: 50px;
}

.why-us .why-box .more-btn i {
    font-size: 14px;
}

.why-us .why-box .more-btn:hover {
    color: var(--first);
    background: var(--surface-color);
}

.why-us .icon-box {
    background-color: var(--surface-color);
    text-align: center;
    padding: 15px 30px;
    width: 100%;
    height: 159px;
    border: 1px solid color-mix(in srgb, var(--first), transparent 30%);
}

.why-us .icon-box i {
    color: var(--first);
    font-size: 21px;
    margin-bottom: 30px;
    background: color-mix(in srgb, var(--first), transparent 95%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    transition: 0.3s;
}

.why-us .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.why-us .icon-box p {
    font-size: 15px;
    color: color-mix(in srgb, var(--first), transparent 30%);
}

.why-us .icon-box:hover i {
    color: var(--four);
    background: var(--first);
}

/* end ------------------------------------------- */

/* our mission vission======================================== */
.latest_coures_area {
    position: relative;
    padding: 50px 0;
    z-index: 0;
}

@media (max-width: 767px) {

    .latest_coures_area {
        padding: 60px 0;
    }
}

.latest_coures_area::before {
    position: absolute;
    background-image: url(../img/1.png);
    left: 0;
    content: '';
    width: 60%;
    top: 0;
    bottom: 0;
    z-index: -2;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767px) {

    .latest_coures_area::before {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .latest_coures_area::before {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .latest_coures_area::before {
        width: 100%;
    }
}

.latest_coures_area::after {
    position: absolute;
    background: #000;
    left: 0;
    content: '';
    width: 60%;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(23, 47, 72, 0.871);
}

@media (max-width: 767px) {

    .latest_coures_area::after {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .latest_coures_area::after {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .latest_coures_area::after {
        width: 100%;
    }
}

.latest_coures_area .latest_coures_inner::before {
    position: absolute;
    right: 0;
    width: 40%;
    top: 0;
    bottom: 0;
    content: '';
    background-size: cover;
    background-position: center center;
    background-image: url(../img/about2.png);
}

@media (max-width: 767px) {

    .latest_coures_area .latest_coures_inner::before {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .latest_coures_area .latest_coures_inner::before {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .latest_coures_area .latest_coures_inner::before {
        display: none;
    }
}

.latest_coures_area .section_title p {
    margin-top: 30px;
    margin-bottom: 63px;
}

@media (max-width: 767px) {

    .latest_coures_area .section_title p br {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .latest_coures_area .section_title p br {
        display: none;
    }
}

@media (max-width: 767px) {

    .latest_coures_area .coures_info .coures_wrap {
        display: block !important;
    }
}

@media (max-width: 767px) {

    .latest_coures_area .coures_info .coures_wrap .single_wrap {
        margin-bottom: 30px;
    }
}

.latest_coures_area .coures_info .coures_wrap .icon {
    background: #fff;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    display: inline-block;

}

.latest_coures_area .coures_info .coures_wrap .icon i {
    line-height: 70px;
    font-size: 30px;
    position: relative;

    color: #357ed7;

}

.latest_coures_area .coures_info .coures_wrap h4 {
    font-size: 25px;
    line-height: 1.4;
    color: #fff;
    /* font-family: "Abril Fatface", cursive; */
    margin-top: 22px;
}


.latest_coures_area .coures_info .coures_wrap p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 57px;
    margin-top: 27px;
}

/* our mission vission======================================== */

.latest_coures_area .special-offer {
    background-color: #f1f0fe;
    /* margin-bottom: 60px; */
    padding: 34px 30px 34px 100px;
    width: 100%;
}

.latest_coures_area .special-offer h4 {
    font-size: 17px;
}

.latest_coures_area .special-offer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 15px;
    right: 15px;
}

.latest_coures_area .special-offer {
    /* margin-top: 50px; */
    background-color: #fff;
    border-radius: 25px;
    padding: 28px 120px;
    display: inline-block;
    position: relative;
}

.latest_coures_area .special-offer span.offer {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--five);
    width: 80px;
    padding: 30px 8px;
    line-height: 25px;
    height: 120px;
    border-radius: 15px 60px 60px 15px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}

.latest_coures_area .special-offer span.offer em {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
}

.latest_coures_area .special-offer h6 {
    font-size: 15px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}

.latest_coures_area .special-offer h6 em {
    font-style: normal;
    color: var(--first);
    font-weight: 600;
}

.latest_coures_area .special-offer h4 {
    font-size: 22px;
    font-weight: 600;
}

.latest_coures_area .special-offer h4 em {
    font-style: normal;
    color: var(--first);
}

.latest_coures_area .special-offer a {
    position: absolute;
    right: 30px;
    top: 35px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background-color: var(--five);
    color: #fff;
    border-radius: 50%;
}


@media(max-width:768px) {
    .latest_coures_area .special-offer {
        /* margin-top: 50px; */
        background-color: #fff;
        border-radius: 25px;
        padding: 28px 98px;
        display: inline-block;
        position: relative;
    }

}

@media(max-width:576px) {
    .latest_coures_area .special-offer {
        /* margin-top: 50px; */
        background-color: #fff;
        border-radius: 25px;
        padding: 28px 98px;
        display: inline-block;
        position: relative;
    }

}

/* extra curicular start ============================ */
.main-timeline {
    font-family: 'Poppins', sans-serif;
    padding: 15px 0;
}


@media(max-width:576px) {
    .main-timeline {
        font-family: 'Poppins', sans-serif;
        padding: 0px 0;
    }


}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    width: 100%;
    /* height: 100% !important; */
    padding: 15px 0 0 15px;
    margin: 0 0 20px 5px;
    float: right;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline-content {
    color: #777;
    background-color: #E4EEF0;
    min-height: 120px;
    padding: 35px 15px 15px 10px;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: block;
    position: relative;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-content:before {
    content: '';
    background-color: var(--first);
    height: 80%;
    width: calc(100% + 15px);
    border-radius: inherit;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
}

.main-timeline .timeline-year {
    color: #fff;
    background-color: var(--first);
    font-size: 17px;
    font-weight: 600;
    padding: 5px 5px 0px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    left: 10px;
    top: 0;
}

.main-timeline .timeline-icon {
    color: #777;
    font-size: 40px;
    transform: translateY(-50%);
    position: absolute;
    left: 20px;
    top: 50%;
}

.main-timeline .title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.main-timeline .description {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
    margin-top: 10px;
}

.main-timeline .timeline:nth-child(even) {
    padding: 15px 15px 0 0;
    margin: 0 5px 20px 0;
    float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 35px 80px 15px 15px;
}

.main-timeline .timeline:nth-child(even) .timeline-content::before {
    left: auto;
    right: -15px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 20px;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    left: auto;
    right: 10px;
}


@media screen and (max-width:767px) {

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 40px;
    }
}

@media screen and (max-width:576px) {

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 65px 15px 15px 15px;
    }

    .main-timeline .timeline-icon {
        transform: translateY(0);
        top: 5px;
        left: auto;
        right: 15px;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateY(0);
        top: 5px;
        right: auto;
        left: 15px;
    }
}

/* extra curicular start ============================ */




/*
---------------------------------------------
Services Style
---------------------------------------------
*/
p{
	font-size: 18px;
}
.services .service-item:hover .icon img {
    margin-top: -10px;
}

.services .service-item {
    position: relative;
    margin-top: 95px;
}

.services .service-item .icon {
    width: 140px;
    height: 140px;
    display: inline-block;
    text-align: center;
    line-height: 150px;
    background-color: var(--five);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -95px;
}

.services .service-item .icon img {
    max-width: 86px;
    transition: all .2s;
}

.services .service-item .main-content {
    border-radius: 25px;
    padding: 50px 30px 50px 30px;
    background-color: #f1f0fe;
    margin-bottom: 30px;
    margin-right: 80px;
    transition: all .4s;
    height: 211px;
}

.services .service-item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 30px;
    transition: all .4s;
}

.services .service-item p {
    color: #4a4a4a;
    margin-bottom: 25px;
}


/*
---------------------------------------------
Contact Style
---------------------------------------------
*/

.contact-us {
    margin-top: 80px;
    position: relative;
    padding: 50px 0px;
}

.contact-us:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 65%;
    height: 100%;
    background-color: #f1f0fe;
    content: '';
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
}


.contact-us .section-heading {
    margin-right: 110px;
    margin-bottom: 0px;
}

.contact-us .section-heading p {
    margin-top: 50px;
}

.contact-us .special-offer {
    margin-top: 50px;
    background-color: #fff;
    border-radius: 25px;
    padding: 30px 120px;
    display: inline-block;
    position: relative;
}

.contact-us .special-offer span.offer {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--five);
    width: 81px;
    padding: 44px 8px;
    line-height: 25px;
    height: 139px;
    border-radius: 15px 60px 60px 15px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}

.contact-us .special-offer span.offer em {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
}

.contact-us .special-offer h6 {
    font-size: 15px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-us .special-offer h6 em {
    font-style: normal;
    color: var(--first);
    font-weight: 600;
}

.contact-us .special-offer h4 {
    font-size: 22px;
    font-weight: 600;
}

.contact-us .special-offer h4 em {
    font-style: normal;
    color: var(--first);
}

.contact-us .special-offer a {
    position: absolute;
    right: 30px;
    top: 48px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background-color: var(--five);
    color: #fff;
    border-radius: 50%;
}

.contact-us .contact-us-content {
    border-radius: 25px;
    padding: 80px;
    background-color: var(--first);
    position: relative;
    z-index: 1;
}

.contact-us .contact-us-content::before {
    background: url(../img/contact-dec-01.png);
    position: absolute;
    left: 50%;
    transform: translateX(-149px);
    opacity: 0.5;
    top: 0;
    width: 318px;
    height: 119px;
    content: '';
    z-index: 2;
}

.contact-us .contact-us-content::after {
    background: url(../img/contact-dec-02.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 183px;
    height: 149px;
    content: '';
    z-index: 2;
}

#contact-form input {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: rgba(249, 235, 255, 0.15);
    border: none;
    outline: none;
    font-weight: 300;
    padding: 0px 20px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

#contact-form input::placeholder {
    color: #fff;
}

#contact-form textarea {
    width: 100%;
    height: 120px;
    border-radius: 25px;
    background-color: rgba(249, 235, 255, 0.15);
    border: none;
    outline: none;
    font-weight: 300;
    padding: 20px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

#contact-form textarea::placeholder {
    color: #fff;
}

#contact-form button {
    border: none;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    padding: 0px 25px;
    border-radius: 25px;
    color: var(--five);
    transition: all .4s;
    position: relative;
    z-index: 3;
}

#contact-form button:hover {
    opacity: 0.8;
}

.contact-us-content .more-info {
    text-align: center;
    background: var(--first);
    background: linear-gradient(90deg, rgba(85, 0, 227, 1) 0%, rgba(198, 61, 255, 1) 100%);
    border-radius: 0px 0px 23px 23px;
    padding: 45px 30px 15px 30px;
}

.contact-us-content .more-info .info-item {
    text-align: center;
    margin-bottom: 30px;
}

.contact-us-content .more-info i {
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
}

.contact-us-content .more-info h4 a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}



.ftco-intro {
    padding: 70px;
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    color: rgba(255, 255, 255);
}

@media (max-width: 1199.98px) {
    .ftco-intro {
        background-position: center center !important;
    }
}

.ftco-intro h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
}

.ftco-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .2;
    background: #000000;
}





/*---------------------------------------
      ABOUT
  -----------------------------------------*/

.computer-info .icon-box {
    background-color: var(--five); /* Use your theme color */
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.computer-info h6 {
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 576px) {
    .computer-info .d-flex {
        flex-direction: row;
        align-items: flex-start;
    }

    .computer-info h6 {
        font-size: 15px;
    }
}




#library .icon-box {
    background-color: var(--five); /* Replace with your brand primary color */
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

#library .library-info h6 {
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 576px) {
    #library .library-info .d-flex {
        flex-direction: row;
        align-items: flex-start;
    }

    #library .library-info h6 {
        font-size: 15px;
    }
}





#faculties figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

#faculties figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: -5px;
}

#faculties figure span i {
    background: var(--first);
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.gallery .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 0;
    opacity: 0;
    position: relative;
    background: #1eaaf1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery .icon span {
    color: #fff;
}

.gallery:hover .icon,
.gallery:focus .icon {
    opacity: 1;
}

/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}
.line-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
	    margin-top: 23px;
}

.line-big {
    width: 120px;
    height: 4px;
    background-color: #004080; /* Dark blue */
    border-radius: 2px;
}

.line-small {
    width: 60px;
    height: 4px;
    background-color: #f28b00; /* Light blue */
    border-radius: 2px;
}
.admission-box {
    background: linear-gradient(135deg, #e6f0ff, #ffffff);
    border-left: 5px solid #004080; /* Dark blue accent */
    transition: box-shadow 0.3s ease;
}
.admission-box:hover {
    box-shadow: 0 0 10px rgba(0, 64, 128, 0.2);
}
 .icon-box {
    background-color: #f8f9fa;
    transition: all 0.3s ease-in-out;
  }

  .icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .feature-card {
  background: #ffffff;
  border-radius: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
  background: linear-gradient(135deg, #e3ff21, #1034f2);
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
}
.overlay-glass {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.ftco-intro .container {
  position: relative;
  z-index: 2;
}

.text-highlight {
  color: #29b6f6;
}
.text-secondary{
	color: #f28b00 !important;
}
.btn-enquiry {
  background: #f28b00;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.4);
  transition: all 0.3s ease-in-out;
}

.btn-enquiry:hover {
  background: linear-gradient(135deg, #6610f2, #0d6efd);
  transform: scale(1.05);
}
.activity-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.activity-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.activity-card .icon {
  font-size: 2.5rem;
  color: #f28b00;
}

.dropdown-item.active, .dropdown-item:active {
   
    background-color: #f28b00;
}
.carousel-caption h1{
	font-family: ui-serif !important;
}

@media screen and (min-width: 1366px) {
    .latest_coures_area .special-offer {
            padding: 28px 108px;
}
.contact-us .special-offer {
    padding: 27px 95px ;
}

}










