﻿
/*.....download page css...*/


.padding_tophsh {
    padding-top: 20px;
}
.newannouncemnet {
    background-color: white;
}
.newannouncemnet {
    display: inline-flex;
    margin: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 7px;
    width: 100%;
}
.datedivgsg {
    display: flex;
    flex-direction: column;
    text-align: center;
    /* border-bottom: 2px solid #c7980a; */
    /* padding-bottom: 7px; */
    border: 5px solid #2a68b12e;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 28%);
    /* border-right: 1px solid black; */
}
.newannouncemnet .datehs {
    font-size: 34px;
    color: #c99a08;
    font-weight: 600;
}
.Monthsss {
    font-size: 17px;
    color: black;
    font-weight: 500;
    padding-top: 8px;
}
.headingannouncements {
    padding-left: 15px;
    margin: auto;
    margin-left: 15px;
    border-left: 1px solid #80808087;
    height: 90px;
    /* padding-top: 3px; */
}
.padding_bottomcls {
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
}
.downloadbutton {
    padding: 7px;
    background: #2a68b1;
    color: white;
    border-radius: 5px;
    border: 1px solid #113866;
}
.datedivgsg img{
    width:125px;
}
.headingannouncements p{
    padding-bottom:14px;
    font-style:italic;
}
.Download_section{
    background:#e0e6ee;
}
.downloadbutton:hover{
    color:white!important;
}


/*...photo gallery page csss...*/


.box-default3  h1{
    padding:20px
}
.imgglry-row>.imgglrydiv {
    display: block;
}
.imgglry-row>.imgglrydiv>.invimgglry {
    margin-bottom: 20px;
    position: relative;
     cursor: pointer;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     background:white;
     border-radius:3px;
}
    .imgglry-row > .imgglrydiv > .invimgglry > img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 95%;
        height: 220px;
        /* margin-top: 3px; */
        /* margin-bottom: 3px; */
        object-fit: cover;
        padding-top: 8px;
    }
.imgglry-row>.imgglrydiv>.invimgglry>.glry-overlay {
 
    width: 100%;
    text-align: center;
    padding: 9px 0 10px;
    left: 0px;
    bottom: 0px;
    /* background: linear-gradient(0deg, #000000d1, #0000007d 60%, #00000000); */
    /* height: 38px; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    /* margin-top: 16px; */
    border-bottom: 4px solid #2a68b1;
    border-radius:3px;
}
.imgglry-row>.imgglrydiv>.invimgglry>.glry-overlay>h6 {
   margin: 0px;
    color: #2a68b1;
    /* font-weight: 500; */
    display: flex;
    font-size: 15px;
    align-items: flex-end;
    justify-content: center;
    line-height: 31px;
    font-weight: bold;
    text-transform: uppercase;
}

.invimgglry img:hover{
 opacity: 0.8;
    outline: #ffffff solid 2px;
    outline-offset: -10px;
    transition: all 0.3s ease 0s;
}
.invimgglry img{
    width:100%;
    height:250px;
}

.video-thumb-inv {
    padding: 10px;
    background: white;
    box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
iframe.vdo {
    width: 100%;
}
.page-inner-wrapper {
    padding: 50px 0;
    background: #dbe1e9;
}
.video_txt {
    text-align: center;
    margin-bottom: 0!important;
    font-weight: bold;
    padding: 5px;
}



/*.....event page csss....*/



.news-box .banner {height: 180px;background-repeat: no-repeat;background-size: cover;background-position: center;clip-path: none;}
.for-newspages>.news-span{position: relative;/* width: 45px; *//* height: 45px; *//* border-radius: 50%; *//* top: 102px; *//* right: 15px; *//* color: #fff; *//* text-align: center; *//* font-size: 12px; *//* line-height: 18px; *//* display: table; *//* padding: 10px; *//* background: #008349; */color: #8f8f8f;padding-bottom: 8px;position: relative;font-size: 13px;font-weight: 500;font-style: italic;display: flex;align-items: center;}
.for-newspages>.news-span>span{/* vertical-align: middle; *//* display: table-cell; *//* font-size: 13px; */margin-left: 7px;line-height: 19px;}
.for-newspages>h6{color: #8f8f8f;padding-bottom: 8px;position: relative;font-size: 13px;/*top: -20px;*/font-weight: 500;font-style: italic;}
.news-main-div-box-s{border:none!important;z-index: 9;}
.for-newspages>h5:after{background:none!important;}
.news-box.bordered.for-campus.flipper.news-main-div-box-s .for-newspages>h5 {
    margin-bottom: 4px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    color: #000;
    border-top: 1px solid #8080804a;
    padding-top: 10px;
    font-size: 14px;
}
.for-newspages>h3{color: #000000;font-size: 14px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;margin-bottom: 5px;line-height: 25px;height: 50px;}
.for-newspages>p{font-style: unset;font-weight: 400;font-size: 13px;color: #666666;line-height: 20px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.for-newspages>p>.fa-arrow-circle-o-right{font-size: 18px;color: #354b88;margin-left: 6px;}
.news-main-div-box-s>a>.for-newspages{padding: 13px 12px 12px 12px!important;position: relative!important;border: 0px solid #eeeeee;top: 0;min-height: auto;}
.newsdtlsimg-s>img{width: 100%;/*max-height: 450px;*/object-fit: cover;object-position: top;}
.news-dtls-box{background: #fff;padding: 12px;/* margin-bottom: 30px; */}
.news-dtls-box>.content-block-extra-inv-s{margin-bottom: 32px;}
.news-dtls-box>.news-content-inv-s h1{font-size: 16px;line-height: 28px;color: #000;/*font-weight: 700;*/margin-bottom: 5px;}
.news-dtls-box>.news-content-inv-s p{color: #8f8f8f;padding-bottom: 4px;position: relative;font-size: 13px;font-weight: 500;font-style: italic;}
.newsdtls-colmn{padding-left: 7px;}

.widget-news-inv{border: 1px solid #e5e5e5;background: #fff;margin-bottom: 20px;position: relative;border-radius: 0 0 5px 5px;}
.widget-news-inv>.header-news-inv{padding: 10px;border-bottom: 1px solid #e5e5e5;border-top: 4px solid #2a68b1;}
.widget-news-inv>.header-news-inv h5{margin: 0px;font-size: 18px;line-height: 20px;color: #354b88;}
.widget-news-inv>.content-news-inv{padding: 10px 15px;}
.widget-news-inv>.content-news-inv>ul{margin: 0px;padding: 0px;list-style-type: none;}
.widget-news-inv>.content-news-inv>ul>li{margin: 0px;padding: 0px;list-style-type: none;margin-bottom: 15px;/* border-bottom: 1px dashed #dadada; */padding-bottom: 15px;border-left: 1px solid #2a68b1;padding-left: 13px;}
.widget-wrapper-news-inv>figure{width: 66px;float: left;box-shadow: rgba(17, 121, 239, 0.15) 0px 2px 5px;}
.widget-wrapper-news-inv>figure>img{max-width: 100%;max-height: 65px;width: 100%;object-fit: cover;}
.widget-wrapper-news-inv>.detail-news-inv{margin-left: 76px;}
.widget-wrapper-news-inv>.detail-news-inv>h6{font-size: 14px;color: #2c2c2c;line-height: 20px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.widget-wrapper-news-inv>.detail-news-inv>p{top: 0;position: relative;color: goldenrod;padding-bottom: 2px;position: relative;font-size: 13px;font-weight: 500;font-style: italic;line-height: 22px;}
.widget-wrapper-news-inv>.detail-news-inv>p>.fa-calendar{margin-right: 8px;}

@media(max-width:767px){
    .news-details-section{margin-top:9px;}
    .event-description-list-inv tr th{width: 50%!important;}
}

.events-div-s>.events-span{/* background: #1156b6; */}
.events-div-s>p>.fa-arrow-circle-o-right{/* color: #976026; */}
.events-div-s>h4{color: #424242;padding-bottom: 5px;position: relative;font-size: 16px;top: -20px;font-weight: 700;}
.events-div-s>h4:after{content: "";position: absolute;display: block;bottom: 0px;left: 0px;width: 100px;height: 2px;background: #00c1a1;}
.event-vedio-tag>iframe{height: 100%;width: 100%;}

.widget-news-inv>.for-eventsdtls{/* border-top: 4px solid #354b88; */}
.widget-wrapper-news-inv>.details-event-s{margin-left: 0;}
.eventdtl-vedio-s{margin-bottom: 20px;}
.enevt-dtls-box{/* border: 1px solid #dadada; */}
.event-block-extra-s>h6{font-size: 17px;line-height: 23px;margin-bottom: 15px;color: #2c2c2c;}
.event-description-list-inv tr th{font-size: 13px;color: #000;line-height: 32px;margin-bottom: 16px;font-weight: 600;width: 30%;}


#breadcrumbs a, #breadcrumbs .divider { color: #424242; font-weight: 500; /*font-size: 11px;*/ line-height: 14px; display: inline-block; margin-right: 2px; text-decoration: none; }


ul:not(.browser-default) {padding-left: 0; list-style-type: none;margin-bottom: 0px; }
.inv-clearfix-list>li {float: left;padding-right: 20px;margin-right: 20px;border-right: 1px solid #e5e5e5;min-width: 100px;color: #000;min-height: 38px;}
ul:not(.browser-default) li {list-style-type: none;}
.inv-clearfix-list>li>h6 {margin-top: 0;font-size: 12px;text-transform: uppercase;color: #f8d280;margin-bottom: 5px;}
.invcrsinfomn p {margin-bottom: 16px;font-weight: 500;}
.inv-clearfix-list>li>p {font-size:13px;color: #fff;margin: 0;line-height: 20px;border: 0;}
.nxtrowcrs{padding:20px}
#myCarousel .carousel-control.right span {border-radius: 50%;position: relative;padding: 5px 5px;opacity: 1;right: 0px;}

    ul {
        list-style: none outside none;
        padding-left: 0;
        margin: 0;
    }

    .demo .item {
        margin-bottom: 60px;
    }

    .content-slider li {
        background-color: #ed3020;
        text-align: center;
        color: #FFF;
    }

    .content-slider h3 {
        margin: 0;
        padding: 70px 0;
    }

    .demo {
        width: 800px;
    }

    .modal .modal-content {
     padding: 14px !important;
}
       .fa-times{color:#fff;font-size: 30px;}
       .modal-body {

   padding:0;
}
       .modal-backdrop.in {

    opacity: 0.8;
}
       .modal-footer {
    padding: 10px;

    border:none;
}
       .modal-header {padding: 0;border:none;position: absolute;top: -22px;right: -13px;background: #354b88;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;z-index: 1;border-radius: 50%;}
       .close:hover {color:#fff;opacity: 1;}
       .close {color: #ffffff;opacity: 1;font-size: 23px;}

             .modal-content {background-color: #fff;}
    @media (min-width: 768px) {

        .modal-dialog {
            width: 800px;
            margin-top: 72px;
            margin-bottom: 0;
        }
    }

    #myCarousel .carousel-control.right span {
        background-color: #ff0000;
        border-radius: 50%;
        position: relative;
        padding: 5px 5px;
        opacity: 1;
        right: 0px;
        display:none
    }

        #myCarousel .carousel-control.right span:before {
            position: absolute;
            left: 6px;
            font-size: 18px;
            color: #fff;
        }

    #myCarousel .carousel-control.left span {
        background-color: #ff0000;
        border-radius: 50%;
        position: relative;
        padding: 5px 5px;
        opacity: 1;
        left:0;
        display:none
    }
    #myCarousel .carousel-control {
        opacity:1;
    }
        #myCarousel .carousel-control.left span + span {
            display: none;
        }

    #myCarousel .carousel-control.right span + span {
        display: none;
    }

    #myCarousel .carousel-control.left span:before {
        position: absolute;
        right: 8px;
        font-size: 18px;
        color: #fff;
    }

   .vdoglrybox-x>.video-thumb-inv{0:AUTO 100PX;}
.vdoglrybox-x>.video-thumb-inv video {width: 228px;height: 226px;margin-top: -45px;margin-left: auto;margin-right: auto;display: block;margin-bottom: -45px;}
.vdoglrybox-x>.video-thumb-inv p {text-align: center;padding: 10px;text-transform: capitalize;font-weight: 600;font-size: 14px;color: #fff;height: 60px;overflow-y:scroll;}
.imgglry-row>.vdoglrybox-x{margin-bottom: 30px;}


.vdoglrybox-x>.video-thumb-inv p{
    height:auto!important;
    overflow-y:hidden!important;
}
.vdoglrybox-x>.video-thumb-inv{
        border: 0px solid #ffffff !important;
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        display: inline-block;
}

.vdoglrybox-x > .video-thumb-inv p {
        padding: 0px!important;
        color: #354b88;
        text-align: center;
}
.newbackgroundimage12{
        filter: brightness(1)!important;
}
.newclassphotoborder{
     /* border-bottom: 1px solid #18181838; */
}
.newcolorbackgroud{
        /* background: linear-gradient(41deg, #976026 30%, #d7ab00 100%)!important; */
        /* height: 55px!important; */
        /* padding: 10px!important; */
}
.newcolordesignbackgr{
        /* padding-top: 26px; */
        /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
        /* background: white; */
}
.newbodercreate{
        border-bottom: 1px solid #18181838;
}
.newborderphotogallery{
    /* background-color:white; */
    /* padding: 19px 20px 0px 20px; */
    /* box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.newimagecolorclass12{
    filter: brightness(1)!important;
}
@media screen and (max-width: 991px){
    .newborderphotogallery{
            padding: 20px 0px 0px 0px;
    }
    .newcolordesignbackgr iframe{
        width:100%!important;
    }
}
.banner-inner-content{
    /* padding:225px 0 89px; */
}
.box-default3 h1{font-size:24px;padding: 10px 10px;}
.col-md-12.text-center{display:none;}

.advisory-img{
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.news-box {
    /* padding: 18px 0 0; */
    /* height:150px; */
    width: 100%;
    margin-bottom: 15px;
}
.evnt_box{
    height:330px;
}
.advisory-board h3{
    text-align:center;
    padding:0 0 18px;
}
.advisory-board p{
    text-align: center;
    padding: 2px 109px 40px
}
.advisory-section {
    background: #f1f1fd;
    padding: 20px 0 0;
}
.board-row{
    padding:0 16px 19px;
}

#breadcrumbs {padding-top: 25px;margin-bottom: 25px;}
.mediacovrage-body>p{margin-top: 10px;margin-left: 10px;}
.mediacovrage-body>p>a{color: #00c1a1;font-size: 14px;font-weight: 700;}
.anncmnt{background:red!important;}
.news-box.for-campus {background: #fff;
    position: relative;
    border-bottom: 1px solid #088654;
    box-shadow: rgba(17, 121, 239, 0.15) 0px 2px 5px}
.news-details-section {
    background: #e0e6ee;
    padding: 50px 0;
}
.tfytijj_tri {
    position: absolute;
    bottom: 85px;
    z-index: 1;
    background: #0000009e;
    width: 97%;
    left: -8px;
    right: 0;
    margin: auto;
}
 .nxtrowcrs {
    padding: 20px;
}
 ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0px;
}
 ul:not(.browser-default) li {
    list-style-type: none;
}
.inv-clearfix-list>li {
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #e5e5e5;
    min-width: 100px;
    color: #000;
    min-height: 38px;
}
.inv-clearfix-list>li>h6 {
    margin-top: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #f8d280;
    margin-bottom: 5px;
}
.inv-clearfix-list>li>p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    line-height: 20px;
    border: 0;
}
.invcrsinfomn p {
    margin-bottom: 16px;
    font-weight: 500;
}
.event_prt{
    border-top: 6px solid goldenrod!important;
}
.event_listxt{
    border-bottom:1px solid #8080805c;
    font-style:italic!important;
    padding-bottom:6px;
}
.event_heading{
    height:100%!important;
}
.read_more{
    color:#2a68b1!important;
    font-style:italic!important;
    font-weight:bold!important;
    font-size:14px!important;
}
.data_txt{
    color:#2a68b1!important;
    border-bottom: 1px solid #80808057;
    padding-bottom: 9px!important;
    font-weight:bold!important;
}
.ghghj{
    padding-top:8px!important;
}


/*....Lotus input media page css....*/


.media_img img{
    width:160px;
    height:133px;
}
.date_para{
    color: #2a68b1;
    font-weight: bold;
    padding-bottom: 7px!important;
    border-bottom: 1px solid #80808054;
    width: 300px;
}
.lotus1 {
    padding-left: 17px;
}
/*.media_txt{
    padding-top:10px;
}*/
.lotus1 p{
    margin-top: -3px;
    font-style: italic;
    padding-bottom: 12px;
}
.media_img{
    border:none;
}
.downloadbutton:focus{
    color:white;
}
.news_date{
    color:#2a68b1!important;
    font-weight:bold!important;
}


@media (max-width:992px){
    .media_img img{
        width:100%;
    }
    .news_prt{
        display:block!important;
    }
    .media_img{
        margin-bottom:20px;
    }
}