/* General CSS */

@font-face {
    font-family: myFirstFont;
    src: url("myfont.ttf");
}

* {
    font-family: myFirstFont, sans-serif;
}

a.black {
    color: black !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.app-container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.bg-grey {
    background-color: #f7f7f7;
}

.bg-faint-grey {
    background-color: #fefefe;
}

.m-0 {
    margin: 0;
}

.custom-more-button {
    border: 2px solid #0d317f;
    border-radius: unset;
    color: #0d317f;
    font-size: 13px;
    margin: 1em 0;
}

.custom-more-button > a {
    color: #0d317f;
}

.close.modal-close-button {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.btn.btn-outline-primary.custom-more-button:hover,
.btn.btn-outline-primary.custom-more-button:active,
.btn.btn-outline-primary.custom-more-button > a:hover,
.btn.btn-outline-primary.custom-more-button > a:active,
.btn.btn-outline-primary.custom-more-button:hover > a,
.btn.btn-outline-primary.custom-more-button:active > a {
    background-color: #0d317f;
    color: #ffffff;
    border: unset;
}

section {
    margin: 2rem 0;
}

section .title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

section .subtitle {
    font-size: 17px;
    text-align: center;
}

section .line {
    border-top: 2px solid white;
    width: 10rem;
    padding: 0.3rem 0;
    text-align: justify;
    margin: 0.3rem auto auto;
}

section .line.line-grad {
    background-image: linear-gradient(
        to right,
        #ae2e18,
        #ae2e18 33%,
        #0d317f 33%,
        #0d317f 67%,
        #ae2e18 67%
    );
    padding: 1px;
    width: 12rem;
    border: unset;
    margin-top: 1.5rem;
}

.slick-prev:before {
    color: #0d317f !important;
    content: url("../images/before.png") !important;
}

.slick-next:before {
    color: #0d317f !important;
    content: url("../images/after.png") !important;
}

.bg-shadow {
    box-shadow: inset 0 0 2px 0px rgba(0, 0, 0, 0.2);
}

/* General CSS end */

/* Partners Section CSS */
section.partners {
    padding: 2rem 0;
    margin-bottom: 0;
}

section.partners .partner-container {
    margin-top: 2rem;
}

.partner-box {
    background-color: white;
    margin: 0 0.5rem;
    display: flex !important;
    height: 80px !important;
}

.partner-slider .slick-slide {
    margin: 0 0.5rem;
}

.partner-slider {
    display: flex;
    flex-direction: row;
    margin: auto;
}

.partner-box a {
    align-self: center;
    width: 100%;
}

.partner-box img {
    height: 65px;
    width: auto;
    margin: auto;
}

/* Partner Section CSS end */

/* Team Section CSS */

/*section.team {*/
/*    padding: 2rem 0;*/
/*    text-align: center;*/
/*}*/

/*section.team .team-container {*/
/*    margin-top: 2rem;*/
/*}*/

/*.team-slider {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    margin: auto;*/
/*}*/

/*.team-box {*/
/*    background-color: transparent;*/
/*    margin: 0 .5rem;*/
/*}*/

/*.team-slider .slick-slide {*/
/*    margin: 0 .5rem;*/
/*}*/

/*.team-box img {*/
/*    height: 220px;*/
/*    width: auto;*/
/*    margin: auto;*/
/*    object-fit: contain;*/
/*}*/

/*.team-box .team {*/
/*    font-weight: bold;*/
/*    font-size: 1.5rem;*/
/*    margin-top: .5rem;*/
/*}*/

/*.team-box .team-title {*/
/*    font-size: .8rem;*/
/*    margin-top: .2rem;*/
/*}*/
/* Team Section CSS end */

/* Gallery Section CSS*/
section.gallery {
    padding: 2rem 0;
    text-align: center;
}

section.gallery .grid {
    margin-top: 2rem;
}

section.gallery .grid .grid-item {
    padding: unset;
    height: 370px;
    object-fit: cover;
    object-position: top;
}

/* Gallery Section CSS end*/

/* Event Section CSS*/

section.events {
    padding: 2rem 0;
}

section.events .event-container {
    margin-top: 2rem;
}

.event-slider .slick-slide {
    margin: 0 0.5rem;
}

.event-slider {
    display: flex;
    flex-direction: row;
    margin: auto;
}

.event-box .row.m-0 {
    padding: 1rem;
    background: #f7f7f7;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    height: 350px;
}

.event-image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-title {
    font-weight: bold;
    font-size: 2rem;
    overflow-wrap: break-word;
    line-height: 2rem;
}

.event-info {
    padding: 1em 0 1em 0;
    word-break: break-word;
}

.event-time,
.event-date {
    font-size: 14px;
}

/* Event Section CSS end*/

/* Course Section CSS */
section.courses {
    padding: 2rem 0;
    text-align: left;
}

section.courses .course-container {
    margin-top: 2rem;
}

.course-slider {
    display: flex;
    flex-direction: row;
    margin: auto;
}

.course-box {
    background-color: transparent;
}

.course-box .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.course-slider .slick-slide {
    margin: 0 0.5rem;
}

.course-box .card {
    border: unset;
    height: 500px;
}

.course-box .card-title {
    font-weight: bold;
    font-size: 1.2rem;
}

.course-box .card-text {
    font-size: 0.9rem;
    /* text-align: justify; */
}

.course-box .card .card-img,
.card-img-top {
    height: 230px;
    width: auto;
    object-fit: cover;
}

.show-read-more .more-text {
    display: none;
}

/* Event Section CSS end*/

/* Intro Section CSS */
section.intro {
    text-align: left;
    position: relative;
    padding: 7rem 0 2rem;
}

section.intro .title {
    text-align: left !important;
    font-size: 33px;
}

section.intro .red-title {
    color: #c4351a;
}

section.intro .sub-title {
    font-weight: bold;
    font-size: 20px;
}

section.intro iframe {
    width: 100%;
    height: 100%;
    max-height: 400px;
}

/* Intro Section CSS end*/

/* Section Info CSS */

.section-row {
    position: absolute;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    top: -90px;
    padding: 10px 0;
    box-shadow: 0 0 9px 2px rgba(121, 121, 121, 0.2);
    text-align: center;
}

.section-row p {
    color: #0d317f;
    font-weight: bold;
    font-size: 13px;
    padding-top: 10px;
}

.section-row p > a {
    color: #0d317f;
}

.section-row p > a:hover,
.section-row p > a:active,
.section-row p:hover > a {
    border: unset;
}

.bg-circle {
    width: 100px;
    height: 100px;
    background: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 9px 2px rgba(121, 121, 121, 0.2);
    margin: auto;
}

.sm-circle {
    position: absolute;
    width: 85px;
    height: 85px;
    background: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px dotted #0d317f;
    margin: 7px;
}

.sm-circle img {
    height: 50px;
    width: auto;
    margin: 15px;
}

/* Section Info CSS end */

/* PDF */
.pdf-view {
    text-align: center !important;
    width: 75% !important;
    padding-top: 1rem !important;
}

/* end */

/* Floating Button */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #b93218;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #a7a7a7;
    z-index: 22;
}

.my-float {
    margin-top: 1rem;
    width: 30px;
    height: auto;
}

/* Floating Button end*/

/* Students Speak CSS */

.students-speak {
}

.students-speak > h1,
.pdf-view > h1 {
    padding: 2rem !important;
    background-color: rgba(167, 167, 167, 0.28);
}

/* Students Speak end */

/* Modal Admission CSS */
#admissionModal .modal-dialog {
    max-width: 600px;
    min-height: 270px;
}

#admissionModal .modal-content {
    height: 100%;
}

#admissionModal .modal-header {
    justify-content: center;
}

#admissionModal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#admissionModal img {
    max-width: 100%;
}

.popup-image {
    margin-bottom: 0.5rem;
}

/* Modal Admission end */
.gallery-see-more {
    text-align: right;
    padding-right: 1rem;
}

section.carousel {
    box-shadow: 0 0 9px 0 #e2e2e2;
    min-height: 400px;
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 900px;
    max-height: 550px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.carousel-item {
    visibility: visible;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    position: relative;
    background-color: #fff;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    position: absolute;
    z-index: 0;
    transition: 0.6s all linear;
}

.carousel-item__info {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;

    order: 1;
    left: 0;
    margin: auto;
    padding: 0 40px;
    width: 40%;
}

.carousel-item__image {
    width: 60%;
    height: 100%;
    order: 2;
    align-self: flex-end;
    flex-basis: 60%;
    text-align: center;
    -webkit-order: 2;
    -webkit-align-self: flex-end;
    -webkit-flex-basis: 60%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transform: translateX(100%);
    transition: 0.6s all ease-in-out;
}

.carousel-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item__subtitle {
    letter-spacing: 3px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    color: #7e7e7e;
    font-weight: 700;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
}

.carousel-item__title {
    margin: 15px 0 0 0;
    font-size: 37px;
    line-height: 45px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #2c2c2c;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.carousel-item__description {
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
    margin-top: 35px;
    font-size: 17px;
    color: #7e7e7e;
    line-height: 22px;
    margin-bottom: 35px;
}

.carousel-item.active {
    display: flex !important;
}

.carousel-item__container {
}

.carousel-item__btn {
    width: 35%;
    color: #2c2c2c;
    letter-spacing: 3px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    text-decoration: none;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.carousel__nav {
    position: absolute;
    right: 0;
    z-index: 2;
    background-color: #b83218d9;
    color: white;
    bottom: 0;
}

.carousel__icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    fill: #ffffff;
}

.carousel__arrow {
    cursor: pointer;
    display: inline-block;
    padding: 11px 15px;
    position: relative;
}

.carousel__arrow:nth-child(1):after {
    content: "";
    right: -3px;
    position: absolute;
    width: 1px;
    background-color: #b0b0b0;
    height: 14px;
    top: 50%;
    margin-top: -7px;
}

.active {
    z-index: 1;
    display: flex;
    visibility: visible;
}

.active .carousel-item__subtitle,
.active .carousel-item__title,
.active .carousel-item__description,
.active .carousel-item__btn {
    transform: translateY(0);
    opacity: 1;
    transition: 0.6s all ease-in-out;
    visibility: visible;
}

.active .carousel-item__image {
    transition: 0.6s all ease-in-out;
    transform: translateX(0);
}

/*recog css*/
.col-md-4.reg-div img {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #31313124;
    padding: 5px;
    height: 190px;
    border-radius: 2px;
}

h6.mb-15 {
    padding: 5px 0px 15px 0;
    color: #21327e;
    font-weight: 600;
}

.grid-sizer {
    width: 25%;
}
.navbar-toggler.floating-toggler {
    display: none;
}

.floating-toggler {
    top: 140px;
    position: fixed;
    width: 100px;
    height: 100px;
    right: 0px;
    background-color: #b93218;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1111;
    padding-top: 1rem;
}

@media screen and (max-width: 992px) {
    /* 5 columns for larger screens */
    .grid-sizer {
        width: 20%;
    }

    section.gallery .grid .grid-item {
        padding: unset;
        height: 200px;
        object-fit: cover;
        object-position: top;
    }
}
