/********** Template CSS **********/
:root {
    --primary: #FE5D37;
    --light: #FFF5F3;
    --dark: #103741;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-primary {
    background-color: #FE5D37 !important;
    background-image: initial !important;
}

.bg-secondary {
    background-color: #6c757d !important;
    background-image: initial !important;
}

.bg-success {
    background-color: #198754 !important;
    background-image: initial !important;
}

.bg-info {
    background-color: #0dcaf0 !important;
    background-image: initial !important;
}

.bg-warning {
    background-color: #ffc107 !important;
    background-image: initial !important;
}

.bg-danger {
    background-color: #dc3545 !important;
    background-image: initial !important;
}

.bg-light {
    background-color: #FFF5F3 !important;
    background-image: initial !important;
}

.bg-dark {
    background-color: #103741 !important;
    background-image: initial !important;
}

.bg-body {
    background-color: #FFF5F3 !important;
    background-image: initial !important;
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: rgba(0,0,0,0) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}
/*** 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;
    }

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

        .header-carousel .owl-carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .header-carousel .owl-carousel-item p {
            font-size: 16px !important;
            font-weight: 400 !important;
        }

        .header-carousel .owl-carousel-item h1 {
            font-size: 30px;
            font-weight: 600;
        }
}


.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Facility ***/
.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .facility-item .facility-icon::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .9);
        transition: .5s;
        z-index: 1;
    }

    .facility-item .facility-icon span {
        position: absolute;
        content: "";
        width: 15px;
        height: 30px;
        top: 0;
        left: 0;
        border-radius: 50%;
    }

        .facility-item .facility-icon span:last-child {
            left: auto;
            right: 0;
        }

    .facility-item .facility-icon i {
        position: relative;
        z-index: 2;
    }

.facility-item .facility-text {
    position: relative;
    height: 280px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    width: 280px;
    margin-left:auto;
    margin-right:auto;
}

    .facility-item .facility-text::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .9);
        transition: .5s;
        z-index: 1;
    }

    .facility-item .facility-text * {
        position: relative;
        z-index: 2;
    }

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
    transition: .5s;
}

.rounded-circle {
    border-radius: 50% !important;
}

.p-3 {
    padding: 1rem !important;
}

.w-75 {
    width: 75% !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;    
}

.about-img img:hover {
    background: var(--primary) !important;
}

.about-img img.bgPink:hover {
    background: #8DCBE6 !important;
}

.about-img img.bgBlue:hover {
    background: #FFEA20 !important;
}


/*** Classes ***/
.classes-item {
    transition: .5s;
}

    .classes-item:hover {
        margin-top: -10px;
    }


/*** Team ***/
.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        position: relative;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: var(--primary);
        border-radius: 45px;
        font-size: 20px;
        transition: .5s;
    }

        .testimonial-carousel .owl-nav .owl-prev:hover,
        .testimonial-carousel .owl-nav .owl-next:hover {
            background: var(--dark);
        }


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
}

    .footer .btn.btn-social:hover {
        border-color: var(--primary);
        background: var(--primary);
    }

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

    .footer .btn.btn-link::before {
        position: relative;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
    }

    .footer .btn.btn-link:hover {
        color: var(--primary) !important;
        letter-spacing: 1px;
        box-shadow: none;
    }

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

    .footer .copyright a {
        color: #FFFFFF;
    }

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

    .footer .copyright a:hover,
    .footer .footer-menu a:hover {
        color: var(--primary) !important;
    }

    .footer .footer-menu a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }

.container-xxl.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
    display: inline-block;
    width: 100%;
}

.text-center.mx-auto.mb-5 {
    margin-bottom: 3rem !important;
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

    .text-center.mx-auto.mb-5 h1 {
        margin-bottom: 1rem !important;
        font-family: 'Jost', sans-serif !important;
        font-weight: 700;
        font-size: 2rem;
    }

.facility-text p {
    color: #000;
}

.facility-text h3 {
    font-family: 'Jost', sans-serif !important;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 1rem !important;
    font-size:23px!important;
}

.container-xxl.py-5.aboutInfo {
    width: 100%;
    display: inline-block;
    background-color: #FFF5F3;
    margin-top: 40px;
}

.row.g-5.align-items-center {
    align-items: center !important;
    --bs-gutter-y: 3rem;
    --bs-gutter-x: 3rem;
}

    .row.g-5.align-items-center h1 {
        margin-bottom: 1.5rem !important;
        font-family: 'Jost', sans-serif !important;
        font-weight: 700;
        color: #103741;
    }

    .row.g-5.align-items-center .row {
        display: flex;
        flex-wrap: wrap;
    }

    .row.g-5.align-items-center .col-6 {
        flex: 0 0 auto;
        width: 50%;
    }

.container-xxl.py-5.aboutInfo h1 {
    font-family: 'Jost', sans-serif !important;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.5rem !important;
    color: #860c47;
}

.fa {
    font-family: FontAwesome !important;
}

#home-main-content::after {
    height: 19px;
    top: auto;
    bottom: 0;
    background: url(../Images/bg-header-bottom.png) center center repeat-x;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.container-xxl.py-5.classesSchool {
    width: 100%;
}

    .container-xxl.py-5.classesSchool .d-block.text-center.h3.mt-3.mb-4 {
        text-decoration: none;
        font-family: 'Jost', sans-serif !important;
        font-weight: 700;
        text-align: center !important;
        margin-bottom: 1.5rem !important;
        margin-top: 1rem !important;
        font-size: 1.75rem !important;
        display: inline-block;
        width: 100%;
        color: #fff;
        cursor: inherit;
    }

    .container-xxl.py-5.classesSchool .rounded-circle.w-75.mx-auto.p-3 {
        margin: 0 auto;
        box-shadow: 0px 0px 30px #ffffff;
        position: relative;
    }

    .container-xxl.py-5.classesSchool .bg-light {
        background-color: #4590e2 !important;
    }

    .container-xxl.py-5.classesSchool .mt-n5 {
        margin-top: -3rem !important;
    }

    .container-xxl.py-5.classesSchool .pt-5 {
        padding: 20px;
        padding-top: 3rem !important;
        min-height: 300px;
        border-radius: 9px;
    }

    .container-xxl.py-5.classesSchool .rounded.p-4.pt-5.mt-n5 p {
        text-align:justify;
        color: #fff;
        font-weight: 600;
    }

.galleryInfoData {
    width: 100%;
    padding: 50px 0px 0px;
    display: inline-block;
}

.innerBoxGallery {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    box-sizing: border-box;
}

    .innerBoxGallery img {
        filter: contrast(120%) brightness(110%);
        width: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        background: rgba(0,0,0,.3);
        border: 10px solid #c9b4be;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

        .innerBoxGallery img:hover {
            outline: 20px solid #fff;
            outline-offset: -18px;
            box-shadow: 0 3px 15px rgba(0,0,0,.4);
        }

.btt.bor-radius {
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
    padding: 8px 0;
    margin-top: 5px;
    border-radius:10px;
}

.innerBoxGallery a.imageInfo {
    display: inline-block;
    width: 100%;
    height: 256px;
}

.btt.bor-radius a {
    color: black;
    cursor: pointer;
    font-size: 13px;
}

.sociallinks p {
    color: #fff;
    margin: 10px 0px 0px;
}
.container-xxl.py-5.aboutInfo ul li{
    font-weight:400;
}
.innerBoxGallery.first img:hover {
    outline: 10px solid #E03166 !important;
    outline-offset: -10px !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
}
.innerBoxGallery.second img:hover {
    outline: 10px solid #713AB6 !important;
    outline-offset: -10px !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
}
.innerBoxGallery.third img:hover {
    outline: 10px solid #FFF212 !important;
    outline-offset: -10px !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
}
.innerBoxGallery.four img:hover {
    outline: 10px solid #3278BD !important;
    outline-offset: -10px !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
}
.btt.bor-radius a{
    font-size:16px;
}
@media screen and (max-width:767px) {
    .facility-item .facility-text {
        margin:0 auto;
    }
    .facility-item{
        margin-top:30px !important;
    }
    .text-center.mx-auto.mb-5 h1 {
        line-height: 36px;
    }

    .innerBoxGallery a.imageInfo {
        height:auto;
    }
    .container-xxl.py-5.aboutInfo {
        background-size: contain;
    }
    #productWrap.silentfeat.col-sm-12.altWrap {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .home-main-contents:after {
        background-size: 40px;
    }

    #slider::before {
        background-size: 40px;
    }

    #slider {
        height: 230px;
    }

    #myCarouselMain, .carousel-inner {
        height: 100%;
    }

        #myCarouselMain .carousel-inner > .item, #myCarouselMain .carousel-inner > .item img {
            height: 100% !important;
            object-fit: cover;
        }

    #slider #myCarouselMain .carousel-inner item img {
        min-height: 300px;
    }

    .row.g-5.align-items-center .row {
        width: 100%;
        margin: 0;
        display: inline-block;
    }

    .img-fluid.w-100.rounded-circle.bg-light.p-3.bgPink, .img-fluid.w-75.rounded-circle.bg-light.p-3 {
        width: 100% !important;
    }

    .row.g-5.align-items-center .col-6 {
        width: 100%;
        margin: 0px !important;
    }
}
@media screen and (max-width:992px) {
    .container-xxl.py-5.classesSchool .rounded-circle.w-75.mx-auto.p-3 {
        margin: 0 auto;
        box-shadow: 0px 0px 30px #ffffff;
        position: relative;
        text-align: center;
        height: 300px;
        width: 300px !important;
    }

    .innerBoxGallery img {
        width: 200px !important;
        height: 200px;
    }
}