@import url('http://fonts.googleapis.com/css?family=Noto+Sans');
@import url("https://fonts.googleapis.com/css?family=Courgette");
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
html{
    overflow-x: hidden;
}
body {
    font-family: 'Noto Sans', sans-serif;
    overflow-x: hidden;
    background: linear-gradient(to bottom, #e5efff -4%, #fbfcff 100%)
}
* {
    margin: 0;
    padding: 0
}
li {
    text-align: justify;
    color: #424242;
    line-height: 31px;
    font-size: 16px;
}
a,
button,
.btn-warning {
    outline: none;
    text-decoration: none
}
a {
    color: #2f2f2f;
    display: inline-block
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #9a0d11;
}
a:hover {
    -webkit-mask-image: linear-gradient(-15deg, rgba(0, 0, 0, 0.4) 30%, #1752b0 50%, rgba(0, 0, 0, 0.75) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
#myModal {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999;
}
.modal-body {
    padding: 0px;
}
.modal-body .carousel-inner>.item {
    min-height: 400px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    background: #c91318;
    padding: 8px 0px;
    font-size: 15px;
    border-radius: 20px;
}
.btm_lnks {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.btm_lnks a {
    background: #c91318;
    padding: 5px 10px;
    border-radius: 13px;
    color: #fff;
    margin-right: 10px;
}
.modal-title {
    text-align: center;
}
.modal-body img {
    height: 500px;
    object-fit: fill;
    width: 100%;
}
.modal-body p {
    background: #fff;
    color: #444;
    text-align: center;
    line-height: 35px;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}
p {
    text-align: justify;
    color: #424242;
    line-height:30px;
    font-size: 16px;
}
h1 {
    font-size: 25px;
    text-align: center;
    font-weight: 400 !important
}
h6 {
    font-size: 16px;
    text-align: left;
    color: #ffe990;
    line-height: 24px;
}
h2 {
    font-size: 28px;
    color: #bd2125;
    margin-top: 10px;
    margin-bottom: 18px;
    font-family: 'Courgette', cursive;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #ffdd80 51%, transparent 93%);
    padding: 5px;
    line-height: 37px;
}
h2:hover {
    -webkit-mask-image: linear-gradient(-15deg, rgba(0, 0, 0, 0.4) 30%, #1752b0 50%, rgba(0, 0, 0, 0.75) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
h4 {
    font-size: 23px;
    color: #001a44;
    margin-top: 10px;
    font-family: 'Courgette', cursive;
    text-align: center;
    line-height: 26px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
h4:hover {
    -webkit-mask-image: linear-gradient(-15deg, rgba(0, 0, 0, 0.4) 30%, #1752b0 50%, rgba(0, 0, 0, 0.75) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.playbtn {
    padding: 3px;
    background: transparent;
    color: #bd2125;
    border: none;
    margin-top: 6px;
    xt-align: center;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}
h3 {
    font-size: 25px;
    color: #ffbc00;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Courgette', cursive
}
.clr {
    height: 0;
    clear: both
}
.clr5 {
    height: 5px;
    clear: both
}
.clr10 {
    height: 10px;
    clear: both
}
.clr15 {
    height: 20px;
    clear: both
}
.clr20 {
    height: 25px;
    clear: both
}
.clr25 {
    height: 30px;
    clear: both
}
blink {
    -webkit-animation: 1s cubic-bezier(0.65, 0.54, 0.32, 0.41) infinite condemed_blink_effect;
    font-weight: 400;
}
@keyframes condemed_blink_effect {
    0% {
        visibility: hidden;
    }

    20% {
        color: #a6ce39;
    }

    100% {
        color: #fec344;
    }
}
 .magazinebox {
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding: 30px 20px;
        text-align: center;
        width: 100%;
        margin-bottom:10px;
    }
    .magazinebox:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }
    .magazinebox h4 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #2c3e50;  text-align: center;
    }
    .magazinebox h6 {
        font-size: 16px;
        color: #3498db;
        font-weight: 500;
        margin: 0;
        text-transform: uppercase;  text-align: center;
    }
   .magazinebox a {
        text-decoration: none;
    }
#slider {
    position: relative;
    width: 100%;
    height: 650px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px #888;
}
#slider img {
    width: 100%;
    height: auto;
}
ol,
ul {
    margin-left: 20px;
    color: #3c414a;
    font-size: 16px;
    margin-top: 5px;
}
.video {
    padding: 15px;
}
.video article {
    margin: 0px;
    position: relative;
}
.video img {
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
    background: #e7e7e7;
    object-fit: contain;  
}
.video h3 {
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 70px;
    background: #124aa4;
    padding: 6px;
    border: solid 1px #fff;
    color: #fff;
}
.video h4 {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 3em;
    font-family: 'Acme', sans-serif;
}
.video p {
    font-size: 15px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 5em;
    font-family: 'Oswald', sans-serif;
}
.slider_new {
    position: relative;
}
.new_slid {
    position: relative;
}
.new_slid .MS-content {
    white-space: nowrap;
    overflow: hidden;
}
.new_slid .MS-content .item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 13px;
    float: none;
}
.MS-controls button {
    outline: 0;
    font-size: 50px;
    top: 0px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
    cursor: pointer;
    background: none;
    border: none;
}
.new_slid .MS-controls {
    position: absolute;
    right: 10px;
    top: -80px;
    cursor: pointer;
}
.new_slid .MS-controls .MS-left {
    left: 0px;
}
.new_slid .MS-controls .MS-right {
    right: 0px;
}
#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}
#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}
.MS-controls i {
    border: solid 1px #ffffff;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 20px;
    padding-top: 4px;
    border-radius: 100%;
}
.MS-controls i:hover {
    background: #ff1233;
    color: #fff;
}
.myDiv {
    display: none;
}
.selected_year {
    display: block;
}
#ddlYear {
    border: solid 1px #d2d2d2;
    color: #001a52;
    width: 200px;
    height: 31px;
    padding: 5px;
    margin-top: 0px;
    background: #fff2ec;
    margin-bottom: 15px;
}
.year_selction_sec {
    margin-bottom: 25px;
}
.year_selction_sec select {
    margin: 0px;
}
/*******************************************************************************************************************/
#wowslider-container1 {
    display: block;
    zoom: 1;
    position: inherit;
    width: 100%;
    max-height: 1000px;
    margin: 0px auto 0px;
    z-index: 90;
    text-align: left;
    /* reset align=center */
    font-size: 10px;
    text-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
* html #wowslider-container1 {
    width: 960px
}
#wowslider-container1 .ws_images ul {
    position: relative;
    width: 10000%;
    height: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    overflow: visible;
    /*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li {
    position: relative;
    width: 1%;
    height: 100%;
    line-height: 0;
    /*opera*/
    overflow: hidden;
    float: left;
    /*font-size:0;*/
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}
#wowslider-container1 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 1000px;
    vertical-align: top;
    border: none;
    overflow: hidden;
}
#wowslider-container1 .ws_images ul a {
    width: 100%;
    height: 100%;
    max-height: 1000px;
    display: block;
    color: transparent;
}
#wowslider-container1 img {
    max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images>div>img {
    width: 100%;
    border: none 0;
    max-width: none;
    padding: 0;
    margin: 0;
}
#wowslider-container1 .ws_bullets div {
    position: relative;
    float: left;
    font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1 .ws_bullets a {
    line-height: 0;
}
#wowslider-container1 .ws_bullets a {
    position: relative;
    display: inline-block;
    width: 0;
    margin: 3px 6px;
    padding: 9px;
}
#wowslider-container1 .ws_bullets a>span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #fcb501;
}
#wowslider-container1 .ws_bullets a.ws_overbull>span:after,
#wowslider-container1 .ws_bullets a.ws_selbull>span:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
/* Play / Pause */
#wowslider-container1 .ws_playpause {
    position: absolute;
    right: 1em;
    bottom: 1em;
    padding: 9px;
    margin: 3px 6px;
    border-radius: 50%;
    background: #be3b62;
    display: none !important;
    color: #ffffff;
    z-index: 100;
}
#wowslider-container1 .ws_bullets {
    bottom: 2em;
    right: 1em;
    margin-right: 30px;
    display: none;
    visibility: hidden;
}
#wowslider-container1 .ws-title {
    font: 1.1em 'Lora', serif;
    max-width: 50%;
    position: absolute;
    left: 0;
    margin-right: 10em;
    z-index: 50;
    background: none;
    background-color: #be3b62;
    color: #fff;
    padding: 1.6em;
    bottom: 0;
    top: auto;
    opacity: 1;
    border-radius: 0.2em;
}
.ws_controls {
    height: 0px;
}
.parant-logo {
    position: fixed;
    z-index: 999999;
    right: 0px;
    top: 40%;
}
.faculty {
    background: #efefef;
    margin: 5px 0px;
    padding: 7px;
    height: 290px;
}
.faculty img {
    width: 100%;
    height: 210px;
    object-fit: contain;
    border: 2px solid white;
    background: white;
}
.blue {
    text-align: left;
    color: #134ca7;
    font-size: 17px;
}
.grow {
    transition: all .4s ease-in-out;
}
.grow:hover {
    transform: scale(1.1);
    transform-style: preserve-3d;
    box-shadow: 1px 2px 5px 2px #979797;
}
.img-thumbnail {
    background: linear-gradient(to top, #fcefba -4%, #e8a900 100%);
}
.fa {
    margin: 0px 10px;
    margin-left: 0px;
}
i.fa.fa-paperclip.green {
    font-size: 20px;
    margin-top: 10px;
    color: #e8a900
}
.notice {
    background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SMICLUP/public/images/newsbg.Png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 540px 490px;
}
.news_box {
    width: 78%;
    margin: 0 auto;
}
.clr70 {
    height: 60px;
}
.newstext {
    color: #272727 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    min-height: 3.2em;
    line-height: 24px;
}
blockquote {
    border-left: none;
    padding: 0;
    margin: 0
}
.carousel-control:focus,
.carousel-control:hover {
    color: #eeb003
}
.carousel-control {
    position: absolute;
    top: 140px;
    bottom: 0;
    margin-left: -12px;
    font-size: 20px;
    text-align: center;
    text-shadow: none;
    opacity: 1;
    background-image: none !important
}
.pmsg {
    color: #1A1A1A !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 15px;
    min-height: 7em;
    line-height: 24px;
}
.phdng {
    color: #1A1A1A;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    min-height: 4.5em;
    line-height: 22px;
    margin-bottom: 15px;
}
#sticky .sticky {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 99999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 2px 0 20px -2px #000
}
#sticky {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.main-link {
    list-style: none;
    padding-top: 25px
}
.main-link li {
    cursor: pointer;
    list-style: none;
    display: inline-block;
    margin-left: 7px;
    background: #eeb003;
    text-align: center;
    font-size: 14px;
}
.main-link a {
    border: 0 solid;
    padding: 5px 9px;
    color: white;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 5px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.main-link a:hover {
    border: 1px solid;
    background: #bd2125;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 25px;
    text-shadow: 1px 1px 2px #1c323c;
}
.topbg {
    background: #bd2125;
    padding: 2px
}
.menubg {
    background: linear-gradient(to top, #1b58ba -4%, #0f459c 100%);
    border: none
}
.menubg:after {
    background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SMICLUP/public/images/navbbdr.png) repeat;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    z-index: 2
}
.dropdown-menu {
    background-color: #1751af;
    transition: all 100ms ease-in-out
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #ffbd04;
    text-decoration: none;
    background-color: transparent;
    outline: none;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
    font-size: 17px
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #e09526
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #fea21b
}
.navbar-inverse .navbar-toggle {
    border-color: #fff
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: rgba(10, 6, 0, 0.23)
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #ffbd05;
    background-color: transparent;
}
.navbar {
    margin-bottom: 0;
    min-height: 40px
}
.nav>li>a {
    padding: 12px 22px
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #ffca00 !important
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #ffb243;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.16);
    margin: 10px 0;
    transition: all 300ms ease-in-out
}
.dropdown-menu>li>a {
    color: #fff;
    font-size: 15px;
    margin: 10px 0
}
.tpr {
    width: 190px;
    height: 210px;
    object-position: top;
    object-fit: cover
}
.logom {
    display: none
}
.aboutschool {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 10em;
    text-overflow: ellipsis
}
.eventnews p,
.news p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.5em;
    text-overflow: ellipsis
}
.galleryimg {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 180px !important
}
.gallery-head {
    text-align: center;
    padding-top: 30px
}
.button {
    position: relative;
    display: block;
    background: #663200;
    background-size: cover;
    border: 1px solid #ffc421;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 5px 8px;
    text-align: center;
    max-width: 150px;
    min-width: 100px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: border 1s cubic-bezier(0.19, 1, .22, 1), color .6s cubic-bezier(0.19, 1, .22, 1);
    transition: border 1s cubic-bezier(0.19, 1, .22, 1), color .6s cubic-bezier(0.19, 1, .22, 1), background 5s cubic-bezier(0.19, 1, .22, 1);
    margin-top: 6px;
}
.button a {
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    ;
    text-decoration: none;
}
.button .mask {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}
.button .mask {
    position: absolute;
    display: block;
    width: 150px;
    height: 100px;
    -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: all 1.1s cubic-bezier(0.19, 1, .22, 1);
    transition: all 1.1s cubic-bezier(0.19, 1, .22, 1);
}
.button .shift {
    -webkit-transition: all 1.1s cubic-bezier(0.19, 1, .22, 1);
    transition: all 1.1s cubic-bezier(0.19, 1, .22, 1);
}
.button:hover {
    border-color: #fff;
    background: #000000a6;
}
.button:hover a {
    color: #fff;
}
.button:hover .mask {
    background: #fff;
    -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.button:hover .shift {
    padding-left: 5px;
}
.btn {
    padding: 2px;
    outline: none;
}
.droplet {
    background: linear-gradient(to top, #fff5ce -4%, #e0cb60 100%);
    border-radius: 2% 50%;
    height: auto;
    transition: all 3s;
    transition-timing: ease-in-out;
    width: auto;
    box-shadow: 4px 4px 4px 2px #e4d06d;
    margin-top: 15px;
}
.droplet:hover {
    transform: rotate(360deg);
}
.iconscls {
    text-align: center;
    padding: 20px;
    font-size: 28px;
    color: #9a820c;
    margin: 0px;
    width: 50px;
}
.faci {
    text-align: left;
    color: #545454;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    min-height: 4.5em;
    line-height: 22px;
    margin-bottom: 15px
}
.hightxt {
    color: #fec344;
    font-size: 20px;
}
.hightxt:hover {
    color: #fff;
    font-size: 20px;
}
.thm-btn {
    color: #fec344;
    font-size: 28px;
}
.thm-btn:hover {
    color: #fff;
    font-size: 31px;
}
.call-to-action {
    padding: 20px 0;
    color: #fff;
    position: relative;
    background: linear-gradient(to top, #bd2125 -2%, #8c1316 100%);
    text-align: center;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}
.call-to-action h3 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    line-height: 35px;
    margin-bottom: 0
}
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}
.nbs-flexisel-item {
    height: 270px;
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0;
    margin-right: 10px;
}
.nbs-flexisel-item img {
    width: 100%;
    position: relative;
    margin-top: 10px;
    max-width: 480px;
    height: 240px;
    object-fit: cover;
    cursor: none;
}
.nbs-flexisel-nav-left {
    left: 10px;
    background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SMICLUP/public/images/button-previous.png) no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 99999;
    margin-top: 140px;
}
.nbs-flexisel-nav-right {
    right: 5px;
    background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SMICLUP/public/images/button-next.png) no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 99999;
    margin-top: 140px;
}
.footer {
    background: #c2e0fd
}
.footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 27px
}
.footer {
    padding: 20px 0 0px;
    padding-bottom: 0px
}
.footer-widget ul li {
    list-style: none
}
.footer-widget h3.title {
    margin-bottom: 25px;
    font-weight: 500;
    color: #144da9;
    font-size: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.29);
    padding-bottom: 13px
}
.opening-hour .day-time h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #bd2125;
    font-weight: 700
}
.contact-info li {
    position: relative;
    color: #000;
    padding-left: 30px;
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif
}
.contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 14px;
    color: #bd2125
}
.footer-bottom {
    background: linear-gradient(to top, #1b58ba -4%, #0f459c 100%);
    color: #fff;
    padding: 11px 0
}
.copyright-text,
.copyright-text a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff
}
.copyright-text a:hover {
    color: #ffb700
}
.f-building {
    background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SMICLUP/public/images/ftr.png) repeat-x center;
    height: 250px;
    background-size: cover
}
.topper-box1 {
    height: 165px;
    border: solid 2px #c7f7f5;
    border-radius: 0 36px 0 36px;
    background: #fff;
}
.topper-box1:hover {
    border: solid 2px #c9fffd;
}
.img-border-1 {
    border: solid 2px #56c5d0;
    border-radius: 0 36px 0 34px;
    border-style: solid;
    object-fit: cover;
    object-position: top;
    height: 161px !important;
    width: 160px !important;
}
.topper-box1-img {
    width: 46%;
    float: left
}
.topper-box1-details {
    width: 53%;
    float: left
}
.blue-bg {
    font-size: 18px;
    background: linear-gradient(to right, #29949e -4%, #83ded9 100%);
    padding: 0px;
    color: #fff;
    overflow: hidden;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 2em;
    text-overflow: ellipsis;
}
.topper-box2 {
    height: 165px;
    border: solid 2px #d8ecad;
    border-radius: 0 36px 0 36px;
    background: #fff;
}
.topper-box2:hover {
    border: solid 2px #ddf3b1;
}
.img-border-2 {
    border: solid 2px #a6ce39;
    border-radius: 0 36px 0 34px;
    border-style: solid;
    object-fit: cover;
    object-position: top;
    height: 161px !important;
    width: 160px !important
}
.topper-box2-img {
    width: 46%;
    float: left
}
.topper-box2-details {
    width: 53%;
    float: left
}
.green-bg {
    font-size: 18px;
    background: linear-gradient(to right, #89af26 -4%, #b4dc61 100%);
    padding: 0px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 2em;
    text-overflow: ellipsis;
    margin: 0px;
}
.topper-box3 {
    height: 165px;
    border: solid 2px #ffded1;
    border-radius: 0 36px 0 36px;
    background: #fff;
}
.topper-box3:hover {
    border: solid 2px #ffcdbf;
}
.img-border-3 {
    border: solid 2px #f58466;
    border-radius: 0 36px 0 34px;
    border-style: solid;
    object-fit: cover;
    object-position: top;
    height: 161px !important;
    width: 160px !important
}
.topper-box3-img {
    width: 46%;
    float: left
}
.topper-box3-details {
    width: 53%;
    float: left
}
.red-bg {
    font-size: 18px;
    background: linear-gradient(to right, #c75b3f -4%, #f99b77 100%);
    padding: 0px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 2em;
    text-overflow: ellipsis;
    margin: 0px;
}
.our-topper {
    padding: 40px 0 20px;
    position: relative;
}
.mar-bot-20 {
    margin-bottom: 20px
}
.tprtxt {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000
}
.news-head {
    font-size: 20px;
    color: #124aa4
}
.left-bg {
    background-color: #fcefba;
    margin-bottom: 30px;
}
.left-bg:before {
    background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SMICLUP/public/images/yellowtopbr.png) repeat;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: -10px;
    width: 100%;
    left: 0
}
.left-bg:after {
    background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SMICLUP/public/images/yellowbtbr.png) repeat;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0
}
.evnt {
    background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SMICLUP/public/images/calcbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 540px 472px;
}
.eventhead {
    margin-left: -20px;
    padding: -3px 18px;
    color: #663200;
    text-align: center;
    margin-bottom: 0;
    background: transparent;
    margin-top: 52px;
}
.small-head {
    float: right
}
.small-head a {
    color: #e27d04
}
.small-head a:hover {
    color: #df2049
}
.news-icon {
    padding-top: 20px;
    float: right
}
.nehed {
    font-size: 22px;
    color: #663200;
    margin-top: 10px;
    font-family: 'Courgette', cursive;
    text-align: left;
    line-height: 26px;
    margin-bottom: auto;
}
.nbs-flexisel-inner {
    background: none
}
.school-events {
    width: 100%;
    cursor: pointer;
    position: relative;
    max-width: 200px;
    max-height: 260px;
    padding: 10px
}
.school-events img {
    border: solid 1px #fff
}
.social-link {
    list-style: none;
    color: #fc7011;
    font-size: 15px
}
.social-link li {
    display: inline;
    padding: 10px
}
.social-link li a {
    color: #bd2125
}
.social-link li a:hover {
    color: #134ba6
}
.exam_sepcial_link {
    background: #bd2125;
    padding: 10px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    display: none;
}
.exam_sepcial_link a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
/* --------------------------- Panel css ---------------------------*/
.panel-default>.panel-heading a {
    display: block;
    padding: 5px;
}
.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.panel-title {
    text-align: left;
    color: #134ca7;
    font-size: 20px;
}
.panel-heading {
    padding: 5px;
}
.accordion-option .toggle-accordion:before {
    content: "Expand All";
}
.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}
.evntttlcol {
    text-align: center;
    font-size: 14px;
    margin-left: 12px;
    margin-top: 15px;
}
.gallery_new img {
    object-fit: fill;
    object-position: top;
    width: 100%;
    height: 200px;
    cursor: pointer;
    border-radius: 0px !important;
    margin-bottom: 20px;
}
.gallery_new article {
    position: relative;
    background: #e0f0ff;
    padding: 10px;
    margin-bottom: 20px;
}
.gallery_new article h3 {
    font-size: 12px;
    position: absolute;
    top: 225px;
    padding: 10px;
    background: #164fac;
    left: 20px;
    color: #fff;
    border: solid 1px #fff;
}
.gallery_new article p {
    margin: 0px;
    font-size: 15px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 5em;
    font-family: 'Oswald', sans-serif;
}
.newgallery .item img {
    min-height: 400px;
    max-height: 500px;
    object-position: top;
    width: 100%;
    object-fit: contain;
}
.newgallery .modal {
    z-index: 99999;
    background: #000000;
}

.newgallery .modal-header,
.modal-header h4 {
    background: #c91318;
    text-align: center;
    color: #fff;
}

.newgallery .modal-header .close {
    margin-top: -2px;
    opacity: 9;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    position: relative;
    z-index: 999;
    cursor: pointer;
    right: 0px;
    top: 0;
}

.priimg {
    float: right;
    padding-left: 15px;
    width: 430px;
}

.msg_desk_principal {
    width: 130px;
    height: 180px;
    object-fit: cover;
}

.innergallery h4 {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 3em;
    font-family: 'Acme', sans-serif;
}

/* --------------------------- ERP Animation ---------------------------*/
#myImg,
#myImg1,
#myImg2 {
    width: 100%;
    border: 5px solid rgba(158, 158, 158, 0.1);
    background: #eaeaea;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

.animodal {
    display: none;
    position: fixed;
    z-index: 99999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.animodal-content {
    margin: auto;
    display: block;
}

#anicaption,
#anicaption2,
#anicaption3 {
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    height: 150px;
    font-size: 24px;
    text-transform: capitalize;
}

.animodal-content,
#anicaption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 0.5;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .animodal-content,
    #anicaption {
        width: 100%;
    }
}

/******Online Registration********/
.OnlineR a {color: #fff;}
a.parantlogo {padding: 12px 10px;}
.OnlineR {position: fixed;left: 0;z-index:9999;text-align: center;color: #fff;top: 261px;font-family: Open Sans, sans-serif;display: block !important;}
@keyframes bounce1 {
0% {background-color: #123e5f;}
33% {background-color: #951f00;}
66% {background-color: #123e5f;}
100% {background-color: #951f00;}
}
.bounce1 {border-radius: 0px 25px 25px 0px;color: #fff;font-size: 14px;font-weight: 700;-webkit-animation: colorchange 20s infinite alternate;z-index: 99;text-align: center;animation: bounce1 1s infinite;-moz-animation: bounce1 1s infinite;-webkit-animation: bounce1 1s infinite;padding: 12px 12px;}
.OnlineR a{ padding: 0;}
.bounce1.no-padding {
  padding: 0 !important;
}


/* Inner News */
.load-more .next {width: max-content;background: #002e5d;color: #fff;padding: 6px 14px;border-radius: 4px;margin: auto;cursor: pointer;margin-top: 10px;} 
.month-selection select.monthSelect, .month-selection select, .searchBox input {width: 100%;padding:3px 11px;border: 0px;border-bottom: 1px solid #c8cacd;border-radius: 5px;margin-bottom: 0px;} 
.tabs-dynamic {background: #0e3f6a1c;padding: 10px;margin: 0px  0px 30px;} 
.count-val p {margin-bottom: 0px;color: #000000;}
/* Inner News */
.newsCount { position: relative; } 
.inr-news-content { padding: 10px 15px; word-break: break-word; position: relative } 
.inr-news-blk {margin-bottom: 20px;justify-content: flex-start;/* align-items: center; */box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%)} 
.inr-news-content h3 {color: #232323;font-size: 17px;line-height: 28px;display: block;margin-bottom: 5px !important;font-weight: 600;position: relative;margin: 0;text-transform: uppercase;} 
.inr-news-content p {line-height: 27px !important;color: #383838 !important;padding: 0;margin: 0;position: relative;margin-bottom: 15px !important;font-size: 16px;} 
.inr-news-content h6.loc {line-height: 22px;font-weight: 400;color: #14436c;margin-bottom: 8px !important;position: relative;margin: 0;text-transform: uppercase;font-size: 11px;font-weight: bold;}
.inr-news-content h6.loc:hover {color: #000000;} 
.inr-news-content h6.loc span{ font-size: 14px;line-height: 0;}
.inr-news-blk h6.date {font-size: 12px;text-align: center;font-weight: 600;margin: 0 0;color: #fff;height: 100%;background: #14436c;padding: 7px 7px;width: fit-content;letter-spacing: 1px;position: relative;} 
.news-content p { margin-bottom: 6px; max-height: 160px; overflow-y: scroll } 
.news-content p::-webkit-scrollbar { width: 0 } 
.month-selection ul { text-align: center; padding-left: 0 }
.month-selection .active_month { border: 1px solid #dd522a } 
#ddlYear { float: right; background-color: #10406a;border: 1px solid #0b5647; color: #fff; height: 40px; padding: 5px 0 5px 10px; font-weight: 700; margin-bottom: 7px; letter-spacing: 1px; width: 9em; font-size: 18px } 
.year_selction_sec select { margin: 15px 0 0; width: 100%; background: #c30038; border: 1px solid #c30038; height: 28px; color: #fff } 
.latestcontent h4, .latestcontentdesc { margin-bottom: 5px; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden } 
.myDiv { height: auto !important } 
.latestcontent h4 { -webkit-line-clamp: 1; font-size: 18px } 
.latestcontentdesc { -webkit-line-clamp: 5 } 
.latestcontent .viewbtn { margin-left: 13px; float: left } 
.latestcontent { padding-left: 30px }
.white {color: white;}
/* Inner event */
.fulwidth {margin: 0px;margin-bottom: 20px;}
.inr-event-blk {display: flex;flex-direction: row;position: relative;height: 100%;border-radius: 5px;background-color: #fff;box-shadow: 0 0 20px 0px rgb(0 0 0 / 25%);}
.inr-event-img {min-width: 290px;height: auto;margin-right: 5px;overflow: hidden;will-change: transform;max-width: 290px;}
.inr-event-img img {width: 100%;height: 200px;transition: all 1.5s cubic-bezier(0, 0, .2, 1);will-change: transfrom;object-fit: contain;background: #dddddd;}
.inr-event-content {padding: 10px 15px;word-break: break-word;}
.inr-event-content h6.datenews {font-size: 13px;line-height: 22px;font-weight: 600;color: #960417;margin-bottom: 8px;}
.inr-event-content h3 {color: #232323;font-size: 16px;line-height: 28px;display: block;margin-bottom: 5px;font-weight: 600;}
.inr-event-content p {margin-bottom: 25px !important;font-size: 14.5px;line-height: 30px;color: #383838;padding: 0;margin: 0;letter-spacing: unset;}
.inr-event-content h6.loc {font-size: 13px;line-height: 22px;font-weight: 400;color: #985619;margin-bottom: 8px;}
.inr-event-content h6.loc a {color: #985619;}
.inr-event-content h6.loc span {margin-left: 20px; font-size: 13px;}
.inr-event-content h6.loc span i {color: #9c5a1a;}
.inr-event-blk:hover .inr-event-img img {opacity: 0.8;-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.2, 1.2, 1.2);}
.event-column a { width: 100%;}
.month-selection {padding: 5px;}
#showMoreBtn {
    background-color: #007bff; /* Bootstrap primary */
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
  }

  #showMoreBtn:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
  }

  #showMoreBtn:active {
    transform: scale(0.98);
  }

  #showMoreContainer {
    text-align: center;
    margin-top: 20px;
  }
/* --------------------------- Media Query Class ---------------------------*/
@media (max-width: 1529px) {
    #slider {
        height: 500px;
    }
}

@media (max-width: 1529px) {
    #slider {
        height: 450px;
    }
}

@media (max-width: 1249px) {
    #slider {
        height: 400px;
    }
}

@media (max-width: 1199px) {
    .notice {
        background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SMICLUP/public/images/newsbg.Png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 441px 432px;
    }

    .evnt {
        background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/SMICLUP/public/images/calcbg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 502px 413px;
    }

    .box li {
        width: 110px
    }

    .box li:hover:after {
        width: 114px
    }

    .box li a {
        padding-top: 14px;
        font-size: 17px
    }

    .iconscls {
        padding: 13px;
        font-size: 24px;
    }

    #slider {
        height: 300px;
    }

    .nav>li>a {
        padding: 10px 11px;
    }

    .parant-logo {
        position: fixed;
        z-index: 999999;
        right: 0px;
        top: 30%;
    }

    .fa {
        margin: 0px 4px;
    }
}

@media (max-width: 991px) {
    .nav>li>a {
        padding: 10px 0px;
    }

    .main-link {
        list-style: none;
        padding-top: 9px
    }

    .iconscls {
        text-align: center;
        padding: 12px;
        font-size: 25px;
        margin: 0px;
    }

    .call-to-action {
        text-align: center
    }

    .call-to-action a.thm-btn {
        float: none !important
    }

    .call-to-action h3 {
        font-size: 30px
    }

    .attachment .fa {
        visibility: visible !important;
    }

    .fa {
        margin: 0px 0px;
        visibility: hidden;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
    }

    .main-link li {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h5 {
        font-size: 10px
    }

    h4.facitxt {
        font-size: 14px;
        color: darkred;
    }

    .blue-bg {
        font-size: 16px;
        padding: 10px;
        margin: 0
    }

    .green-bg {
        font-size: 16px;
        padding: 10px;
        margin: 0
    }

    .red-bg {
        font-size: 16px;
        padding: 10px;
        margin: 0
    }
}

@media (max-width: 767px) {
    .notice {
        background-size: 544px 456px !important;
    }

    .priimg {
        float: none;
        width: 100%;
        padding-bottom: 10px;
    }

    .menubg {
        position: relative;
        z-index: 99999;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: rgba(255, 218, 163, 0.91)
    }

    .gal-cover {
        object-fit: cover;
        object-position: top;
        height: 149px !important;
        width: 320px !important
    }

    .nav>li>a {
        padding: 15px 25px
    }

    .pad-left-50 {
        padding-left: 0
    }

    .main-link {
        padding-top: 7px
    }

    .parant-logo {
        position: absolute;
        z-index: 9999;
        right: 0px;
        top: 40%;
    }

    .footer {
        background: #a8cbf1
    }

    .box li {
        width: 16%
    }

    .topper-box1-img {
        width: 35%;
        float: left
    }

    .topper-box1-details {
        width: 60%;
        float: left
    }

    .topper-box2-img {
        width: 35%;
        float: left
    }

    .topper-box2-details {
        width: 60%;
        float: left
    }

    .topper-box3-img {
        width: 35%;
        float: left
    }

    .topper-box3-details {
        width: 60%;
        float: left
    }

    .droplet {
        height: auto;
        width: 60px;
        padding: 10px;
    }

    .iconscls {
        text-align: center;
        padding: 4px;
        font-size: 24px;
        margin: 0px;
        visibility: visible;
    }

    .img-border-1 {
        height: 171px !important;
    }

    .topper-box1 {
        height: 175px;
    }
}

@media (max-width: 675px) {
    #slider {
        height: 250px;
    }
}

@media (max-width: 630px) {
    .box li {
        width: 30%
    }

    #slider {
        height: 200px;
    }
        .inr-event-img{min-width:100% !important;max-width:100% !important;}
.inr-event-blk{flex-direction:column !important}
}

@media (max-width: 580px) {
    .notice {
        background-size: 448px 496px !important;
    }

}

@media (max-width: 450px) {
    .parant-logo {
        top: 300px;
    }

    .topper-box1-img {
        width: 40%;
        float: left
    }

    .topper-box1-details {
        width: 60%;
        float: left
    }

    .topper-box2-img {
        width: 40%;
        float: left
    }

    .topper-box2-details {
        width: 60%;
        float: left
    }

    .topper-box3-img {
        width: 40%;
        float: left
    }

    .topper-box3-details {
        width: 60%;
        float: left
    }

    #slider {
        height: 180px;
    }
}

@media (max-width: 400px) {
    .view a {
        padding: 12px
    }

    .box li {
        width: 45%
    }

    .white-head {
        font-size: 22px
    }

    .small-head {
        float: right
    }

    .main-link li {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 12px;
    }
}

@media (max-width: 320px) {
    .gal-cover {
        height: 74px !important
    }

    .topper {
        margin-top: -0;
        border: 2px solid rgba(234, 63, 57, 0.43);
        object-fit: cover;
        object-position: top;
        width: 120px;
        height: 53px
    }

    .droplet {
        height: auto;
        width: auto;
        padding: 10px;
    }

    .droplet {
        height: auto;
        width: 55px;
        padding: 10px;
    }
}

@media (max-width: 300px) {
    .box li {
        width: 100%
    }

    .box li a {
        width: 100%;
        padding-top: 10%
    }
}

@media (max-width: 991px) {
    .evnt {
        background-size: 445px 443px !important;
    }

    .notice {
        background-size: 705px 457px;
    }
}
@media(max-width:767px){
        .evnt {
            background-size: 680px 443px !important;
        }
}