/* Logo Background Color #bb1c21 & #19304f */
body {
    font-family: 'Nunito Sans' !important;
}


:root {
    --red-color: #ed1c24;
    --blue-color:#2e3092;
}
/*---------------------- Social Icons On Top Side ----------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito Sans' !important;
}


.social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #bb1c21;
    color: #fff;
    padding: 12px;
    font-size: 12px;
}

    .social .email {
        display: flex;
        margin: 0 30px;
    }

        .social .email .phone {
            margin: 0 15px;
        }

    .social .social-icons {
        margin: 0 30px;
    }

        .social .social-icons a {
            text-decoration: none;
            color: #fff;
        }

        .social .social-icons .fab {
            margin: 0 5px;
            cursor: pointer;
        }

@media (max-width: 500px) {
    .social {
        flex-wrap: wrap;
        justify-content: center;
    }

        .social .social-icons {
            margin: 5px;
        }
}


/* --------------------------------- Navigation Logo ------------------------------------ */
.navbar {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.dropdown:hover > .dropdown-menu,
.dropdown:active > .dropdown-menu {
    display: block;
    background: #f8f9fa;
    margin-top: -5px;
}

.dropdown-menu a:hover {
    background: #ccc;
}

.logo {
    max-height: 90px;
    object-fit: cover;
}

#logoShine {
    height: auto;
    z-index: 0;
    position: relative;
}
/* #logoShine::after {
	content:'';
    top:0;
	transform:translateX(100%);
	width:100%;
	height:60px;
	position: absolute;
	z-index:1;
	animation: slide 3s infinite;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
}
@keyframes slide {
	0% {transform:translateX(-130%);}
	100% {transform:translateX(-60%);}
} */
.navbar-brand span {
    font-size: 12px;
}

/*--------------------------------- Carousel Sliders Text Inside ---------------------------------------------- */
/* #imgDark::before {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.5);
} */
.carousel-caption {
    text-align: center;
    /* line-height: 25px; */
    background: rgba(0,0,0,0.5);
    width: 500px;
    margin: 100px auto;
    border-bottom: 5px solid #bb1c21;
}

    .carousel-caption h6 {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 18px;
    }

    .carousel-caption h5 {
        font-weight: bold;
        text-transform: uppercase;
    }

    .carousel-caption p {
        font-size: 14px;
        font-weight: 500;
        margin: 5px auto;
        max-width: 600px;
    }
/* .carousel-caption .carousel-btn {
    padding: 10px 40px;
    background: #feffff;
    text-decoration: none;
    color: #bb1c21;
} */


/* Maruee Text */
.admimarqueee {
    background: #ed1c24;
    padding: 8px;
    color: #fff;
    font-size: 18px;
    height: auto;
}

    .admimarqueee span {
        font-weight: bold;
        animation: colorChange 1s forwards infinite;
    }

@keyframes colorChange {
    to {
        color: gold;
    }

    from {
        color: yellow;
    }
}

/* ------------------------------- Section One On Notice Borad -----------------------------------*/
section.notice {
    /* height: 90vh; */
    /* width: 100%; */
    /* background-image: url('../../assets/images/kidbg.png');
    background-size: cover;
    background-position: center; */
    padding: 30px;
    /* position: relative; */
    z-index: 1;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

@media (max-width: 1280px) {
    section.notice {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }
}
/* section.notice::before {
    content: '';
    position: absolute;
    top: 24%;
    left: 0%;
    height: 60%;
    width: 50%;
    background: #a9ec5b;
    transform: skewY(-50deg) rotate(45deg);
    z-index: -1;
} */
/* section.notice::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0;
    height: 20%;
    width: 20%;
    background: #a9ec5b;
    transform: skewY(-20deg);
    z-index: -1;
} */
/* @media (max-width: 991px) {
    section.notice {
        height: auto;
    }
} */


/* .notice-content:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border-left: 8px solid #a9ec5b;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
@keyframes example {
    0%   {border-left: 2px solid #ffffff;}
    25%  {border-left: 3px solid #ffe6e6;}
    50%  {border-left: 4px solid #a9ec5b;}
    100% {border-left: 5px solid #a9ec5b;}
} */
.innerNoticeContent {
    line-height: 1.3;
    padding: 50px 20px;
}
    /* .innerNoticeContent .top a {
    padding: 20px 80px;
    background: #bb1c21;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 50px;
    animation: shadow 1s forwards infinite;
}
@keyframes shadow {
    0% {
        box-shadow: 2px 2px 30px #bb1c21;
    }
    100% {
        box-shadow: 1px 2px 3px #bb1c21;
    }
} */
    .innerNoticeContent .top h3 {
        margin: 20px 0px;
        color: #2e3092;
        text-align: left;
        font-size: 40px;
        font-weight: 900;
        line-height: 50px;
    }

    .innerNoticeContent .top p {
        text-align: justify;
        margin-top: 20px;
        font-size: 16px;
        line-height: 25px;
    }

    .innerNoticeContent .middle {
        margin: 10px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        /* background: #000; */
    }

        .innerNoticeContent .middle .abtBox {
            height: 66px;
            width: 100px;
            border: 2px solid #19304f;
            color: #19304f;
            border-radius: 10px;
            padding: 10px;
            transition: all 0.5s ease-in-out;
        }

            .innerNoticeContent .middle .abtBox:hover {
                background: #19304f;
                color: #fff;
            }

            .innerNoticeContent .middle .abtBox p {
                font-size: 12px;
            }

.notice-box {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    /* background: #000; */
    position: relative;
}

@media (max-width: 1280px) {
    .notice-box {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.notice-box::before {
    content: '';
    position: absolute;
    top: 12%;
    left: 0;
    height: 80%;
    width: 100%;
    /* background: rgba(0,0,0,0.5); */
    background: #fbbbbd;
    transform: skewY(358deg);
    z-index: -1;
    display: none;
}

.notice-box .msgBoxs {
    height: 200px;
    width: 300px;
    background: #fff;
    margin: 15px;
    /* padding: 10px; */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 12px 12px 12px 0px #32323224;
}

.notice-box .mainMsgBox:nth-child(1) {
    padding-top: 30px;
}

.notice-box .mainMsgBox:nth-child(2) {
    padding-top: 60px;
}

.notice-box .msgBoxs img {
    max-width: 100%;
    /* margin: 10px 10px; */
    object-fit: cover;
}

.notice-box .msgBoxs h5 {
    font-weight: 900;
    color: #19304f;
    margin: 8px 8px;
    font-size: 18px;
}

.notice-box .msgBoxs p {
    margin: 0px 0px;
    font-size: 13.5px;
    padding: 54px 10px;
    text-align: justify;
    color: #000;
    background: #ffffffd6;
    height: 200px;
    width: 300px;
}

@media (max-width: 991px) {
    .notice-content {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .notice-content {
        width: 100%;
        text-align: center;
    }

    .innerNoticeContent .top img {
        max-height: 80px;
        object-fit: cover;
    }

    .notice-box .msgBoxs {
        border: 1px solid #000;
    }
}


/* ------------------------------- Counter ----------------------------------------- */
section.counter {
    /* height: 50vh;
    width: 100%; */
    padding: 60px 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background-image: linear-gradient(rgba(0, 8, 46, 0.5), rgba(75, 0, 0, 0.5)),url('../images/schoolPicBg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.counter .circle {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    /* background: rgba(0,0,0,0.5); */
    color: #fff;
    padding: 30px;
    border: 0.5px solid #fff;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

    .counter .circle:hover {
        background: #19304f;
        color: #feffff;
    }

    .counter .circle i {
        transition: all 0.5s ease-in-out;
    }

    .counter .circle:hover i {
        margin-bottom: 5px;
    }

    .counter .circle span {
        font-size: 2em;
        font-weight: 900;
    }

    .counter .circle p {
        font-size: 15px;
    }

@media (max-width: 991px) {
    /* section.counter {
        height: auto;
        padding: 40px;
    } */
    .counter .circle {
        margin: 20px;
    }
}



/* --------------------------------------- Section Think ------------------------------------ */
.think {
    padding: 50px 0px;
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url('../images/schoolBg.jpg');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}

    .think::before {
        content: 'WHY Shri Vishnu International School ?';
        position: absolute;
        top: 0;
        right: 0;
        height: 80px;
        width: 500px;
        font-size: 16px;
        font-weight: bold;
        padding: 27px 37px;
        background-color: var(--red-color);
        color: #fff;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
        border-top: 2px solid #fff;
        text-transform: uppercase;
    }

    .think p {
        margin-top: 20px;
        padding: 0px 50px;
        max-width: 700px;
        font-size: 16px;
        line-height: 28px;
        color: #fff;
    }

    .think a {
        padding: 10px 40px;
        background: var(--red-color);
        margin-left: 50px;
        display: inline-block;
        text-decoration: none;
        color: #fff;
    }

@media (max-width: 991px) {
    .think::before {
        text-align: center;
        font-size: 1em;
        height: 45px;
        width: 350px;
        padding: 10px 20px;
    }

    #rightThink {
        padding: 30px 20px;
    }

        #rightThink p {
            line-height: 25px;
            margin: 0;
            padding: 10px;
        }

    .think p {
        padding: 0px 20px;
        max-width: 700px;
        font-size: 14px;
        line-height: 25px;
    }

    .think a {
        padding: 10px 40px;
        background: #bb1c21;
        margin-left: 20px;
        display: inline-block;
        text-decoration: none;
        color: #fff;
    }
}



/* --------------------------------------- Section Principal ---------------------------------- */
section.principal {
    /* height: 90vh;
    width: 100%; */
    /* background: #000; */
    padding: 0 0 45px 0;
    background: url(../images/section.bg-1.png) repeat scroll top center / contain;
}

.principalContent {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 60px;
    /* background: #333; */
    /* background-image: url('../../assets/images/bgpattern1.png'); */
    /* color: #fff; */
}

    .principalContent .principalImgBox {
        /* height: 500px;
    width: 450px;
    background: #19304f;
    padding: 5px; */
        position: relative;
        z-index: 1;
        /* background-image: url('../../assets/images/prinbg.png') center center/cover; */
    }

        .principalContent .principalImgBox::before,
        .principalContent .principalImgBox::after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: -1;
            border: 2px solid #19304f;
            transition: all 0.25s ease-out;
        }

        .principalContent .principalImgBox::before {
            background-color: #19304f;
            top: -15px;
            left: -15px;
        }

        .principalContent .principalImgBox::after {
            bottom: -15px;
            right: -15px;
        }

        .principalContent .principalImgBox:hover::before {
            top: 15px;
            left: 15px;
        }

        .principalContent .principalImgBox:hover::after {
            bottom: 15px;
            right: 15px;
        }
        /* .principalContent .principalImgBox::before { */
        /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 200px;
    background: url('../../assets/images/dottedImg.jpg'); */
        /* filter: grayscale(80%) contrast(80%) hue-rotate(90deg); */
        /* } */
        /* .principalContent .principalImgBox::after { */
        /* content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 200px;
    width: 200px;
    background: url('../../assets/images/dottedImg.jpg');
    transform: rotate(180deg); */
        /* filter: grayscale(80%) contrast(80%) hue-rotate(90deg); */
        /* z-index: -1; */
        /* } */
        .principalContent .principalImgBox img {
            height: 500px;
            width: 450px;
            /* border: 10px solid #19304f; */
            object-fit: cover;
            /* border-radius: 30px; */
        }

    .principalContent .innerContent {
        max-width: 680px;
        margin-bottom: 20px;
        position: relative;
    }
/* .principalContent .innerContent::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #91928b;
    transform: skewY(-50deg);
    z-index: -1;
}
.principalContent .innerContent::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #91928b;
    transform: skewY(50deg);
    z-index: -1;
} */
/* .principalContent .innerContent img {
    height: 150px;
    width: 250px;
    margin-bottom: 20px;
    filter: hue-rotate(90deg);
}
.principalContent .innerContent p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
.principalContent .innerContent a {
    background: #19304f;
    padding: 4px 10px;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    line-height: 24px;
    text-decoration: none;
} */
.innerContent span {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #19304f;
    position: relative;
}

    .innerContent span::before {
        content: '';
        position: absolute;
        top: 110%;
        left: 0;
        height: 4px;
        width: 50px;
        background: #19304f;
    }

.innerContent h2 {
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
}

.innerContent p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

@media (max-width: 991px) {
    /* section.principal {
        height: auto;
    }  */
    .principalContent {
        flex-wrap: wrap;
        justify-content: center;
        /* margin: 20px; */
    }

        .principalContent .principalImgBox::before,
        .principalContent .principalImgBox::after {
            width: 100%;
            height: 100%;
        }

        .principalContent .principalImgBox {
            height: 300px;
            width: 400px;
            padding: 35px;
        }

            .principalContent .principalImgBox img {
                height: 200px;
                width: 330px;
            }

        .principalContent .innerContent img {
            height: 120px;
            width: 200px;
        }

        .principalContent .innerContent {
            padding: 30px;
            text-align: left;
        }
}

@media (max-width: 500px) {
    .principalContent .principalImgBox::before,
    .principalContent .principalImgBox::after {
        content: "";
        width: 100%;
        height: 100%;
    }

    .principalContent .principalImgBox::before {
        background-color: #19304f;
        top: -0;
        left: -0;
    }

    .principalContent .principalImgBox::after {
        bottom: -0;
        right: -0;
    }

    .principalContent .principalImgBox:hover::before {
        top: 0;
        left: 0;
    }

    .principalContent .principalImgBox:hover::after {
        bottom: 0;
        right: 0;
    }
}

/* -------------------------------Section Achievement ------------------------------ */
section.achievement {
    /* height: 80vh;
    width: 100%; */
    background: #f5eded;
    padding: 50px;
}

.achieveIntro {
    text-align: center;
    padding: 30px 0px;
    margin-bottom: 30px;
}

    .achieveIntro h2 {
        font-size: 2em;
        font-weight: bold;
        position: relative;
        color: #19304f;
    }

        .achieveIntro h2::before {
            content: '';
            position: absolute;
            top: 120%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 2px;
            width: 100px;
            background: #19304f;
            text-align: center;
        }

.mainBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

    .mainBox .smallBox {
        height: 300px;
        width: 300px;
    }

        .mainBox .smallBox img {
            max-width: 100px;
            object-fit: cover;
            margin-bottom: 30px;
            padding-right: 40px;
            /* filter: drop-shadow(16px 16px 20px #19304f); */
        }

@media (max-width: 500px) {
    .mainBox .smallBox img {
        padding-right: 10px;
    }
}

.mainBox .smallBox .boxContent {
    height: 200px;
    width: 260px;
    background: #f9f9f9;
    padding-top: 60px;
    clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);
    border-left: 1px solid #19304f;
    border-right: 1px solid #19304f;
    border-bottom: 1px solid #19304f;
    position: relative;
    box-shadow: 3px 5px 2px #19304f;
    margin: 0 auto;
}

    .mainBox .smallBox .boxContent::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        height: 35px;
        width: 100%;
        background: #19304f;
        transform: skewY(-6deg);
    }

    .mainBox .smallBox .boxContent h4 {
        font-weight: bold;
        color: #19304f;
    }

    .mainBox .smallBox .boxContent p {
        font-size: 12px;
        width: 220px;
        margin: 0 auto;
    }

@media (max-width: 1280px) {
    /* section.achievement {
        height: auto;
        padding: 60px;
    } */
    .mainBox {
        margin: 30px 0px;
    }

        .mainBox .smallBox {
            margin: 30px 0px;
        }
}


/* ---------------------------------------Section News And Events ----------------------------- */
#newsEvents {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('../images/schoolBg.jpg');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    padding: 60px 40px;
    text-align: center;
}

    #newsEvents h2 {
        color: #fff;
        font-weight: 900;
        position: relative;
    }

        #newsEvents h2::before {
            content: '';
            position: absolute;
            top: 110%;
            left: 44%;
            height: 3px;
            width: 150px;
            background: #bb1c21;
        }

    #newsEvents a {
        padding: 10px 30px;
        background: #bb1c21;
        display: inline-block;
        margin-top: 20px;
        border: 2px solid #bb1c21;
        text-decoration: none;
        color: #fff;
        transition: all 0.2s ease-in-out;
    }

        #newsEvents a:hover {
            background: transparent;
        }



/*-------------------------------------- Section Infrastructure -----------------------------  */
.infrastructure {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url('../assets/images/schoolBg.html');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 60px;
}

    .infrastructure h2 {
        margin: 20px 0px;
        text-align: center;
        color: #fff;
        font-weight: 500;
        position: relative;
    }

        .infrastructure h2::before {
            content: '';
            position: absolute;
            top: 120%;
            left: 44%;
            height: 3px;
            width: 150px;
            background: #bb1c21;
        }

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 40px 0px;
}

.itemSlider {
    align-items: center;
    background-color: #ffffff;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: center;
    text-align: center;
    position: relative;
}

@media (max-width: 991px) {
    .itemSlider {
        height: 350px;
        padding: 20px;
    }
}

.itemSlider h4 {
    padding-bottom: 10px;
}

.leftQuote {
    position: absolute;
    top: 18%;
    left: 8%;
}

.rightQuote {
    position: absolute;
    bottom: 15%;
    right: 8%;
}

@media (max-width: 991px) {
    .leftQuote {
        top: 2%;
        left: 5%;
    }

    .rightQuote {
        bottom: 10%;
    }
}

.itemSlider img {
    max-width: 25px;
}

.itemSlider p {
    max-width: 500px;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.owl-nav {
    background: #fff;
}

.owl-prev, .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
}

.owl-prev {
    left: -50px;
}

.owl-next {
    right: -50px;
}

    .owl-prev i, .owl-next i {
        transform: scale(2,5);
        color: #ccc;
    }


/*--------------------------------------- Section Atmosphere ---------------------------------- */
section.atmosphere {
    background-image: url('../images/section.bg-1.png');
    /* color: #fff; */
}
/* @media (max-width: 991px) { */
/* section.atmosphere {
        height: auto;
    } */
/* } */
.introatmosphere h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
    /* color: #f5f5f5; */
}

    .introatmosphere h2 span {
        color: #ed1c24;
    }

.gallery-txt h2 span {
    color: #ed1c24;
}

.gallery-txt h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}


.leadership-txt h2 span {
    color: #ed1c24;
}

.leadership-txt h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

.introatmosphere p {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 200;
}

.atmosBox {
    display: flex;
    padding: 20px;
    transition: all .5s ease-in-out;
}

    .atmosBox:hover {
        box-shadow: 2px 3px 4px #19304f;
        background-color: #fff;
    }

    .atmosBox .fas {
        font-size: 40px;
        color: #333;
    }

    .atmosBox .boxContent {
        padding-left: 30px;
    }

        .atmosBox .boxContent p {
            font-size: 16px;
            margin-top: 15px;
            line-height: 20px;
            text-align: justify;
        }

        .atmosBox .boxContent a {
            background: var(--blue-color);
            padding: 4px 10px;
            color: #fff;
            font-size: 11px;
            border-radius: 3px;
            line-height: 24px;
            text-decoration: none;
        }


/* -------------------------------------- Section Adddmission Msg ------------------------------ */
.addmissionMsg {
    /* height: 30vh;
    width: 100%; */
    background: var(--red-color);
    padding: 30px;
    /* margin-top: 100px;    */
    /* transform: skewY(-2deg); */
    position: relative;
}
/* .addmissionMsg::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    height: 50px;
    width: 200px;
    background: #bb1c21;
    transform: skewY(10deg);
}
.addmissionMsg::after {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    height: 50px;
    width: 200px;
    background: #bb1c21;
    transform: skewY(10deg);
} */
@media (max-width: 991px) {
    .addmissionMsg {
        /* height: auto; */
        text-align: center;
    }
}

.msgContent {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}

    .msgContent a {
        border: 1px solid #fff;
        color: #fff;
        border-radius: 50px;
        padding: 15px 20px;
        text-decoration: none;
        font-size: 16px;
    }


/* -------------------------------------- Section Image Gallery -------------------------------- */
section.imageGallery {
    /* height: 85vh;
    width: 100%; */
    background: #fff;
    padding-top: 30px;
}
/* @media (max-width: 991px) { */
/* section.imageGallery {
        height: auto;
    } */
/* } */
.imageGallery h2 {
    text-align: center;
    font-size: 3rem;
    color: #222;
    font-weight: bold;
}

    .imageGallery h2 span {
        color: #bb1c21;
    }
/* .innerImageGallery {
    margin-top: 20px;
} */
/* .galleryBox {
    /* max-width: 1000px; */
/* margin: 10px auto; */
/* display: flex; */
/* justify-content: space-around; */
/* align-items: center; */
/* flex-wrap: wrap; */
/* margin: 10px; */
/* padding-top: 15px; */
/* } */
/* .galleryBox:nth-child(2) {
    margin: -10px auto;
} */
/* @media (max-width: 991px) {
    .galleryBox {
        margin: 0;
        padding: 0;
        padding-bottom: 30px;
    }
    .imageGallery p {
        padding: 30px;
    }
} */
/* #imgBox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    opacity: 0;
}
.imgBox:hover::before {
    opacity: 1;
} */
/* #imgBox {
    position: relative;
}
#imgBox::before {
    transition: all 0.2s ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background: rgba(0,0,0,0.5);
    transform: scale(0);
}
#imgBox:hover::before {
    opacity: 0.5;
    transform: scale(1);
}
#imgBox::after {
    transition: all 0.3s ease 0.2s;
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    height: 70%;
    border: 1px solid #aaa;
    background: #000;
    opacity: 0;
    transform: scale(0);
}
#imgBox:hover::after {
    opacity: 0.35;
    transform: scale(1);
} */
/* .galleryBox .imgBox  img{
    max-width: 350px;
    object-fit: cover;
}
.galleryBox .imgBox h5 {
    background: #19304f;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 5px solid #bb1c21;
    z-index: 99;
} */
.viewAll {
    text-align: center;
    padding-top: 20px;
}

    .viewAll a {
        background: #19304f;
        padding: 8px 30px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        transition: all 0.5s ease-in-out;
    }

        .viewAll a:hover {
            text-decoration: none;
            color: #feffff;
            background: #bb1c21;
        }

@media (max-width: 991px) {
    .viewAll {
        padding: 0;
    }

        .viewAll a {
            padding: 5px 15px;
            margin-bottom: 20px;
        }
}

.grid {
    display: grid;
    grid-template-rows: repeat(4, 180px);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    /* background: #000; */
}

/*.item {
    position: relative;
}

    .item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.5);
        transform: scale(0);
        transition: all 0.5s ease;
    }

    .item:hover::before {
        opacity: 0.5;
        transform: scale(1);
    }

    .item::after {
        transition: all 0.6s ease 0.2s;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 1px solid #aaa;
        background: #000;
        opacity: 0;
        transform: scale(0);
    }

    .item:hover::after {
        opacity: 0.35;
        transform: scale(1);
    }

    .item:nth-child(1) {
        grid-row: 1 / 4;
    }

    .item:nth-child(2) {
        grid-column: 2 / 4;
        grid-row: 1 / 3;
    }

    .item:nth-child(3) {
        grid-column: 3 / 4;
        grid-row: 3 / 5;
    }

    .item:nth-child(4) {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

    .item:nth-child(5) {
        grid-column: 1 / 3;
        grid-row: 4 / 5;
    }*/

.grid {
    margin: 20px auto;
    max-width: 1200px;
}

    .grid > .item {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }



/* --------------------------------Section WhyChoice ------------------------------ */
.whyChoice {
    padding: 20px 20px;
    position: relative;
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)),url('../assets/images/schoolPicBg.html');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/* .whyChoice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    clip-path: polygon(21% 37%, 78% 39%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    z-index: -1;
} */
.choiceOne {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .choiceOne img {
        max-width: 580px;
        object-fit: cover;
        margin-bottom: 20px;
        /* animation: outIn 2s forwards infinite; */
    }
    /* @keyframes outIn {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(20px);
    }
} */
    .choiceOne .choiceContent {
        background: #19304f;
        padding: 40px;
        /* margin-top: 100px; */
        color: #f4f4f4;
        border-left: 5px solid #bb1c21;
    }

        .choiceOne .choiceContent span {
            padding-bottom: 10px;
        }

        .choiceOne .choiceContent h2 {
            font-weight: 900;
            word-spacing: 1px;
        }

        .choiceOne .choiceContent p {
            font-size: 14px;
            line-height: 25px;
        }

.choiceIcon {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 1280px) {
    .choiceOne {
        flex-wrap: wrap;
        justify-content: center;
    }

        .choiceOne img {
            max-width: 350px;
            margin-bottom: 30px;
        }

        .choiceOne .choiceContent {
            background: #19304f;
            padding: 20px;
            margin-top: 10px;
        }
}


/* ------------------------------ Social Media Gallery ----------------------------- */
/* .socialMedia {
    padding: 30px 20px;
} */



/*--------------------------------- Footer ------------------------------------------ */
footer {
    background: url(../images/footer-image.jpg);
    background-size: cover;
    /*background: var(--blue-color);*/
}

    footer .links a,
    footer .posts a {
        text-decoration: none;
        color: #fff;
    }

/* Section Copyright */
.copyrightdetails {
    /* height: 5vh;
    width: 100%; */
    background: var(--red-color);
    /* padding: 5px; */
    /* font-size: 14px; */
    /* line-height: 1.5; */
    padding: 0 100px;
}

    .copyrightdetails p {
        font-size: 16px;
        margin: 10px 0px;
    }

        .copyrightdetails p a {
            text-decoration: none;
        }


/* About Mission&Vision Section */
/* .aboutBanner {} */
.visionContent {
    height: auto;
    background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.1), #19304f),url('../images/inner-head-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: bottom;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);*/
}

.visionContent {
    display: flex;
    justify-content: end;
    padding: 100px 20px;
    color: #fff;
}

    .visionContent h1 {
        visibility: hidden;
    }

.breadCrumb {
    position: relative;
}

/*.breadCrumb::before {
        content: '';
        position: absolute;
        bottom: -14px;
        left: 0;
        height: 100px;
        width: 110%;
        background: #2e3092;
        z-index: -1;
    }*/

@media (max-width: 1280px) {
    .breadCrumb::before {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .visionContent {
        clip-path: none;
    }

    .breadCrumb {
        margin-top: 0px;
        margin-right: 0px!important;
    }
}

.breadCrumb ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: -43px auto;
    background: #ed1c24;
    padding: 8px 0;
    border-radius: 60px 60px 0 0;
    width: 400px;
}

    .breadCrumb ul li a {
        margin: 0px 10px;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
    }

.breadcrumb-item.active {
    font-size: 18px;
}

.missionContent {
    padding: 100px 50px;
}

    .missionContent .upperText {
        /* max-width: 1000px; */
        margin: 0 auto;
        text-align: justify;
    }

        .missionContent .upperText p {
            font-size: 14px;
            line-height: 25px;
        }

.vmBoxes {
    margin: 0px auto;
    max-width: 1000px;
}

    .vmBoxes .vBox .innervBox h3 {
        padding-left: 20px;
        font-size: 2rem;
        color: #3e65a8;
        font-weight: 900;
    }

    .vmBoxes .vBox p {
        margin: -50px 100px;
        height: auto;
        /* width: 900px; */
        width: auto;
        background: #fff;
        box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.2), 5px 6px 7px 4px rgba(0, 0, 0, 0.5);
        padding: 30px 50px;
        line-height: 25px;
        font-size: 16px;
        text-align: justify;
        color: #000;
    }

.mBox {
    padding-top: 100px;
}

    .mBox .innermBox {
        justify-content: flex-end;
    }

.innermBox h3 {
    padding-right: 20px;
    font-size: 2rem;
    color: #ec8248;
    font-weight: 900;
}

.mBox p {
    margin: -50px 100px;
    height: auto;
    /* width: 900px; */
    width: auto;
    background: #19304f;
    color: #fff;
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.2), 5px 6px 7px 4px rgba(0, 0, 0, 0.5);
    padding: 30px 50px;
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}

.innermvBox h2 {
    margin-top: 50px;
    height: 150px;
    /* width: 500px; */
    width: auto;
    font-size: 2rem;
    color: #fff;
    background: #19304f;
    padding: 20px;
}

.innermvBox p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding: 10px;
    border-bottom: 5px solid #19304f;
}

@media (max-width: 1280px) {
    .innermvBox p {
        width: 300px;
    }
}

.sidecontent {
    position: relative;
}

    .sidecontent::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #31313112;
        border-top-right-radius: 50px;
        z-index: -1;
    }

    .sidecontent h4 {
        padding: 10px;
        background: #bb1c21;
        color: #fff;
        width: 80%;
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    }

.owlitem {
    background: #eeeeef;
    padding: 20px 20px;
}

    .owlitem h5 {
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
    }

    .owlitem p {
        text-align: right;
        font-weight: 900;
        color: #bb1c21;
    }

.notice-board {
    background: #eeeeef;
    padding: 10px 10px;
    width: 350px;
    margin-bottom: 30px;
}

@media (max-width: 1280px) {
    .notice-board {
        width: auto;
        margin-bottom: 30px;
    }
}

.notice-board h3 {
    margin: 10px;
    padding: 10px;
    border-top: 0.5px solid #19304f;
    border-bottom: 0.5px solid #19304f;
    font-weight: bold;
    color: #19304f;
    text-align: left;
}

.notice-message {
    margin: 10px 10px;
    border-bottom: 0.5px solid #19304f;
}

    .notice-message h6 {
        margin: 10px 20px;
        text-align: left;
        font-size: 1.5rem;
        margin-top: -10px;
        font-weight: bold;
    }

.notice-board a {
    padding: 8px 25px;
    background: #bb1c21;
    display: inline-block;
    margin: 10px 10px;
    color: #fff;
    text-decoration: none;
}


/* Contact US */
.contactus h3 {
    border-bottom: 1.5px solid #bb1c21;
    padding: 10px 0px;
}

.mainContactDetails {
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    padding: 20px 0px;
}

.contactdetails {
    padding: 20px;
}

    .contactdetails p {
        color: #000;
        font-size: 14px;
        line-height: 25px;
    }

.quickLink {
    /* padding: 10px; */
    height: 150px;
    width: auto;
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.2), 5px 6px 7px 4px rgba(0, 0, 0, 0.5);
}

.impquickLink {
    height: 250px;
    width: auto;
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.2), 5px 6px 7px 4px rgba(0, 0, 0, 0.5);
}

    .impquickLink h3 {
        background: #bb1c21;
        font-size: 1.5rem;
        padding-left: 10px;
        color: #fff;
    }

    .impquickLink .impLinks a {
        text-decoration: none;
        color: #19304f;
        line-height: 35px;
    }

.quickLink h3 {
    padding-left: 15px;
}

.quickLink .impLinks a {
    text-decoration: none;
    color: #19304f;
    line-height: 35px;
}

.registerationForm {
    padding: 8px 20px;
    background: #bb1c21;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

    .registerationForm:hover {
        text-decoration: none;
        color: #fff;
    }

@media (max-width: 1280px) {
    .mainContactDetails {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .mainContactDetails iframe {
            width: 300px;
        }

    .quickLink {
        height: auto;
    }

    .impquickLink {
        height: auto;
    }

    .registerationForm {
        margin-bottom: 20px;
    }
}


/* About School */
.contentAboutSchool {
    /*padding: 30px 0px;*/
}

    .contentAboutSchool p {
        font-size: 14px;
        line-height: 25px;
        text-align: left;
        /*margin-bottom: 50px;*/
    }

.corebeliefs {
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 35px;
}

.aboutBoxContent {
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    text-align: center;
}

.abtscolBox div,
.lastAbtBox div {
    height: 115px;
    width: 245px;
    margin: 25px;
    padding: 21px;
    background: #19304f;
    border-radius: 30px;
    color: #fff;
}

.abtscolBox p,
.lastAbtBox p {
    font-weight: 600;
    margin-top: 5px;
}

.aboutBoxContent .midabtBox {
    margin-top: 20px;
    padding: 20px;
    height: 400px;
    width: 400px;
    background: #bb1c21;
    border-radius: 30px;
    color: #fff;
}

    .aboutBoxContent .midabtBox .fa-lightbulb {
        margin: 14px 0px;
    }

    .aboutBoxContent .midabtBox h5 {
        margin: 10px 0px;
        font-weight: bold;
        line-height: 28px;
    }

    .aboutBoxContent .midabtBox p {
        margin-top: 15px;
        padding: 10px;
        text-align: justify;
        font-size: 13px;
        line-height: 25px;
    }

@media (max-width: 1280px) {
    .aboutBoxContent {
        flex-wrap: wrap;
    }
}


/* Principal Message */
.principalMsg {
    padding: 10px 0px;
    color: #000;
}

.principalImg img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: -5px 5px 5px #333;
}

.msgContent p,
.mainMsg p {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.mainMsg h4 {
    padding: 10px;
    background: #2e3092;
    color: #fff;
    clip-path: polygon(0 0, 50% 0, 65% 100%, 0% 100%);
    border-left: 10px solid #ed1c24;
}

.prinDetails {
    border-left: 5px solid #bb1c21;
    padding-left: 10px;
}

.sidebarAbout {
    background: #19304f;
    color: #fff;
    box-shadow: 0px 8px 18px rgb(7 41 77 / 20%);
}

    .sidebarAbout h4 {
        border-bottom: 2px solid #bb1c21;
    }

    .sidebarAbout ol li {
        list-style-type: none;
    }

        .sidebarAbout ol li a {
            text-decoration: none;
            color: #fff;
            line-height: 40px;
            transition: all 0.5s ease-in-out;
        }
/*.sidebarAbout ol li:hover a {
    background: #bb1c21;
}*/
@media (max-width: 1280px) {
    .mainMsg p {
        padding: 0;
    }

    .mainMsg h4 {
        margin-top: 20px;
        clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
        ;
    }

    .sidebarAbout {
        margin-bottom: 20px;
    }
}


/*--------- Addmission Page -----------------*/
.registrationFormPage {
    margin: 50px 0px;
}

.joinCommunity {
    padding: 20px 30px;
    text-align: center;
}

    .joinCommunity h2 {
        font-weight: bold;
        font-style: italic;
        text-align: left;
    }

    .joinCommunity p {
        font-size: 14px;
        line-height: 25px;
        text-align: left;
    }

.registerationPage h2 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}

.registerationPage h6 {
    color: #fff;
    font-style: italic;
    border-left: 5px solid #bb1c21;
    padding-left: 10px;
}

.registerationPage p {
    color: #fff;
    margin-top: 30px;
}


@media (max-width: 991px) {
    /* .vmBoxes {
        margin: 50px 0px;
        max-width: 1000px;
    } */
    .vmBoxes .vBox p {
        margin: -50px 0px;
        width: 85%;
        padding: 50px 20px;
        margin: auto;
    }

    .vmBoxes .vBox .innervBox h3 {
        font-size: 1rem;
    }

    .mBox .innermBox h3 {
        font-size: 1rem;
    }

    .mBox p {
        margin: -50px 0px;
        height: auto;
        width: 300px;
        /* background: #fff; */
        padding: 50px 20px;
    }

    .vmBox {
        flex-direction: column;
    }

    .innermvBox h2 {
        height: 200px;
        width: 300px;
        font-size: 2rem;
        padding: 25px;
    }

    .vmBox img {
        width: 300px;
    }
}

@media (max-width: 768px) {
    /* .vmBoxes {
        margin: 0 180px;
    } */
    .breadCrumb::before {
        width: 105%;
    }

    .innermBox {
        flex-direction: column;
    }

        .innermBox h3 {
            padding-left: 120px;
            margin-bottom: -20px;
        }

    .innerContent {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

        .innerContent span::before {
            width: 100%;
        }

    .covidimg img {
        width: 100%;
    }

    .slider-height {
        height: auto!important;
    }

    .carousel-caption {
        display: none;
    }

    .imagecover {
        background-size: cover !important;
    }

    .slider, .slider > div {
        height: 360px!important;
    }

    #slider3 {
        width: 100%!important;
    }

    #slider2 {
        width: 40%!important;
        display: none;
    }

    .slider > i {
        width: 15px!important;
        padding: 7px 7px!important;
        font-size: 19px!important;
        margin: 10px!important;
        top: 45%!important;
    }

    .innerNoticeContent .middle .abtBox {
        width: 80px!important;
    }

    .notice-box .mainMsgBox:nth-child(2) {
        padding-top: 0;
    }

    .innerContent h2 {
        font-size: 15px;
        line-height: 26px;
    }

    section.principal {
        padding: 0 0 0px 0;
    }

    .introatmosphere h2 {
        font-size: 32px;
        margin-top: 0px;
    }

    .introatmosphere p {
        text-align: justify;
    }

    #instaFeed::before {
        left: 18%!important;
    }

    .menu-dropdown-icon:hover {
        border-color: none;
    }

    .visionContent {
        padding: 0;
    }
}

@media (max-width: 400px) {
    .vmBoxes {
        margin: 10px -20px;
        max-width: 1000px;
    }

    .breadCrumb::before {
        width: 115%;
    }
}





/* For Responsive View  */
@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }

    .carousel-caption {
        text-align: center;
        /* margin-bottom: 20px; */
        /* line-height: 25px; */
        background: rgba(0,0,0,0.5);
        width: 400px;
        height: 100px;
        margin: 0 auto;
    }

        .carousel-caption h5 {
            font-size: 22px;
        }

        .carousel-caption h1 {
            font-size: 30px;
        }

        .carousel-caption p {
            font-size: 15px;
            margin-bottom: 20px;
            max-width: 700px;
        }

        .carousel-caption .carousel-btn {
            padding: 5px 20px;
        }

    section.one {
        height: auto;
    }

    .box {
        margin: 30px;
    }
}

@media (min-width: 700px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 600px) {
    .carousel-caption {
        text-align: center;
        margin-bottom: 0px;
        line-height: 8px;
        width: 300px;
    }

        .carousel-caption h5 {
            font-size: 16px;
        }

        .carousel-caption h1 {
            font-size: 22px;
        }

        .carousel-caption p {
            font-size: 10px;
            margin-bottom: 20px;
        }

        .carousel-caption .carousel-btn {
            padding: 3px 15px;
        }

    .carousel-indicators {
        top: 130px;
    }

    .atmosBox:nth-child(1),
    .atmosBox:nth-child(2) {
        border: 1px solid #dee2e6;
        margin: 3px;
    }

    .atmosBox:nth-child(3),
    .atmosBox:nth-child(6) {
        border: 1px solid #dee2e6;
        margin: 3px;
    }

    .copyrightdetails {
        padding: 0 50px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    body {
        overflow-x: hidden;
    }

    .dropdown:active > .dropdown-menu {
        display: block;
        background: #f8f9fa;
    }

    .logo {
        max-height: 50px;
        object-fit: cover;
    }

    .social .email {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-top: 15px;
        /* line-height: 25px; */
    }

    .social-icons {
        margin-bottom: 10px;
    }

    .carousel-caption {
        text-align: center;
        margin-bottom: 0px;
        line-height: 5px;
        width: 250px;
    }

        .carousel-caption h5 {
            font-size: 10px;
        }

        .carousel-caption h6 {
            font-size: 12px;
        }

        .carousel-caption h1 {
            font-size: 11px;
        }

        .carousel-caption p {
            font-size: 8px;
            margin-bottom: 5px;
            line-height: 1.1;
        }

        .carousel-caption .carousel-btn {
            padding: 2px 8px;
            font-size: 12px;
        }

    .copyrightdetails {
        height: auto;
        flex-wrap: wrap;
        justify-content: center !important;
        align-items: center;
    }

    .innerNoticeContent {
        margin: 0;
        padding: 0;
    }

    .principalContent .principalImgBox {
        height: 250px;
        width: 368px;
    }

        .principalContent .principalImgBox img {
            height: 180px;
            width: 260px;
            margin-left: 25px;
        }
}

.gallery-row > div {
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

img.img-cl-heh.item-imgg {
    width: 100%;
}

.imgilink a:first-child span {
    line-height: initial;
    padding: 10px 0 0;
    color: #004c84;
}

img.img-cl-heh.item-imgg:hover {
    opacity: 0.8;
    outline: #fff solid 2px;
    outline-offset: -10px;
    transition: all 0.3s ease 0s;
}

.p-rr:hover .aftervhover h4 {
    opacity: 1;
}

.aftervhover h4 {
    width: 235px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    position: absolute;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px;
}

.entry-content .col-lg-12.m-t17 .col-lg-4 {
    max-width: 25%;
    float: left;
    margin-bottom: 20px;
}

img.img-cl-hehtt {
    width: 100%;
}

.vdoglrybox-x > .video-thumb-inv {
    border: 1px solid #bb1c21;
    background: #bb1c21;
    /*width: 302px;*/
}
/*.vdoglrybox-x iframe {
    width: 100%;
}*/
.cont .row {
    margin-left: 0;
    margin-right: 0;
}

.imgglry-row > .vdoglrybox-x {
    margin-bottom: 30px;
}

.cont {
    text-align: center;
}

.video-thumb-inv p {
    color: #fff;
}

.our-team-item .our-team-image {
    position: relative;
}

.our-team-item {
    text-align: center;
    margin-bottom: 54px;
}

    .our-team-item .our-team-image img {
        border-radius: 50%;
    }

    .our-team-item .our-team-image .social-team {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;
        text-align: center;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
    }

    .our-team-item .title {
        font-size: 15px;
        font-weight: 700;
        margin: 24px 0 0;
        line-height: 25px;
        text-transform: uppercase;
    }

        .our-team-item .title a:hover {
            color: #bb1c21;
        }

    .our-team-item .regency {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        color: #999;
        line-height: 20px;
    }

    .our-team-item .our-team-image:before {
        background-color: #bb1c21;
    }

    .our-team-item .our-team-image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transition: all .3s;
        -khtml-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        max-width: 200px;
        margin: auto;
        width: 100%;
    }

    .our-team-item:hover .our-team-image:before {
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-opacity: .8;
        -khtml-opacity: .8;
        -moz-opacity: .8;
        -ms-opacity: .8;
        -o-opacity: .8;
        opacity: .8;
    }

.bgnew {
    background-image: url(../images/khaitan-no-1-bg.jpg);
    background-size: 400px !important;
    background-attachment: fixed !important;
    background-position: center !important;
}

.boxdefault {
    box-shadow: 0px 8px 18px rgb(7 41 77 / 20%);
    background: #fff;
    padding: 15px;
    border-radius: 20px;
}

.contentAboutSchool h1 {
    font-size: 30px;
}

.contentAboutSchool p {
    font-size: 16px;
    text-align: justify;
    color: #000 !important;
}
/*.slider-height{height:450px;}*/
.msgBoxs span {
    display: flex;
    height: 36px;
    position: absolute;
    padding: 10px 10px 0px 10px;
}

a.css-11cewt9 {
    display: none!important;
}

#instaFeed {
    position: relative;
}

    #instaFeed::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 40%;
        width: 250px;
        height: 30px;
        background: #fff;
        z-index: 1;
    }
/*.rs-header-top .align-items-end{
    height:35px;
}*/
@media (max-width: 768px) {
    .carousel-caption {
        text-align: center;
        margin-bottom: 0px;
        line-height: 10px;
    }

        .carousel-caption h5 {
            font-size: 18px;
        }

        .carousel-caption h1 {
            font-size: 25px;
        }

        .carousel-caption p {
            font-size: 12px;
            margin-bottom: 20px;
        }

        .carousel-caption .carousel-btn {
            padding: 5px 20px;
        }

    .header-contact {
        padding: 8px 0 5px!important;
        margin-right: 10px!important;
    }
}

.mpfix {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all 300ms ease-in-out;
}

    .mpfix > .mpbody {
        max-width: 45%;
        max-height: 90%;
        position: relative;
    }

        .mpfix > .mpbody > a {
            display: block;
            box-shadow: 0 2px 5px rgba(0,0,0,.25);
            border-radius: 4px;
            overflow: hidden;
        }

            .mpfix > .mpbody > a > img {
                    width: 483px;
                    height: 450px;
                    object-fit: fill;
            }

label[for=mpclose] {
    user-select: none;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    position: absolute;
    top: -20px;
    right: -10px;
    background: #fff;
    border-radius: 40px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    cursor: pointer;
}

    label[for=mpclose] > svg {
        height: 30px;
        width: 30px;
        fill: red;
    }

#mpclose {
    display: none;
}

    #mpclose:checked + .mpfix {
        left: -100%;
    }

.links p {
    border-bottom: 1px dashed;
}

.css-11cewt9 {
    visibility: hidden!important;
    display: none!important;
}

.css-xgm0sd {
    visibility: hidden!important;
    display: none!important;
}




/************************************************
     -------*** 23. BLOG  CSS ***-------
                ----------------
*************************************************/
.etl-single-widget h3.etl-blog-title {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}

.related-posts {
    padding: 0;
    overflow-y: scroll;
    height: 314px;
}

.etl-single-widget {
    /*height: 375px;*/
    padding-bottom: 20px;
}

.etl-blog-body {
    overflow-y: scroll;
    height: 330px;
}

    .etl-blog-body .input-group-text button {
        border: none;
        background: none;
    }

    .etl-blog-body .input-group-text {
        border-left: 0;
        background: #fff;
        border-radius: 0;
    }

    .etl-blog-body input {
        border-right: 0;
    }

ul.widget-lists {
    /* border: 1px solid #ddd; */
    padding: 0;
}

.widget-lists li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px dotted #ddd;
    align-items: center;
    /*padding: 0 10px;*/
}

    .widget-lists li a {
        display: block;
        width: 100%;
        color: #000;
        padding: 11px 10px;
        text-transform: capitalize;
        /* float: right; */
    }

        .widget-lists li a:hover {
            color: #a3a3a3;
            padding-left: 5px;
            text-decoration: none;
        }

    .widget-lists li span {
        padding: 8px 18px;
        border: 1px solid #ddd;
        background: #21649A;
        color: #fff;
        font-weight: 700;
        text-align: center;
    }

.related-posts li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 0 10px;*/
    margin-bottom: 5px;
}

    .related-posts li .etl-related-post-left {
        width: 29%;
    }

    .related-posts li .etl-related-post-right {
        width: 69%;
    }

        .related-posts li .etl-related-post-right a {
            font-size: 14px;
            line-height: 21px;
            color: #333;
        }

        .related-posts li .etl-related-post-right span {
            color: #3333339e;
            font-size: 12px;
        }

    .related-posts li:hover .etl-related-post-right a {
        color: #979797;
        text-decoration: none;
    }

.tags-cloud {
    padding: 0 10px;
}

    .tags-cloud li {
        display: inline-block;
    }

        .tags-cloud li a {
            padding: 8px 15px;
            border: 1px solid #ddd;
            border-radius: 1px;
            margin: 0 5px 10px 0;
            color: #21649A;
        }

            .tags-cloud li a:hover {
                background: #21649A;
                color: #fff;
            }

.archive-list {
    padding: 0 15px;
}

    .archive-list li {
        display: block;
    }

        .archive-list li a {
            font-size: 14px;
            color: #333;
            text-transform: capitalize;
            display: block;
            padding: 7px 10px;
            padding: 7px 10px;
        }

            .archive-list li a:hover {
                color: #FF5722;
                padding-left: 5px;
            }

            .archive-list li a > i {
                margin-right: 5px;
            }

.etl-blog-image {
    max-height: 250px;
    overflow: hidden;
}

    .etl-blog-image a {
        display: block;
    }

        .etl-blog-image a img {
            width: 100%;
            height: 100%;
            /*height: 250px;*/
        }

.etl-single-blog-body {
    padding: 14px;
    background: #fff;
}

    .etl-single-blog-body a > h2 {
        font-size: 24px;
        color: #333;
        line-height: 26px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .etl-single-blog-body p {
        color: #3339;
        margin-bottom: 20px;
    }

    .etl-single-blog-body a {
        color: #333;
        text-decoration: underline;
    }

        .etl-single-blog-body a:hover,
        .etl-single-blog-body a:hover h2 {
            color: #FF5722;
        }

.etl-blog-footer {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px 20px;
    color: #3339;
    font-size: 13px;
}

.etl-sidebar-area-start {
    background: #fff;
}

.etl-blog-footer i {
    margin-right: 5px;
    color: #21649A;
}

.etl-single-blog-content {
    margin-bottom: 25px;
}

blockquote {
    padding: 15px;
    background: #E3EEF7;
    font-style: italic;
    font-size: 20px;
}

.single-page .etl-blog-image {
    min-height: 450px !important;
    overflow: auto;
}

    .single-page .etl-blog-image a img {
        min-height: 450px;
    }

.etl-related-post-left img {
    width: 100%;
}

.etl-blog-bodyy:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dots.png) no-repeat scroll center center / cover;
    content: '';
    z-index: -1;
    opacity: 0.6;
}

.etl-blog-bodyy {
    background: #19304f;
    position: relative;
    z-index: 1;
}

.latest-research-content p a {
    color: #fff;
    margin: 0;
}

.latest-research-content p {
    margin: 0;
}

.newslist {
    padding: 10px 50px;
    color: white;
    background-color: #b82328 !important;
    width: 100%;
    border-style: none;
    border-radius: 4px;
}

    .newslist:hover {
        padding: 10px 50px;
        color: white;
        background-color: #19304f !important;
        width: 100%;
        border-radius: 4px;
    }

    .newslist a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
    }

.etl-blog-area-start {
    padding: 0px 0px 45px;
    background: url(../images/section.bg-1.png) center top / contain repeat scroll;
}

::-webkit-scrollbar {
    width: 8.5px!important;
}

::-webkit-scrollbar-thumb {
    background: #dadada!important;
    border-radius: 50px!important;
    height: 10px!important;
}

.date_text_wrap {
    float: left;
    border-bottom: 1px solid #19304f;
    padding: 10px 0 10px 0;
    width: 100%;
}

.date_wrapper {
    text-align: center;
    line-height: 100%;
}

.date_top {
    background: #bb1c21 !important;
    padding: 12px;
    color: #FFFFFF;
    font-size: 15px;
}

.date_bottom {
    border: solid 1px #bb1c21;
    border-top: none;
    color: #000;
    font-size: 20px;
    padding: 8px;
    font-weight: 300;
    padding-bottom: 12px;
    background-color: #fff;
}

.date_text_wrap p a {
    color: #000;
    margin-left: 20px;
    font-size: 15PX;
    font-weight: bold;
    text-decoration: none;
}

.dt-sc-small-separator {
    width: 30px;
    height: 2px;
    display: inline-block;
    clear: both;
    text-align: center;
    margin: 15px 0px;
}

.dt-sc-hr-invisible-xsmall {
    float: left;
    width: 100%;
    margin: 15px 0px 0px;
    display: block;
    clear: both;
}

.dt-sc-image-caption.type9 {
    position: relative;
    overflow: hidden;
}

.dt-sc-image-caption {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

    .dt-sc-image-caption.type9 .dt-sc-image-wrapper {
        position: relative;
    }

    .dt-sc-image-caption.type9 .dt-sc-image-overlay {
        opacity: 0;
        background: #2e3092d6;
        position: absolute;
        top: 0px;
        right: -100%;
        width: 100%;
        height: 100%;
        margin: 0px;
    }

        .dt-sc-image-caption.type9 .dt-sc-image-overlay p, .dt-sc-image-caption.type9 .dt-sc-image-overlay ul.dt-sc-fancy-list {
            color: #d3d3d3;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            padding: 30px;
            text-align: center;
        }

    .dt-sc-image-caption.type9 .dt-sc-image-content {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        padding: 15px 30px 10px;
    }

    .dt-sc-image-caption.type9 .dt-sc-image-title {
        margin-bottom: 0;
    }

    .dt-sc-image-caption .dt-sc-image-title {
        margin-bottom: 30px;
        display: inline-block;
        width: 100%;
    }

    .dt-sc-image-caption.type9 .dt-sc-image-content h3 {
        color: #ffffff;
    }

    .dt-sc-image-caption.type9 .dt-sc-image-content h3 {
        font-size: 24px;
        text-transform: none;
        line-height: 30px;
    }

    .dt-sc-image-caption .dt-sc-image-title h3 {
        text-transform: uppercase;
        margin-bottom: 5px;
        position: relative;
        top: -2px;
    }

    .dt-sc-image-caption.type9:hover .dt-sc-image-overlay {
        opacity: 1;
        right: 0;
    }

    .dt-sc-image-caption .dt-sc-image-content {
        display: inline-block;
        clear: both;
        margin: 30px 0px 0px;
    }

    .dt-sc-image-caption.type9 .dt-sc-image-content {
        transition: all 0.3s linear;
    }

        .dt-sc-image-caption.type9 .dt-sc-image-content h3 {
            color: #ffffff;
        }

    .dt-sc-image-caption .dt-sc-image-title h3 {
        text-transform: uppercase;
        margin-bottom: 5px;
        position: relative;
        top: -2px;
    }

    .dt-sc-image-caption.type9:hover .dt-sc-image-content {
        opacity: 0;
        left: -100%;
    }

    .dt-sc-image-caption.type9 .dt-sc-image-content {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        padding: 10px 10px 0px;
        width: 80%;
    }

.rounded a {
    display: flex;
    color: black;
    text-decoration: none;
}

.bg-white {
    background-color: #fff!important;
}

@media (min-width: 768px) {
    .multi-item-carousel .carousel-inner .carousel-item {
        margin-right: inherit;
    }

        .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
        .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
            display: block;
        }

        .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
        .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
        .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
            transition: none;
        }

        .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
            position: absolute;
            top: 0;
            right: -33.33333333%;
            z-index: -1;
            display: block;
            visibility: visible;
        }

    .multi-item-carousel .carousel-inner .carousel-item-next,
    .multi-item-carousel .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

        .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            display: block;
            visibility: visible;
        }

    .multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
    .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    .multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
    .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        display: block;
        visibility: visible;
    }
}

.covidlist h4 {
    font-weight: bold;
    color: #bb1c21;
    font-size: 17px;
}

.covidlist ul {
    padding-inline-start: 20px;
    line-height: 30px;
}

.covidimg img {
    margin: 0 auto;
    display: block;
}

.hoverimage img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    filter: grayscale(100%);
    transition: .7s ease-in-out;
}

.hoverimage .text {
    /*width: 100%;*/
    padding: 10px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 30px;
    transform: rotateX(90deg) perspective(100px);
    background-color: #19304f;
    color: #fff;
    transform-origin: bottom;
    transition: .7s ease-in-out;
}

.hoverimage ul {
    list-style: none;
    text-align: center;
    position: absolute;
    top: 0;
}

    .hoverimage ul li {
        background-color: #FFF;
        width: 30px;
        border-bottom: 1px solid #999;
        padding: 5px;
        transform: rotatey(-90deg) perspective(100px);
        transform-origin: left;
        cursor: pointer;
        transition: .5s ease-in-out;
    }

        .hoverimage ul li:first-of-type {
            transition-delay: .5s;
        }

        .hoverimage ul li:nth-of-type(2) {
            transition-delay: 1s;
        }

        .hoverimage ul li:last-of-type {
            transition-delay: 1.5s;
        }

.skewd {
    background-color: rgb(255, 255, 255);
    opacity: .4;
    /*width: 100%;
  height: 100%;*/
    position: absolute;
    transform: skewX(45deg);
    top: 0;
    right: -170%;
    z-index: 1;
    transition: 1s ease-in-out;
}

.hoverimage:hover img {
    filter: grayscale(0);
    transform: scale(1);
}

.hoverimage:hover .text {
    transform: rotateX(0deg);
}

.hoverimage ul li:hover {
    color: #000;
}

.hoverimage:hover ul li {
    transform: rotatey(0deg);
}

.hoverimage:hover .skewd {
    right: 170%;
    transition-delay: 2s;
}

.white-mode {
    text-decoration: none;
    padding: 7px 10px;
    background-color: #122;
    border-radius: 3px;
    color: #FFF;
    transition: .35s ease-in-out;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-family: "Montserrat";
}

    .white-mode:hover {
        background-color: #FFF;
        color: #122;
    }

.icon-float {
    position: fixed;
    left: 0px;
    top: 35%;
    z-index: 999;
    /*right: 0px;*/
}

    .icon-float ul {
        padding: 0px;
    }

        .icon-float ul li {
            list-style-type: none;
        }

            .icon-float ul li a {
                display: block;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                padding: 0px;
                height: 40px;
                width: 40px;
                display: flex;
                align-items: center;
            }

                .icon-float ul li a i {
                    padding: 8px;
                    width: 40px;
                    height: 32px;
                    text-align: center;
                    color: #fff;
                }

                .icon-float ul li a:hover {
                    transform: rotateY(-180deg);
                }

                    .icon-float ul li a:hover i {
                        transform: rotateY(180deg);
                    }

.fb1 {
    background: #e1d6c8;
    border: 1px solid #ccc;
}

.gp1 {
    background: #e1d6c8;
    border: 1px solid #ccc;
}

.tw1 {
    background: #e1d6c8;
    border: 1px solid #ccc;
}

.li1 {
    background: #e1d6c8;
    border: 1px solid #ccc;
}

.yt1 {
    background: #e1d6c8;
    border: 1px solid #ccc;
}

.wa1 {
    background: #e1d6c8;
    border: 1px solid #ccc;
}

.sh {
    background: #fff;
    padding: 10px 0px;
    font-size: 11px;
    text-align: center;
    color: #333;
}

.sh1 {
    background: #e1d6c8;
    border: 1px solid #ccc;
}

.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -130px;
    top: 350px;
    width: 210px;
    z-index: 1100;
}

.sticky li {
    list-style-type: none;
    background-color: #ffffffc4;
    color: #efefef;
    height: 45px;
    padding: 4px;
    margin: 0px 0px 10px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    border-radius: 30px;
}

    .sticky li:hover {
        margin-left: -130px;
    }

    .sticky li p {
        color: #000;
        /*font-family: roboto;*/
        font-size: 15px;
        font-weight: 500;
        margin-top: -33px;
        margin-left: 49px;
    }

    .sticky li span i {
        background: #ffffff;
        font-size: 28px;
        padding: 5px 10px;
        border-radius: 4px;
    }

    .sticky li p a:hover {
        text-decoration: underline;
    }



.blues {
    color: blue;
}

.whites {
    color: orange;
}

.about-line {
    padding-left: 40px;
    text-align: left;
    color: #ed1c24;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}

    .about-line:before {
        position: absolute;
        content: '';
        background: #ed1c24;
        width: 30px;
        height: 2px;
        left: 0px;
        bottom: 11px;
    }

.theme-btn-new {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 17px 40px;
    background-color: #2e3092;
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
    text-decoration: none !important;
}

    .theme-btn-new:hover:before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .theme-btn-new:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        background-color: #ed1c24;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0.2, 1);
        transform: scale(0.2, 1);
    }


.home-demo img {
    max-width: 110px;
    max-height: 115px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.home-demo h4 {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    padding: 10px 0px;
    text-transform: uppercase;
}

span.percentage {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    padding: 6px;
    /* border-bottom: 1px solid #d3d2d2; */
    background: #640822;
    border-radius: 23px;
}

span.results {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #154c1f;
}

.topper-sec {
    background-image: url(../images/landingbg.png);
    padding: 40px 0px 60px 0px;
}

.home-demo .item {
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 20px 10px;
}


.desti-slide .owl-nav, .desti-slide .owl-dots {
    display: none;
}

.about-us-bg {
    background-image: url(../images/whiteabt1.jpg);
    background-size: cover;
}

.leadership-app-component {
    width: 100%;
    background-image: url(../images/our-leadership-bgss.jpg);
    background-size: cover;
    display: inline-block;
    padding: 40px 0;
}

.offset-t-b {
    padding: 30px 0px;
}

..leadership-app-component {
    width: 100%;
    float: left;
    background: #e1d6c8;
    display: inline-block;
}

.lead-banner-app {
    width: 100%;
    float: left;
    background: url(../images/about-img.jpeg) right no-repeat;
    height: 450px;
    margin-top: 10px;
    background-position: top right;
}

.lead-bu {
    width: 895px;
    margin: 60px 340px 0 0px;
    float: right;
}

.leadership-info {
    background: #fff;
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0px 2px 7px 0 rgb(0 0 0 / 18%);
    overflow: hidden;
}

    .leadership-info figure {
        margin: 0px;
        overflow: hidden;
    }

        .leadership-info figure img {
            width: 100%;
        }

.offset-t-b {
    padding: 30px 0px;
}

.lead-info {
    padding: 15px 15px;
    min-height: 70px;
}

    .lead-info h3 {
        margin: 0 0 4px 0;
        font-size: 15px;
        color: #640822;
        line-height: 20px;
    }

    .lead-info span {
        display: block;
        color: #282828;
        font-size: 13px;
        text-transform: uppercase;
    }

.leadership-info a:hover {
    text-decoration: none;
}

.leadership-app-content {
    position: absolute;
    top: 0;
}

    .leadership-app-content p {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 8px 0px 8px;
        color: #fff;
        text-align:justify;
    }

.leadership-app-content {
    position: absolute;
    transition: ease all 0.4s;
    top: 350px;
    background: rgb(123 11 42 / 78%);
    height: 100%;
    text-align: center;
    padding: 8px 6px 8px;
}

.leadership-info:hover .leadership-app-content {
    top: 0px;
}

.leadership-app-content a {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
}

    .leadership-app-content a:hover {
        background: #fff;
        color: #01008a;
    }

.lead-30 .col-md-3 {
    overflow: hidden;
    flex-wrap: nowrap;
    flex-shrink: 0;
    width: 248px;
    padding: 7px 9px;
    display: inline-block!important;
}

/*.section-head_text-center h2 {
    color: #640822;
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 700;
    text-align: center;
}

    .section-head_text-center h2 span {
        color: #640822;
        font-family: 500;
    }*/


.atf-admin-area {
    padding: 20px 0;
}

.aft-autor-title {
    margin-top: 12px;
}

.atf-admin-img img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.atf-class-slide .atf-class-img {
    overflow: hidden;
}

    .atf-class-slide .atf-class-img img {
        width: 100%;
        height: 160px;
        /*height: auto;*/
        opacity: 0.8;
        transform: scale(1,1);
        transition: all 0.3s ease-in-out 0s;
    }

.atf-class-slide:hover .atf-class-img img {
    transform: scale(1.2,1.2);
    opacity: 1;
}

.atf-class-slide .atf-class-content {
    padding: 20px 20px 20px 30px;
    position: relative;
    background: #fff;
    height: 165px;
}

    .atf-class-slide .atf-class-content a {
        color: var(--blue-color);
        text-decoration: none;
        font-size: 14px;
    }

.atf-class-slide .atf-class-date {
    min-width: 28px;
    min-height: 28px;
    line-height: 28px;
    text-align: center;
    background: var(--blue-color);
    position: absolute;
    top: -30px;
    left: 30px;
}

.atf-class-slide .month {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 15px;
    background: var(--red-color);
    text-transform: uppercase;
}

.atf-class-slide .date {
    color: #fff;
    font-size: 14px;
}

.atf-class-slide {
    /* background: #640822; */
    border: 2px solid var(--red-color);
}

    .atf-class-slide .atf-class-title {
        margin: 18px 0 20px;
    }

        .atf-class-slide .atf-class-title a {
            color: var(--red-color);
            font-size: 15px;
            text-transform: capitalize;
            transition: all 0.50s ease 0s;
        }

            .atf-class-slide .atf-class-title a:hover {
                color: #000;
                text-decoration: none;
            }

.events {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
    color: var(--blue-color);
    text-transform: capitalize;
}

.newsevents-sec {
    background-image: url(../images/events-pattern-bg.png);
    padding-top: 30px;
    padding-bottom: 50px;
}

.ho-ev-date {
    border-radius: 3px;
    display: inline-block;
    /* float: left; */
    color: #fff;
    text-align: center;
    padding: 11px 0;
    margin-right: 15px;
    text-transform: uppercase;
    width: 100px;
    background: var(--red-color);
    background: var(--red-color);
    width: 30%;
}

    .ho-ev-date span:first-child {
        display: block;
        font-size: 25px;
        font-weight: 500;
        margin-top: 0px;
        line-height: 25px;
        color: #fff;
    }

    .ho-ev-date span:last-child {
        font-size: 12px;
        color: #fff;
    }

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.pull-left {
    float: left !important;
}

.atf-class-slide .atf-class-description {
    font-size: 14px;
    line-height: 20px;
    color: black;
}

.view {
    font-weight: 600;
    font-size: 15px;
    line-height: 55px;
    color: #100f0f !important;
    text-transform: capitalize;
    text-decoration: none !important;
}

.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 50px;
    line-height: .7;
}

.atf-main-testimonials .owl-controls {
    margin-left: -25px;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    margin: 0 8px;
    border-radius: 5px;
    background: transparent;
    border: 2px solid var(--blue-color);
    transition: 0.3s all ease-in-out;
    margin-top: 30px;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--red-color);
    width: 35px;
    transition: 0.3s all ease-in-out;
    border: 1px solid var(--red-color);
}

#atf-class-slider {
    display: inline-block !important;
}

.atf-class-slide .atf-class-bar {
    padding: 10px 0;
    list-style: none;
    text-align: center;
    border-top: 1px solid #eee;
    background: #fff;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.atf-main-testimonials.owl-theme .owl-nav {
    display: none;
}

.atf-class-slide .atf-class-bar li {
    display: inline-block;
    margin: 2px 7px 0 0;
    color: #000;
    text-align: left;
    padding: 10px 20px;
    border-radius: 5px;
}

    .atf-class-slide .atf-class-bar li a {
        text-transform: capitalize;
        font-size: 14px;
        color: #fff;
        transition: 0.2s ease;
        font-weight: 600;
    }

        .atf-class-slide .atf-class-bar li a:hover {
            text-decoration: none;
            color: #000;
        }

    .atf-class-slide .atf-class-bar li i {
        color: #FF4B2B;
        margin-right: 5px;
    }

.news-announcement {
    padding: 0px 15px 15px 15px;
    background: #f1f8ff;
    height: 330px;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    border: 2px solid #e1e1e1;
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 17%);
}

.vticker {
    height: 354px !important;
    margin-bottom: 15px;
}

    .vticker ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .vticker ul li {
            padding-bottom: 12px;
            padding-top: 12px;
            position: relative;
            font-weight: 700;
            top: 8px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.28); /* padding-left: 28px; */
        }
/*.vticker ul li:before {font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f1ea";position: absolute;left: 1px; color:#fff;}*/
.news-item i {
    position: absolute;
    left: 1px;
    color: #585858;
}

.vticker ul li a {
    display: flex;
    color: #585858;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
}

.vticker ul li span {
    display: block;
}

.vticker ul li .ndate {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    top: 10px;
    color: #000;
}

.vticker ul li .newicon, .vticker ul li img {
    position: absolute;
    top: 7px;
}

.notice-announcement {
    padding: 0px 15px 15px 15px;
    background: #1a4895;
    height: 332px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0 0 7px rgb(0 0 0 / 8%);
}

.notice-vticker {
    height: 354px !important;
    margin-bottom: 15px;
}

    .notice-vticker ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .notice-vticker ul li {
            padding-bottom: 15px;
            padding-top: 30px;
            position: relative;
            font-weight: 700;
            top: 8px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.28);
            padding-left: 28px;
        }
/*.vticker ul li:before {font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f1ea";position: absolute;left: 1px; color:#fff;}*/
.notice-item i {
    position: absolute;
    left: 1px;
    color: #fff;
}

.notice-vticker ul li a {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
}

.notice-vticker ul li span {
    display: block;
}

.notice-vticker ul li .ndate {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    top: 10px;
    color: #fff;
}

.notice-vticker ul li .newicon, .notice-vticker ul li img {
    position: absolute;
    top: 7px;
}

.media-body {
    width: 0%; /* float:right; */
}

.paddingleft { /* padding-left:5px!important; */
}

.paddingbottom { /* padding-bottom: 65px !important; */
}

.vticker ul li .dsize {
    color: #cbcaca;
    font-size: 11px;
}

.media-body h5 {
    font-size: 16px;
    color: #000;
    line-height: 18px;
}

.atf-section-title {
    margin-bottom: 30px;
    padding: 25px 0px 15px;
}

.sticky-container .sticky li a {
    text-decoration: none;
}


#button {
    display: inline-block;
    background-color: #36b04a;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 22px;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-image: linear-gradient(282deg, #1d293c, #1d293c);
        border: 1px solid #fff;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

.playful figure {
    cursor: pointer;
    float: left;
    margin: 10px 1%;
    max-height: 280px;
    max-width: 480px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 20px;
}

    .playful figure figcaption,
    .playful figure figcaption > a {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .playful figure figcaption {
        backface-visibility: hidden;
        color: #fff;
        font-size: 1.25em;
        text-transform: uppercase;
    }

    .playful figure h4,
    .playful figure p {
        margin: 0;
    }

    .playful figure h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        word-spacing: -0.15em;
    }

    .playful figure p {
        font-size: 18px;
        font-weight: 100;
        color: #fff;
        letter-spacing: 1px;
    }

    .playful figure h2,
    .playful figure p {
        margin: 0;
    }

    .playful figure.softeffect {
        background: none repeat scroll 0 0 #000000;
    }

        .playful figure.softeffect img {
            transition: opacity .35s ease 0s, transform .35s ease 0s;
        }

figure.softeffect:hover img {
    opacity: 0.35;
    transform: scale(1);
}

.playful figure.softeffect figcaption:before,
.playful figure.softeffect p {
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.playful figure.softeffect h4 {
    opacity: 0;
    padding: 20% 0 20px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.playful figure.softeffect p {
    margin: 0 auto;
    max-width: 200px;
    transform: scale(1.5);
}

.playful figure.softeffect:hover figcaption:before,
.playful figure.softeffect:hover p {
    opacity: 1;
    transform: scale(1);
}

.playful figure.softeffect:hover h4 {
    opacity: 1;
    transform: scale(1);
}

.playful figure img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    opacity: 1;
    position: relative;
    height: 220px;
    width: 100%;
}

figure.softeffect {
    background: none repeat scroll 0 0 transparent;
}

    figure.softeffect:hover {
        background: none repeat scroll 0 0 #000000;
        /* Cyan: #00aeef */
    }

    figure.softeffect img {
        transform: scale(1);
        transition: opacity .35s ease 0s, transform .35s ease 0s;
    }

    figure.softeffect:hover img {
        opacity: 0.40;
        transform: scale(1.15);
        filter: blur(2px);
    }

.softeffect figcaption i {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    height: 60px;
    width: 60px;
    font-size: 20px;
    background-color: var(--red-color);
    color: #ffffff;
    font-weight: 700;
    border-radius: 50%;
    font-weight: 400;
    line-height: 60px;
    transform: translate(-50%,-50%);
}

.gallery-sec {
    background-image: url(http://dehradunboysschool.com/images/bg2.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background: #fff9af url(../images/gall-bg.png) !important;
    background-position: 0 0 !important;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
    color: #fff;
}

/*---------------LOADER CSS START HERE-------------*/
#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: #fff;
    z-index: 99999999;
}

.parent {
    height: 100%;
    width: 100%;
    position: relative;
}

.child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*---------------LOADER CSS END HERE-------------*/

.zoom-in-out-box {
    width: 200px;
    animation: zoom-in-zoom-out 1s ease infinite;
    border-radius: 10px;
    padding: 5px;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }

.filter-button {
    font-size: 18px;
    border: 2px solid #322e30;
    border-radius: 5px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    margin: 0 8px;
}

    .filter-button:hover {
        font-size: 18px;
        border: 1px solid #322e30;
        border-radius: 5px;
        text-align: center;
        color: #ffffff;
        background: #322e30;
        margin: 0 8px;
    }

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 0px;
}

.gallery .nav-tabs > li {
    float: none;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    font-family: Cambria, Georgia, serif;
}

.gallery img {
    min-width: 100%;
}

.gal-sec img {
    width: 100%;
}

.gal-sec .text-muted {
    display: none;
}

.gal-sec .thumbnail img {
    width: 100%;
    height: 250px;
    padding: 10px 5px;
}

@media (min-width: 768px) {
    .gallery img {
        height: 235px;
    }
}

data-filter {
    background: black;
}

@media (max-width: 767px) {
    .btn {
        display: inline-block;
        padding: 3px 6px;
    }

    .filter-button {
        font-size: 17px;
    }
}

image1:hover img {
    -webkit-filter: grayscale(100%);
    /* filter: grayscale(100%); */
    -webkit-transition: .3s ease-in-out;
    /* transition: .3s ease-in-out; */
}

.video-sec {
    margin: 120px 0 60px 0;
}

    .video-sec .video iframe {
        width: 100%;
        height: 220px;
    }

.gal-sec {
    margin: 100px 0 60px 0;
}


.bg-abb {
    padding-top: 40px;
    background-image: url(../images/bg-images.jpg);
    background-size: 400px !important;
    background-attachment: fixed !important;
    background-position: center !important;
}

.col-12.mainbody {
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
    border-radius: 20px;
    margin-bottom: 40px;
}

    .col-12.mainbody h2 {
        /* border-bottom: 2px dashed #014a7f; */
        display: block;
        padding-bottom: 5px !important;
        margin-bottom: 10px !important;
        color: #2e3092;
        text-align: center;
        position: relative;
    }

.alignsection {
    width: 100%;
    float: left;
}

#about {
    position: relative;
}

    #about::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0FA6E5;
        opacity: .05;
    }

.about-image {
    width: 100%;
    background-size: cover;
}

.fix-center {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.believecover {
    background: #2e3092;
    padding: 0% 20% 5% 10%;
    border-radius: 30px;
    border: 1px solid #000;
    margin-top: 40px;
}

.heading-title {
    margin: 15px 0 0 0 !important;
}

.believeleft .heading-title h2 {
    color: #fff;
}

.believecover p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

.bel-img {
    margin-left: -15%;
}

    .bel-img img {
        border-radius: 22px;
        width: 100%;
    }

.foot-links {
    color: #fff !important;
    text-decoration: none!important;
}

.disclo-text {
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 0px 10px;
}

.infra-image {
    width: 100%;
    border: 2px solid #2e3092;
    padding: 4px;
    height: 295px;
}

.contact-sec {
    padding-top: 40px;
    background-image: url(../images/bg-images.jpg);
    background-size: 400px !important;
    background-attachment: fixed !important;
    background-position: center !important;
}

.wrap-contacts {
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
    border-radius: 20px;
    margin-bottom: 40px;
}

/* Contact Us */
.inner-contactwrap {
    padding: 20px;
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
    text-align: center;
    height: 220px;
    margin-bottom: 30px;
    border-bottom: 3px solid #ed1c24;
    border-radius: 20px;
}

    .inner-contactwrap .icon-contact {
        height: 60px;
        width: 60px;
        background: #2e3092;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 50%;
        margin: 0 auto;
        transition: all 0.5s ease-in-out;
    }

        .inner-contactwrap .icon-contact:hover {
            transform: translateY(-10px);
        }

    .inner-contactwrap .contact-cntent h3 {
        margin: 10px 0px;
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }

    .inner-contactwrap .contact-cntent p {
        font-size: 16px;
        line-height: 25px;
        color: #000;
    }

.foot-links-blck {
    color: #000;
    text-decoration: none!important;
}

.fees-heading {
    font-size: 30px;
    text-align: center;
    font-family: auto;
    font-weight: 700;
    color: #ed1c24;
}

.cbse-tbl table tr td {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Nunito Sans' !important;
}

.cbse-tbl table tr th {
    font-size: 20px;
    font-family: auto;
    font-family: 'Nunito Sans' !important;
}

.arrow-download-img {
    height: auto;
    width: 50px;
}

.cbse-tbl .elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.syl-box {
    background: #2e3092;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 100%;
    margin: 10px 0;
}

    .syl-box a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
    }

    .syl-box:hover {
        background: #ed1c24;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }


.syl-boxx {
    background: #2e3092;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 220px;
    margin: 10px 0;
}

    .syl-boxx a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
    }

    .syl-boxx:hover {
        background: #ed1c24;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }


.elementor-153 .elementor-element.elementor-element-e65ffea th.wpr-table-th {
    border-style: solid;
    border-color: var(--e-global-color-primary );
    border-width: 1px 1px 1px 1px;
}

.wpr-data-table {
    width: 100%;
}

    .wpr-data-table tr th {
        border-style: solid;
        border-color: #fff;
        border-width: 1px 1px 1px 1px;
        background-color: #2e3092;
        color: #FFFFFF;
        font-weight: 600;
        padding: 10px 10px 10px 10px;
        font-size: 15px;
    }

    .wpr-data-table tr td {
        border-style: solid;
        border-color: #302B6A;
        border-width: 1px 1px 1px 1px;
        padding: 10px 10px 10px 10px;
    }

.frm-sec {
    background: #ffffff;
    padding: 30px;
    box-shadow: 1px -1px 10px #f1f1f1;
    min-height: 200px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}

.reg-btn {
    background: #2e3092;
    color: #fff;
    font-size: 18px;
}


.tc-btn {
    background: #2e3092;
    color: #fff;
    text-transform: uppercase;
    width: 200px;
    border: none;
    font-weight: 700;
}

    .tc-btn:hover {
        background: #ed1c24;
    }

.adm-btn .widget-text {
    background: #2e3092;
    border-radius: 20px;
}

.adm-btn .disclo-text {
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0px 20px;
}

.blinktxt {
    animation: 2s linear infinite condemned_blink_effect;
}

@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}


.vision-boxx {
    display: flex;
}

.txt-ab-leftfix {
    margin-top: 50px;
    padding: 22px;
    margin-left: -26px;
}

@media screen and (max-width:900px) {

    .mpfix > .mpbody {
         max-width: 87%;
    }
        .mpfix > .mpbody > a > img {
            width:100%;
        }
}
