body {
    font-family: 'Titillium Web', sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Titillium Web', sans-serif !important;
}

.fa,
.fab,
.fal,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.fa,
.fab,
.fal,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.red-group li a {
    font-size: 15px;
    color: #891212;
    font-weight: 700;
    transition: all linear .3s;
}

.red-group li a:hover {
    text-decoration: none;
    color: #c72121e0;
}

.brand {
    font-size: 10px;
    color: rgb(158, 158, 158);
    font-weight: 700;
    text-transform: uppercase;
}

.title {
    font-size: 38px;
    color: #000;
    font-weight: 400;
}

.red-bg {
    background-color: #891212;
    transition: all linear .3s;
}

.red-bg:hover {
    background: #480707;
}

.white {
    color: #fff !important;
}

.cont-det {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
}

.cont-det a {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
}

a.tile:hover {
    opacity: .6;
}

.vert-img {
    width: 100%;
    height: 350px;
}

.vert-img img {
    object-fit: cover;
    height: 100%;
}

/* about school */

.bg-gray {
    background: #f5f6f6;
}

.gray-title {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-group {
    color: #383838;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 150px;*/
}

.read-red {
    color: #891212;
    font-size: 13px;
    font-weight: 700;
    transition: all linear .3s;
}

.read-red:hover {
    color: #c72121e0;
    text-decoration: none;
}

.icon-size {
    font-size: 20px;
}

/* .mouse-over-style:hover .disp-n {
    display: none;
}
.mouse-over-style:hover .disp-b {
    display: block !important;
}
.mouse-over-style
{
    display: flex;
    align-items: center;
} */

.icon-pos {
    display: flex;
    align-items: center;
}

.hov-red:hover {
    color: #891212 !important;
}

.hov-black:hover {
    color: #000 !important;
}

.gray-text {
    color: #848484;
    font-size: 13px;
    font-weight: 400;
}

.red-text {
    color: #891212;
    font-size: 13px;
    font-weight: 700;
}

.princi-img {
    position: relative;
    z-index: 1;
    /* padding-left: 30px; */
    border: 3px solid #891212;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 20px;
}

.red-box {
    /* border-style: solid;
    border-width: 7px;
    border-color: rgb(137, 18, 18); */
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
    padding-left: 215px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.red {
    color: #891212;
}

.award-text {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

/* .box-pad
{
    padding: 40px;
} */

.brand-styles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    height: 100%;
}

.white-bg {
    background: #fff;
    transition: all linear .3s;
}

.white-bg:hover {
    background: #e6e6e6;
}

.box-space {
    padding: 0px 70px 0px 0px;
}

.single-line {
    border: 1px solid #891212;
    margin: 10px;
    padding: 30px 20px;
}

/* menu */

.dropdown i {
    position: relative;
}

.fa-caret-down:before {
    position: absolute;
    top: -5px;
}

/* end */

/* latest news */

.caption-text {
    font-size: 20px;
    font-weight: 400;
    color: #151515;
}

.date {
    font-size: 21.9px;
    font-weight: 400;
    color: #ffffff;
}

.month-year {
    font-size: 13px;
    font-weight: 200;
    color: #ffffff;
}

/* .default-sec
{
    max-height: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    padding: 80px 20px 20px 20px;
} */

/* .mono-bg
{
    position: relative;
    background: linear-gradient(#f8f8f6eb,#f8f8f6eb),url(../Images/newimg/new-events1.png) no-repeat center center /cover;
}
.di-bg
{
    position: relative;
    background: linear-gradient(#000000e3,#000000e3),url(../Images/newimg/new-events1.png) no-repeat center center /cover;
}
.tri-bg
{
    position: relative;
    background: linear-gradient(#891212e0,#891212e0),url(../Images/newimg/new-events1.png) no-repeat center center /cover;
} */

.new-events1 {
    background: linear-gradient(#f8f8f6eb, #f8f8f6eb), url(../Images/newimg/new-events1.png) no-repeat center center /cover;
}

.new-events2 {
    background: linear-gradient(#000000e3, #000000e3), url(../Images/newimg/new-events2.png) no-repeat center center /cover;
}

.new-events3 {
    background: linear-gradient(#f8f8f6eb, #f8f8f6eb), url(../Images/newimg/new-events3.png) no-repeat center center /cover;
}

.new-events4 {
    background: linear-gradient(#891212e0, #891212e0), url(../Images/newimg/new-events4.png) no-repeat center center /cover;
}

.new-events5 {
    background: linear-gradient(#000000e3, #000000e3), url(../Images/newimg/new-events5.png) no-repeat center center /cover;
}

.new-events6 {
    background: linear-gradient(#f8f8f6eb, #f8f8f6eb), url(../Images/newimg/new-events6.png) no-repeat center center /cover;
}

.new-events7 {
    background: linear-gradient(#891212e0, #891212e0), url(../Images/newimg/new-events7.png) no-repeat center center /cover;
}

.new-events8 {
    background: linear-gradient(#f8f8f6eb, #f8f8f6eb), url(../Images/newimg/new-events8.png) no-repeat center center /cover;
}

.show-date {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: #403a35;
    padding: 10px;
}

.caption-text {
    width: 245px;
    font-size: 20px;
    font-weight: 400;
    color: #151515;
    height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* end */

/* IPSâ€™s Memories */

.img-size-100 img {
    width: 100%;
}

.red-btn {
    background: #fff;
    border-color: #891212;
    color: #891212;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
    height: 40px;
    transition: all linear .3s;
}

.red-btn:hover,
.red-btn:active,
.red-btn:focus {
    color: #fff;
    background: #891212;
    border-color: #891212;
}

.red-btn:not(:disabled):not(.disabled).active,
.red-btn:not(:disabled):not(.disabled):active,
.show>.red-btn.dropdown-toggle {
    color: #fff;
    background-color: #891212;
    border-color: #891212;
}

.red-btn.focus,
.red-btn:focus {
    box-shadow: none;
}

.red-btn:not(:disabled):not(.disabled).active:focus,
.red-btn:not(:disabled):not(.disabled):active:focus,
.show>.red-btn.dropdown-toggle:focus {
    box-shadow: none;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dropdown-menu {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* end */

/* animation */

/* .one:hover {
    transform: rotateX(40deg);
    animation: one 2s infinite;
    animation-direction: alternate;
}
@keyframes one {
    0% {
        transform: rotateX(0);
   }
    100% {
        transform: rotateX(50deg);
   }
} */

/* .dark-bg:hover
{
    background-color: #000 !important;
}
.two:hover {
    transform: rotateY(40deg);
    animation: two 2s infinite;
    animation-direction: alternate;
    background-color: #e0e0e07a;
    opacity: .8;
}
@keyframes two {
    0% {
        transform: rotateY(0);
   }
    100% {
        transform: rotateY(70deg);
   }
} */

/* .third {
    transition: all linear .3s;
}
.third:hover {
    transform: scale(1);
    background: #e4e4e4;
    color: #fff;
    border: 20px solid #e4e4e4;
}
.third:hover .single-line {
    padding: 0px;
} */

/* .pos-rel
{
    position: relative;
}
.hov-effect
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}
.hov-effect:hover
{
    background: #e9262f94;
    color: #fff !important;
    border: 20px solid #ffffff1c;
} */

a.nav-link:hover .d-hide-img {
    display: none;
}

a.nav-link:hover .d-block-img {
    display: block !important;
}

.red-arrow {
    color: #891212;
}

/* end */

.img-sec {
    width: 20%;
}

.tile {
    width: 100%;
    /* height: 300px;
    margin: 0.5rem auto; */
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    background-size: 100%;
    transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
}

.header p:hover a {
    color: #dedede;
}

.tile::after {
    content: "";
    position: absolute;
    display: block;
    /*background-color: rgba(52, 73, 94, 0.75);*/
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s;
}

.tile:hover::after,
.tile:focus::after {
    visibility: visible;
    opacity: 1;
}

.tile__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
    transform: scale(1);
    backface-visibility: hidden;
    padding: 80px 20px 20px 20px;
    height: 250px;
    max-height: 250px;
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_new_media {
    padding: 0px;
    height: 100%;
    max-height: 100%;
    padding-top: 0px;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

/*
.tile:hover .tile__media, .tile:focus .tile__media {
    transform: scale(1.2);
}*/

.tile:hover {
    background-size: 150%;
    cursor: pointer;
}

.tile__content {
    top: 50%;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    font-size: 3rem;
    transition: visibility 0.5s, opacity 0.5s;
    transform: translateY(-50%);
    backface-visibility: hidden;
}

.tile:hover .tile__content,
.tile:focus .tile__content {
    visibility: visible;
    opacity: 1;
}

/* @media screen and (min-width: 64em) {
    .tile {
        width: calc(50% - 2rem);
        margin: 1rem;
   }
} */

/* flash news */

.flashnews {
    background: #891212;
    font-size: 12px;
    padding: 10px 0px;
    color: #ffffff;
}

/* end */

@media (max-width: 767px) {
    .mob-disp-block {
        display: block !important;
    }
    .red-group li a {
        font-size: 12px;
    }
    .princi-img {
        padding: 0px 15px;
    }
    .princi-img img {
        /* width: 100%; */
        display: block;
        margin: 0 auto;
    }
    .red-box {
        position: inherit;
        padding-left: 20px;
        left: 0px;
        bottom: -8px;
        padding: 20px 0px;
    }
    .img-size img {
        max-width: 100%;
    }
    #order1 {
        order: 2;
    }
    #order2 {
        order: 1;
    }
    #order3 {
        order: 3;
    }
    #order4 {
        order: 4;
    }
    .title {
        font-size: 26px;
    }
    .mem-sp {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }
    .mob-brm-sp {
        margin-bottom: 15px;
    }
    #navbar .nav-link {
        padding: 10px 13px 10px 13px !important;
    }
    button#click {
        display: none;
    }
    .menu-style {
        box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
        overflow: hidden;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .princi-img {
        padding-left: 0px;
    }
    .red-box {
        padding-left: 20px;
        left: inherit;
        max-width: 500px;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .box-space {
        padding: 15px;
    }
    .d-normal {
        display: inherit;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .caption-text {
        width: 200px;
    }
    .img-box img {
        max-width: 100%;
    }
    .box-space {
        padding: 0px 15px 0px 15px;
    }
    .res-align {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .ban-height-resp {
        height: 300px !important;
    }
}