@charset "UTF-8";

/* ---------------------------------
    Google Font
----------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

/*--------Breadcrumbs CSS---------*/

body {
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    background-color: #a9a9a92e;
    background-attachment: fixed;
}

.notice-board .ntc-btn {
    font-size: 1rem;
    font-weight: 500;
    background-color: #4caf50;
    border: none;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 12px;
    transition-duration: 0.3s;
    cursor: pointer;
}

.notice-board .ntc-btn {
    width: 100%;
    background-color: white;
    border: 1px solid #4caf50;
    position: relative;
    transition: .3s ease-in-out;
}

.notice-board .ntc-btn a {
    color: #4caf50;
}

.notice-board .ntc-btn:hover {
    background-color: #4caf50;
}

.notice-board .ntc-btn:hover a {
    color: white;
    text-decoration: none;
}

.notice-board .ntc-btn.ntc-btn-accent {
    background-color: #ffc107;
    color: #fff !important;
    border-color: currentColor;
}

.notice-board .ntc-btn.ntc-btn-accent a {
    color: #fff;
}

.notice-girls {
    margin-top: 0px;
}

@media screen and (max-width: 2100px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1900px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1800px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1700px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1600px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1500px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1400px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1300px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1199px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 991px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 576px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 400px) {
    .achievements {
        margin-top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .achievements {
        margin-top: 0px;
    }
}

.notice {
    height: 345px;
}

.temporaryNotice {
    margin-top: 10px;
}

@-webkit-keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: red;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: red;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}

.text-white {
    color: #fff !important;
}

.list-inline > li {
    display: inline-block;
}

.menu-toggle-btn {
    color: white;
}

.carousel-indicators {
    display: none;
}

.shadow h4 {
    color: #000;
}

.shadow h4 a {
    color: #000;
}

/*testimonial*/

.shadow h2 {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 10px 0 40px;
}

/* .shadow h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    border-radius: 1px;
    background: #1c47e3;
    left: 0;
    right: 0;
    bottom: -20px;
} */

.carousel .carousel-item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}

.carousel .media img {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 0 15px 0 60px;
    position: relative;
}

.carousel .testimonial::before {
    content: "\201C";
    color: #e2e2e2;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: 15px;
    top: 0;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #1c47e3;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 1px 3px;
    box-sizing: border-box;
}

.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}

.carousel-indicators li.active {
    color: #fff;
    background: #1c47e3;
    border: 5px double;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y !important;
}

.top-info-area .bd-example {
    margin-bottom: 20px;
}

.top-info-area .carousel-item {
    text-align: center;
}

.top-info-area {
    padding: 0;
    background-color: #a9a9a92e;
    overflow: hidden;
}

.top-info-area h3 {
    font-size: 28px;
    color: #111;
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 5px;
    font-weight: bold;
}

.top-info-area h3:after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.top-info-area .bd-example .carousel-inner {
    height: 440px;
    background: #f7f8fa;
    color: #000;
}

.top-info-area .bd-example .carousel-inner h5 {
    color: #000;
}

.top-info-area .bd-example .carousel-inner p {
    color: #000;
}

.top-info-area .bd-example .carousel-caption {
    bottom: unset;
}

.top-info-area p {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    word-break: break-word;
}

.carousel-caption-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(0, 0, 0, 0.2.5), transparent);
}

.carousel-caption {
    text-align: center;
}

.top-info-area .btn-clr-red {
    color: #fff;
    border-color: #ff0000;
    font-size: 14px;
    padding: 10px 26px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 25px;
}

.top-info-area .carousel-caption {
    text-align: center;
    color: var(--white);
}

.top-info-area .carousel-caption h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--white);
}

.carousel-caption p {
    text-align: center;
}

.main_slider_img {
    width: 100%;
    height: 550px;
}

.slider_img img {
    padding: 0.25rem;
    background-color: #f8fafc;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

@media screen and (max-width: 1199px) {
    .slider_img img {
        width: 100%;
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {
    .slider_img img {
        width: 100%;
        height: 330px;
    }
}

@media screen and (max-width: 767px) {
    .slider_img img {
        width: 100%;
        height: 280px;
    }
}

@media screen and (max-width: 576px) {
    .top-info-area .carousel-caption h4 {
        font-size: 1rem;
    }
    .slider_img img {
        width: 100%;
        height: 280;
    }
}

@media screen and (max-width: 400px) {
    .slider_img img {
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 320px) {
    .slider_img img {
        width: 100%;
        height: 200px;
    }
}

.message_of {
    font-size: 14px;
    margin-top: 2px;
    font-style: italic;
    color: var(--blue);
}

.message_corner_area:not(:first-child) {
    margin: 0 auto;
    margin-top: 8px;
}

.message_corner_area {
    margin-top: 8px;
}

@media screen and (max-width: 991px) {
    .message_corner_area:not(:first-child) {
        margin-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    .message_corner_area:not(:first-child) {
        margin-top: 12px;
    }
}

@media screen and (max-width: 576px) {
    .message_corner_area:not(:first-child) {
        margin-top: 12px;
    }
}

@media screen and (max-width: 400px) {
    .message_corner_area:not(:first-child) {
        margin-top: 12px;
    }
}

@media screen and (max-width: 320px) {
    .message_corner_area:not(:first-child) {
        margin-top: 12px;
    }
}

.message_corner {
    height: 430px;
    color: #000;
}

@media screen and (max-width: 2100px) {
    .message_corner {
        height: 430px;
    }
}

@media screen and (max-width: 1900px) {
    .message_corner {
        height: 430px;
    }
}

@media screen and (max-width: 1800px) {
    .message_corner {
        height: 430px;
    }
}

@media screen and (max-width: 1700px) {
    .message_corner {
        height: 430px;
    }
}

@media screen and (max-width: 1600px) {
    .message_corner {
        height: 430px;
    }
}

@media screen and (max-width: 1500px) {
    .message_corner {
        height: 400px;
    }
}

@media screen and (max-width: 1400px) {
    .message_corner {
        height: 430px;
    }
}

@media screen and (max-width: 1300px) {
    .message_corner {
        height: 430px;
    }
}

@media screen and (max-width: 1199px) {
    .message_corner {
        height: 430px;
    }
}

@media screen and (max-width: 991px) {
    .message_corner {
        height: 380px;
    }
}

@media screen and (max-width: 767px) {
    .message_corner {
        height: auto;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 576px) {
    .message_corner {
        height: auto;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 400px) {
    .message_corner {
        height: auto;
        padding-bottom: 0.8rem;
    }
}

@media screen and (max-width: 320px) {
    .message_corner {
        height: auto;
        padding-bottom: 0.6rem;
    }
}

.readmore {
    position: absolute;
    bottom: 8px;
    right: 25px;
}

.notice-readmore {
    font-size: 14px;
    position: absolute;
    bottom: 8px;
    right: 25px;
}

@media screen and (max-width: 767px) {
    .notice-readmore {
        position: inherit;
    }
}

@media screen and (max-width: 576px) {
    .notice-readmore {
        position: inherit;
    }
}

@media screen and (max-width: 400px) {
    .notice-readmore {
        position: inherit;
    }
}

@media screen and (max-width: 320px) {
    .notice-readmore {
        position: inherit;
    }
}

.message_img img {
    width: 100%;
    height: 248px;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .message_img img {
        margin-top: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 242px;
    }
}

@media screen and (max-width: 991px) {
    .message_img img {
        margin-top: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 224px;
    }
}

@media screen and (max-width: 767px) {
    .message_img img {
        margin-top: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 180px;
    }
}

@media screen and (max-width: 576px) {
    .message_img img {
        margin-top: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 180px;
    }
}

@media screen and (max-width: 400px) {
    .message_img img {
        margin-top: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 200px;
    }
}

@media screen and (max-width: 320px) {
    .message_img img {
        margin-top: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 165px;
    }
}

.important-information {
    height: 420px;
}

@media screen and (max-width: 2100px) {
    .important-information {
        height: 420px;
    }
}

@media screen and (max-width: 1900px) {
    .important-information {
        height: 420px;
    }
}

@media screen and (max-width: 1800px) {
    .important-information {
        height: 420px;
    }
}

@media screen and (max-width: 1700px) {
    .important-information {
        height: 420px;
    }
}

@media screen and (max-width: 1600px) {
    .important-information {
        height: 420px;
    }
}

@media screen and (max-width: 1500px) {
    .important-information {
        height: 420px;
    }
}

@media screen and (max-width: 1400px) {
    .important-information {
        height: 420px;
    }
}

@media screen and (max-width: 1300px) {
    .important-information {
        height: 420px;
    }
}

@media screen and (max-width: 1199px) {
    .important-information {
        height: 420px;
    }
}

@media screen and (max-width: 991px) {
    .important-information {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .important-information {
        height: auto;
        margin-top: 2px;
    }
}

@media screen and (max-width: 576px) {
    .important-information {
        height: auto;
        margin-top: 2px;
    }
}

@media screen and (max-width: 400px) {
    .important-information {
        height: auto;
        margin-top: 2px;
    }
}

@media screen and (max-width: 320px) {
    .important-information {
        height: auto;
        margin-top: 2px;
    }
}

@media screen and (max-width: 2100px) {
    .important-information a {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .important-information a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .important-information a {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .important-information a {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .important-information a {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .important-information a {
        font-size: 12px;
    }
}

/* Notice board */

.notice-container {
    width: 100%;
    height: 320px;
    overflow-y: scroll;
    scrollbar-width: 4px;
    scroll-behavior: smooth;
}

.event-container {
    width: 100%;
    height: 270px;
    overflow-y: scroll;
}

.result-info {
    margin-top: 6px;
}

@media screen and (max-width: 767px) {
    .result-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 576px) {
    .result-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 400px) {
    .result-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .result-info {
        margin-top: 0px;
    }
}

.why-best {
}

.why-best-item {
    display: inline-block;
    padding: 12px;
    text-decoration: none;

    transition: 0.2s ease-in-out;
}

.why-best-item:hover {
    text-decoration: none;
}

.why-best-item:hover p {
    color: var(--green);
}

@media screen and (max-width: 767px) {
    .why-best {
        margin-top: 0px;
    }
}

@media screen and (max-width: 576px) {
    .why-best {
        margin-top: 0px;
    }
}

@media screen and (max-width: 400px) {
    .why-best {
        margin-top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .why-best {
        margin-top: 0px;
    }
}

.mother {
    background-color: white;
    padding: 12px;
}

.mother1 {
    background-color: white;
    padding: 0;
    margin-bottom: 1%;
}

.about {
    height: 348px;
    margin-top: 5px;
}

@media screen and (max-width: 2100px) {
    .about {
        height: 352px;
    }
}

@media screen and (max-width: 1900px) {
    .about {
        height: 352px;
    }
}

@media screen and (max-width: 1800px) {
    .about {
        height: 352px;
    }
}

@media screen and (max-width: 1700px) {
    .about {
        height: 352px;
    }
}

@media screen and (max-width: 1600px) {
    .about {
        height: 352px;
    }
}

@media screen and (max-width: 1500px) {
    .about {
        height: 352px;
    }
}

@media screen and (max-width: 1400px) {
    .about {
        height: 352px;
    }
}

@media screen and (max-width: 1300px) {
    .about {
        margin-top: 6px;
    }
}

@media screen and (max-width: 1199px) {
    .about {
        margin-top: 5px;
    }
}

@media screen and (max-width: 991px) {
    .about {
        margin-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .about {
        height: auto;
        margin-top: 2px;
    }
}

@media screen and (max-width: 767px) {
    .about {
        height: auto;
        margin-top: 2px;
    }
}

@media screen and (max-width: 576px) {
    .about {
        height: auto;
        margin-top: 2px;
    }
}

@media screen and (max-width: 400px) {
    .about {
        height: auto;
        margin-top: 2px;
    }
}

@media screen and (max-width: 320px) {
    .about {
        height: auto;
        margin-top: 2px;
    }
}

.about_img {
    padding: 0.25rem;
    background-color: #f8fafc;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    width: 250px;
    height: 260px;
    float: left;
    margin: 0 10px 10px 0;
}

.about_inner_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about_inner_banner_text {
    padding: 6vw 0vw;
    background: rgb(0, 0, 0, 0.6);
}

.about_inner_banner_text .page_title {
    font-size: 2rem;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .about_inner_banner_text {
        padding: 10vw 0vw;
    }
    .about_inner_banner_text .page_title {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 576px) {
    .about_inner_banner_text {
        padding: 12vw 0vw;
    }
}

@media screen and (max-width: 400px) {
    .about_inner_banner_text {
        padding: 14vw 0vw;
    }
    .about_inner_banner_text .page_title {
        font-size: 1rem;
    }
}

@media screen and (max-width: 320px) {
    .about_inner_banner_text {
        padding: 15vw 0vw;
    }
}

/* Home about section */

.about_institute img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.about_institute h2 {
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: capitalize;
    text-align: left;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 12px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .about_institute img {
        height: 300px;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    
}

@media (max-width: 420px) {
    .about_institute img {
        height: 320px;
    }
}

/*--------About Page---------*/

.aboutus {
    padding-top: 30px;
    padding-bottom: 30px;
}

.aboutus h3 {
    font-size: 14px;
    color: #111;
    font-weight: 700;
}

.aboutus p {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

ul {
    margin-bottom: 0;
}

/* ================= Image Gallery ================ */
.gallery_tabs {}
.image_gallery_warp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.image_gallery_warp a {
    display: block;
    width: 100%;
}

.image_gallery_warp .gallery_item {
    width: 100%;
    height: 250px;
    object-fit: cover;
    aspect-ratio: 3/4;
    border-radius: 4px;
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .image_gallery_warp {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .image_gallery_warp {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .image_gallery_warp {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .image_gallery_warp {
        grid-template-columns: repeat(3, 1fr);
    }
    .image_gallery_warp .gallery_item  {
        height: 200px;
        aspect-ratio: 3/4;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .image_gallery_warp {
        grid-template-columns: repeat(3, 1fr);
    }
    .image_gallery_warp .gallery_item  {
        height: 180px;
        aspect-ratio: 3/4;
    }
}

@media (max-width: 420px) {
    .image_gallery_warp {
        grid-template-columns: repeat(2, 1fr);
    }
    .image_gallery_warp .gallery_item  {
        height: 180px;
        aspect-ratio: 3/4;
    }
}


@media screen and (max-width: 767px) {
    .image-gallery {
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .image-gallery {
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 400px) {
    .image-gallery {
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 320px) {
    .image-gallery {
        text-align: center;
        margin: 0 auto;
    }
}

.img_gallery4 {
    width: 160px;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 2100px) {
    .img_gallery4 {
        width: 160px;
        height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 1900px) {
    .img_gallery4 {
        width: 160px;
        height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 1800px) {
    .img_gallery4 {
        width: 160px;
        height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 1700px) {
    .img_gallery4 {
        width: 160px;
        height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 1600px) {
    .img_gallery4 {
        width: 160px;
        height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 1500px) {
    .img_gallery4 {
        width: 160px;
        height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 1400px) {
    .img_gallery4 {
        width: 160px;
        height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 1300px) {
    .img_gallery4 {
        width: 160px;
        height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 1199px) {
    .img_gallery4 {
        width: 160px;
        height: 130px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 767px) {
    .img_gallery4 {
        width: 160px;
        height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 576px) {
    .img_gallery4 {
        width: 160px;
        height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 400px) {
    .img_gallery4 {
        width: 144px;
        height: 130px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 320px) {
    .img_gallery4 {
        width: 100px;
        height: 110px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.teacher-info {
    margin-top: 6px;
}

@media screen and (max-width: 767px) {
    .teacher-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 576px) {
    .teacher-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 400px) {
    .teacher-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .teacher-info {
        margin-top: 0px;
    }
}

.event-info {
    margin-top: 6px;
}

@media screen and (max-width: 2100px) {
    .event-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .event-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 576px) {
    .event-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 400px) {
    .event-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .event-info {
        margin-top: 0px;
    }
}

.employee-name {
    text-align: center;
    margin: 0 auto;
}

.employee-card {
    background-color: #ffffff;
    box-shadow: 0px 3px 8px rgb(0, 0, 0, 0.2);
    border-radius: 6px;
    pointer-events: none;
}

.employee-name .img_gallery4 {
    width: 155px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 2100px) {
    .employee-name .img_gallery4 {
        width: 155px;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 1900px) {
    .employee-name .img_gallery4 {
        width: 155px;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 1800px) {
    .employee-name .img_gallery4 {
        width: 155px;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 1700px) {
    .employee-name .img_gallery4 {
        width: 155px;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 1600px) {
    .employee-name .img_gallery4 {
        width: 155px;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 1500px) {
    .employee-name .img_gallery4 {
        width: 155px;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 1400px) {
    .employee-name .img_gallery4 {
        width: 155px;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 1300px) {
    .employee-name .img_gallery4 {
        width: 155px;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 1199px) {
    .employee-name .img_gallery4 {
        width: 100%;
        height: 145px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media screen and (max-width: 991px) {
    .employee-card {
        margin-bottom: 12px;
    }
    .employee-name .img_gallery4 {
        width: 100%;
        height: 190px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 767px) {
    .employee-name .img_gallery4 {
        width: 100%;
        height: 170px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 576px) {
    .employee-name .img_gallery4 {
        width: 144px;
        height: 170px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 400px) {
    .employee-name .img_gallery4 {
        width: 100%;
        height: 165px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 320px) {
    .employee-name .img_gallery4 {
        width: 100px;
        height: 120px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.employee-name p {
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
    .employee-name p {
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width: 767px) {
    .employee-name p {
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width: 576px) {
    .employee-name p {
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width: 400px) {
    .employee-name p {
        font-size: 12px;
        text-align: center;
        white-space: normal;
    }
}

@media screen and (max-width: 320px) {
    .employee-name p {
        font-size: 12px;
        text-align: center;
        white-space: normal;
    }
}

.gallery-info {
    margin-top: 6px;
}

@media screen and (max-width: 767px) {
    .gallery-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 576px) {
    .gallery-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 400px) {
    .gallery-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .gallery-info {
        margin-top: 0px;
    }
}

.video-info {
    margin-top: 6px;
}

@media screen and (max-width: 767px) {
    .video-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 576px) {
    .video-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 400px) {
    .video-info {
        margin-top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .video-info {
        margin-top: 0px;
    }
}

.location-info {
    margin-top: 18px;
    bottom: 15px;
}

@media screen and (max-width: 767px) {
    .location-info {
        margin-top: 16px;
    }
}

@media screen and (max-width: 576px) {
    .location-info {
        margin-top: 16px;
    }
}

@media screen and (max-width: 400px) {
    .location-info {
        margin-top: 16px;
    }
}

@media screen and (max-width: 320px) {
    .location-info {
        margin-top: 16px;
    }
}

.video_gallery {
    height: 550px;
}

.video_gallery4 {
    height: 300px;
}

@media screen and (max-width: 400px) {
    .video_gallery4 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

div.featured {
    font-size: 1.4em;
    background-color: light-yellow;
}

.ticker_icon {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .ticker_icon {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .ticker_icon {
        text-align: left;
    }
}

@media screen and (max-width: 576px) {
    .ticker_icon {
        text-align: right;
    }
}

@media screen and (max-width: 400px) {
    .ticker_icon {
        text-align: left;
    }
}

@media screen and (max-width: 320px) {
    .ticker_icon {
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    #ticker-next {
        margin-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    #boys-next {
        margin-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    #girl-next {
        margin-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    #event-next {
        margin-right: 20px;
    }
}

#ticker-previous {
    margin-right: 40px;
}

@media screen and (max-width: 991px) {
    #ticker-previous {
        margin-right: auto !important;
    }
}

@media screen and (max-width: 767px) {
    #ticker-previous {
        margin-left: 18px;
    }
}

@media screen and (max-width: 576px) {
    #ticker-previous {
        margin-left: 18px;
    }
}

@media screen and (max-width: 400px) {
    #ticker-previous {
        margin-left: 18px;
    }
}

#general_notice {
    height: 250px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

#general_notice li {
    display: block;
}

/*boys*/

#boys-previous {
    margin-right: 40px;
}

@media screen and (max-width: 991px) {
    #boys-previous {
        margin-right: auto !important;
    }
}

@media screen and (max-width: 767px) {
    #boys-previous {
        margin-left: 18px;
    }
}

@media screen and (max-width: 576px) {
    #boys-previous {
        margin-left: 18px;
    }
}

@media screen and (max-width: 400px) {
    #boys-previous {
        margin-left: 18px;
    }
}

#boys_notice {
    height: 250px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

#boys_notice li {
    display: block;
}

/*Girls*/

#girl-previous {
    margin-right: 40px;
}

@media screen and (max-width: 991px) {
    #girl-previous {
        margin-right: auto !important;
    }
}

@media screen and (max-width: 767px) {
    #girl-previous {
        margin-left: 18px;
    }
}

@media screen and (max-width: 576px) {
    #girl-previous {
        margin-left: 18px;
    }
}

@media screen and (max-width: 400px) {
    #girl-previous {
        margin-left: 18px;
    }
}

#girl_notice {
    height: 250px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

#girl_notice li {
    display: block;
}

/*event_notice*/

#event-previous {
    margin-right: 40px;
}

@media screen and (max-width: 991px) {
    #event-previous {
        margin-right: auto !important;
    }
}

@media screen and (max-width: 767px) {
    #event-previous {
        margin-left: 18px;
    }
}

@media screen and (max-width: 576px) {
    #event-previous {
        margin-left: 18px;
    }
}

@media screen and (max-width: 400px) {
    #event-previous {
        margin-left: 18px;
    }
}

@media screen and (max-width: 991px) {
    .event-notice {
        height: 392px;
    }
}

#event_notice {
    height: 250px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

#event_notice li {
    display: block;
}

hr {
    margin: 0.5rem 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*--------Event-area---------*/

.event-date ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    display: table-caption;
    text-align: center;
}

.event-date ul li {
    font-size: 20px;
    color: #fff;
    line-height: 23px;
}

.event-date {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 14%;
}

.event .media-body {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.event .media-body h4 {
    margin-bottom: 0px;
}

.event .media-body h4 a {
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    line-height: 1.42857143;
    line-height: 23px;
    display: block;
    text-decoration: none;
}

.bxsdr .event {
    margin-bottom: 15px;
}

.event .media-body span {
    color: #777777;
    font-size: 13px;
}

.bxsdr {
    max-height: 240px;
    overflow-y: scroll;
}

/*--------choose-area---------*/

.choose-area {
    margin-top: 30px;
    background: #f7f7f7;
}

.choose-area h3 {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 35px;
}

.choose-area p {
    text-align: center;
    color: #000;
    font-size: 14px;
}

.choose-area .bx-cont h3 {
    font-size: 18px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.choose-area .bx-cont .con-box {
    margin-bottom: 45px;
    background: #fff;
    padding: 20px;
}

.choose-area .bx-cont .con-box:hover .clr-red {
    background-color: #000;
}

.choose-area .bx-cont .con-box:hover {
    box-shadow: 0 10px 5px 0 rgba(14, 15, 16, 0.1);
    transition: all 0.3s ease;
}

.choose-area .bx-cont .con-box .clr-red-btn:hover {
    background-color: #000;
}

.con-box h2 {
    border-radius: 100%;
    display: inline-block;
    padding: 15px;
    color: #fff;
    width: 70px;
}

.event-area {
    padding: 30px 0;
}

.get-free-registration {
    background: #eeeeee;
    padding: 0 5px 15px;
}

.get-free-registration a {
    display: block;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
}

.get-free-registration form .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 49px;
    border: 1px solid #eeeeee;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.event-area h3 {
    font-size: 28px;
    color: #111;
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 5px;
    font-weight: bold;
}

.event-area h3:after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.event-area .bd-example .newcomer-overlay {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(1, 0, 1, 0.6);
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    padding-top: 30%;
}

#calendar {
    height: 644px;
}

@media screen and (max-width: 2100px) {
    #calendar {
        height: 644px;
    }
}

@media screen and (max-width: 1900px) {
    #calendar {
        height: 644px;
    }
}

@media screen and (max-width: 1800px) {
    #calendar {
        height: 644px;
    }
}

@media screen and (max-width: 1700px) {
    #calendar {
        height: 644px;
    }
}

@media screen and (max-width: 1600px) {
    #calendar {
        height: 644px;
    }
}

@media screen and (max-width: 1500px) {
    #calendar {
        height: 644px;
    }
}

@media screen and (max-width: 1400px) {
    #calendar {
        height: 644px;
    }
}

@media screen and (max-width: 1300px) {
    #calendar {
        height: 644px;
    }
}

@media screen and (max-width: 1199px) {
    #calendar {
        height: 644px;
    }
}

@media screen and (max-width: 991px) {
    #calendar {
        width: 178%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    #calendar {
        width: 101%;
        height: auto;
    }
}

@media screen and (max-width: 576px) {
    #calendar {
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    #calendar {
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    #calendar {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .fc-button-group {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .fc-button-group {
        display: none !important;
    }
}

@media screen and (max-width: 576px) {
    .fc-button-group {
        display: none !important;
    }
}

@media screen and (max-width: 400px) {
    .fc-button-group {
        display: none !important;
    }
}

@media screen and (max-width: 320px) {
    .fc-button-group {
        display: none !important;
    }
}

@media screen and (max-width: 576px) {
    .fc-toolbar h2 {
        font-size: 1.3em !important;
    }
}

@media screen and (max-width: 400px) {
    .fc-toolbar h2 {
        font-size: 1.3em !important;
    }
}

@media screen and (max-width: 320px) {
    .fc-toolbar h2 {
        font-size: 1.3em !important;
    }
}

.Calendar {
    margin-bottom: 40px;
}

@media screen and (max-width: 2100px) {
    .Calendar {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1900px) {
    .Calendar {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1800px) {
    .Calendar {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1700px) {
    .Calendar {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1600px) {
    .Calendar {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1500px) {
    .Calendar {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1400px) {
    .Calendar {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1300px) {
    .Calendar {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1199px) {
    .Calendar {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 991px) {
    .Calendar {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .Calendar {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 576px) {
    .Calendar {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 400px) {
    .Calendar {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 320px) {
    .Calendar {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.event-small-list {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #666;
}

.calendar-small {
    float: left;
    display: block;
}

.calendar-small .s-month {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 2px 6px;
}

.calendar-small .s-date {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 2px 6px;
}

.s-month {
    background-color: #900963;
    color: white;
}

.s-date {
    background-color: lightgray;
    color: #000;
}

.notice_text {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.notice_text a {
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
}

.post_time {
    font-size: 12px !important;
    font-weight: normal;
    color: #777777;
}


/* Swipper slider */

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    user-select: none;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.employee-swiper-card {
    position: relative;
    width: 200px !important;
    aspect-ratio: 3/4;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgb(0, 0, 0, 0.3);
}

.employee-swiper-card img {
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.employee-swiper-card .overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, transparent, rgb(144, 9, 99, 0.35));
}

.employee-swiper-card p {
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
    right: 8px;
    font-size: 1rem;
}

.swiper-slide.employee-card {
    position: relative;
    width: 200px !important;
    height: auto;
    aspect-ratio: 3/4;
    border-radius: 6px;
    margin-bottom: 8px;
}

.swiper-slide.employee-card img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 6px 6px 0 0;
}


/* =================== On this day =================== */

.onthisday-container {
    width: 100%;
    height: 355px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.onthisday-container figure {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.onthisday-container figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.onthisday-container figure figcaption {
    font-size: 0.9rem;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 12px;
    background-color: rgb(0, 0, 0, 0.3);
    color: #fff;
}

.onthisday-content {
    padding: 12px;
}

.onthisday-content blockquote {
    font-size: 13px;
    padding: 4px 0px 4px 6px;
    border-left: 3px solid var(--green);
}

.onthisday-content .date {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--green);
    font-style: italic;
    margin-bottom: 4px;
}

/* Student works */
h2.section-heading {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    border-bottom: none;
} 

.student_work_sec .section-heading {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.student_works_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.student_work {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.student_work img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    aspect-ratio: 3/4;
    position: relative;
    cursor: pointer;
}

.student_work .student_word_details {
    text-decoration: none;
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 4px;
    padding: 8px;
    background: rgb(0, 0, 0, 0.6);
    top: 88%;
    left: 0;
    right: 0;
    overflow: hidden;
    cursor: pointer;

    transition: 0.4s ease-in;
}

.student_work:hover .student_word_details {
    text-decoration: none;
    top: 0;
    bottom: 0;
    opacity: 1;
}

.student_work .student_word_details h4 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;
}

.student_work .student_word_details p {
    font-size: 12px;
    opacity: 0;
    transition: 0.4s ease-in;
}

.student_work:hover .student_word_details p {
    opacity: 1;
}

.student_work .student_word_details p span {
    background-color: #4caf50;
}

.work_author {
    display: grid;
    grid-template-columns: 1fr 3fr;
    background: #fff;
}

.work_author img.student-avatar {
    width: 100%;
    height: 220px;
    object-fit: cover;
    vertical-align: middle;
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .student_works_wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .student_works_wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .student_works_wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .student_works_wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .student_work img {
        height: 250px;
        aspect-ratio: 3/4;
    }

    .work_author {
        grid-template-columns: 2fr 3fr;
    }
    
    .work_author img.student-avatar {
        width: 100%;
        height: 220px;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .student_works_wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .student_work img {
        height: 250px;
        aspect-ratio: 3/4;
    }

    .work_author {
        grid-template-columns: 2fr 3fr;
    }
    
    .work_author img.student-avatar {
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 420px) {
    .student_works_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .student_work img {
        height: 200px;
        aspect-ratio: 3/4;
    }
    .work_author {
        grid-column: auto;
        grid-template-columns: 1fr;
    }
    
    .work_author img.student-avatar {
        width: 100%;
        height: 250px;
    }
}

