.text-primary {
    color: var(--theme-color) !important;
}
p {
    text-align: justify;
}
a.active {
    color: var(--theme-color);
}
.btn-custom {
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.btn-custom:hover,
.btn-custom:focus {
    background: var(--theme-color);
    color: #fff;
}
.btn-custom-invert {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #fff;
    text-decoration: none;
}
.btn-custom-invert:hover,
.btn-custom-invert:focus {
    background: #fff;
    color: var(--theme-color);
}
/*--------Section--------*/
.section p {
    text-align: justify;
}
.section h2:not(.accordion-header),
h2.heading {
    font-size: 14px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}
.section h2:not(.accordion-header):after,
h2.heading:after {
    /* content: ''; */
    background: var(--theme-color);
    position: absolute;
    width: 100%;
    height: 1.5px;
    bottom: -5px;
    left: 0;
}
h2.heading {
    text-transform: uppercase;
}
/*--------Section--------*/
/*-------All heading style --------*/
.heading-style{
    background: var(--theme-color);
    padding: 6px 10px;
    border-radius: 6px;
    /* color: var(--font-color); */
    color: white;
    display: inline-block;
    /* font-size: 22px; */
}
/*-------End All heading style --------*/



/*--------Image-Zoom-Effect--------*/
.img-wrapper {
    width: 100%;
    background-size: 100%;
    background-position: center center;
    border-radius: 6px;
    position: relative;
    transition: background-size 0.5s;
}
.img-wrapper:hover {
    background-size: 105%;
}
.img-wrapper img {
    width: 100%;
    visibility: hidden;
}
.img-wrapper .inner-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.5s;
}
.img-wrapper .inner-wrapper:hover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
    .img-wrapper {
        width: 100% !important;
        height: 100% !important;
    }
}
/*--------Image-Zoom-Effect--------*/
.blank_box {
    background: #fff;
    border-radius: 6px;
    margin: 15px 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    padding: 15px;
}
/*--------Circle-Numbers--------*/
.circle-number-style {
    list-style-type: none;
    padding: 0;
    padding-left: 10px;
}
.circle-number-style li {
    display: flex;
    text-align: justify;
}
.circle-number-style .number-circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 3px 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #fff;
    border:1px solid var(--theme-color);
    color: var(--theme-color);
}
/*--------Circle-Numbers--------*/
/*--------Galler-Page--------*/
.gallery-wrapper {
    width: 100%;
    height: 200px;
    background-size: 110%;
    background-position: center center;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    transition: 0.2s;
}
.gallery-wrapper:hover {
    background-size: 120%;
}
.gallery-wrapper a.gallery-upper,
.gallery-wrapper a.gallery-bottom {
    display: block;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-decoration: none;
}
.gallery-wrapper a.gallery-upper {
    flex-grow: 1;
    border-radius: 6px 6px 0 0;
    position: relative;
}
.gallery-wrapper a.gallery-upper .gallery-counter {
    background: var(--theme-color);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.gallery-wrapper a.gallery-bottom {
    border-radius: 0 0 6px 6px;
}
/*--------Galler-Page--------*/
.card-img {
    width: 100%;
    height: 250px;
    background-size: 100% 100%;
    background-position: center center;
    transition: 0.5s;
}
.card-text {
    height: 65px;
    overflow: hidden;
    position: relative;
}
.card-text::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
}
/*--------Contact-Us--------*/
.contact-info {
    display: flex;
}
.contact-icon {
    flex-shrink: 0;
    background: #fff;
    width: 48px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 19px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    transition: 0.5s;
}
.contact-info:hover .contact-icon {
    font-size: 28px;
}
.contant-details {
    padding: 0 15px;
}
.contant-details h3 {
    font-size: 22px;
    font-weight: bold;
}
.contant-details a {
    color: var(--theme-color);
    text-decoration: none;
}
.contant-details p {
    word-wrap: break-word !important;
}
/*--------Contact-Us--------*/
/*--------Student-Info--------*/
.student-box {
    /* background: #fff; */
    width: 130px;
    height: 220px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 6px;
    margin-bottom: 10px;
}
.student-box .student-picture {
    width: 100%;
    height: 150px;
    background-size:cover;
    background-position: top center;
    border-radius: 6px 6px 0 0;
}
.student-box .student-details {
    text-align: center;
}
.student-box .student-details h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
.student-box .student-details h6 {
    font-size: 12px;
    margin: 0;
}
/*--------Student-Info--------*/
.carousel-indicators button {
    background-color:rgba(0,0,0,1) !important;
}
