@charset "utf-8";
/* CSS Document */



@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    margin: 0;
    padding: 0;
    color:#000000;
	font-family: 'Roboto',serif;

}

video {
        height: 100vh;
        width: 100%;
        object-fit: fill; // use "cover" to avoid distortion
        position: absolute;
	border: #450001 solid 2px;
    }
 .text-info1 {
    color: #9d9d9d !important;
}

.header-img-holder{
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
.points.points {
    background: #cdcdcd;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    vertical-align: middle;
    padding: 13px;
    color: #e7e7e7;
}
 

.css-v3hs7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: var(--chakra-sizes-8);
    height: var(--chakra-sizes-8);
    border-radius: 9999px;
    background-color: aquamarine;
     color: var(--chakra-colors-white);
    margin-right: var(--chakra-space-3);
}



.bs{ box-shadow: 2px 2px 0px 0rem rgb(145 145 145 / 25%);}


.spker-img {border-radius: 50%;}

.brle {border-left: 5px solid #184d39 !important;} 

.lunch-box {
    margin: 0 8px 10px;
    background-color:#ffcf67;
    width: calc(100% - 16px);
    -webkit-padding-start: var(--chakra-space-2);
    padding-inline-start: var(--chakra-space-2);
    -webkit-padding-end: var(--chakra-space-2);
    padding-inline-end: var(--chakra-space-2);
    /* top: 107px; */
    height: 60px; 
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    clear: both;
     z-index: 1000;
}



.blue-box {
    margin: 0 8px 10px;
    background-color: #A8E8FF;
    width: calc(100% - 16px);
    -webkit-padding-start: var(--chakra-space-2);
    padding-inline-start: var(--chakra-space-2);
    -webkit-padding-end: var(--chakra-space-2);
    padding-inline-end: var(--chakra-space-2);
    /* top: 107px; */
    height: 60px; 
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    clear: both;
     z-index: 1000;
}

.blue-box p{
    color: #2d2c2c!important;
    margin-bottom: auto;
    display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;

}


.backpage {
     display: flex;
    background-color: #e7e7e7;
    padding: 1%;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
 
.backpage p{
    margin-top: 0;
    margin-bottom: 0px;
    text-align: justify;
    padding-left: 10px;
}
.table_line {
            position: absolute;
        width: 100%;
    background-color: #fff;
}
      

        .tc_space {
            width:100%;
            height: 140px;
            border-bottom: 1px solid;
            border-color: #e6e6e6;
        }

.logo1 {
    height: auto;
    width: 600px;
    padding: 5px;
}
.logo2 {
    height: auto;
    width: 860px;
    padding: 5px;
}

.heading.heading-icon {
    display: block;
}

.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}
.modal-content .form-control {
    font-size: 14px;
     padding: 5px 7px;
    color: #000;
}

.note {
    font-size: 80%;
    margin-left: 5px;
    color: #fb0101;
}

.form-holder {
    padding: 10px;
}

button:focus {
    outline: none;
    outline: none;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    background-color: #223F7E !important;
    color: #fff;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px;
    font-size: 125%;
    font-weight: 500;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
    margin-right: 5px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffffde;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px 5px 5px 5px;
    height: 100%;
}

.logo1 {
    height: auto;
    width: 589px;
    padding: 5px;
}

.logo2 {
    width: 620px;
    height: auto;
}

.red {
    color: red;
}

.form-control {
    font-size: 14px;
}

.custom-select {
    font-size: 14px;
}

.Registration-type {
    background: #ffffff;
    margin-bottom: 5px;
    border-radius: 5px 5px 0px 0px;
    color: #000;
    border-bottom: 2px solid  #223F7E;
}

.form-title {
    background: #0c68a0;
    padding: 5px;
    margin-bottom: 0px !important;
    border-radius: 5px;
    color: #fff;
}

.chowgulelogo {
    width: 300px;
    height: auto;
    padding-top: 100px;
}

.text-info {
    color:  #223F7E!important;
    width: 34px;
}

.bg-info {
    background-color: #0c68a0!important;
}

.btn-info {
    color: #fff;
    background-color:  #223F7E;
    border-color:  #223F7E;
}

.btn-info:hover {
    color:  #223F7E;
    background-color: #fff;
    border-color:  #223F7E;
}

.btn-primary {
    color: #fff;
    background-color:  #223F7E;
    border-color:  #223F7E;
}

.btn-primary:hover {
    color:  #223F7E;
    background-color: #fff;
    border-color:  #223F7E;
}

.footer {
    background-color:  #223F7E;
    width: 100%;
    bottom: 0;
    z-index: -1;
    position: fixed;
}

.border-box {
    border: 1px solid  #223F7E;
    border-radius: 10px;
    padding: 5px;
    margin-top: -16px;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid  #223F7E;
    border-radius: 0.3rem;
    outline: 0;
}

.sub-title {
    background:  #223F7E;
    display: inline-block;
    padding: 3px 18px;
    margin-top: -5px;
    color: #fff;
    border-radius: 25px;
}

.sub-title h5 {
    margin-bottom: 0;
}
.titlecolormain {
    color:  #223F7E;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid;
}
.footer-text-color {
    color: #fff;
}
.listiconstyle {
    width: 24px;
    height: 32px;
    color:  #223F7E;
    display: flex;
    align-items: center;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: baseline;
}
.subnamestyle {
    display: inline-block;
    width: 140px;
}

.mybtn {
    background:  #223F7E;
    color: rgb(247, 247, 247);
    padding: 5px 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 7px;
    box-shadow: 2px 3px 5px 0px #000;
    margin: 5px;
}
.boxholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 84vh;
}

.mybtn1 {
    background:  #223F7E;
    color: rgb(247, 247, 247);
    padding: 3px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 7px;
    box-shadow: 2px 3px 5px 0px #000;
}

.mybtn:hover {
    box-shadow: none;
    text-decoration: none;
    color: rgb(247, 247, 247);
}

.mybtn1:hover {
    box-shadow: none;
    text-decoration: none;
    color: rgb(247, 247, 247);
}

.header-img-mob {
    display: none;
}

.cardpadding {
    margin-top: 8%;
    box-shadow: 3px 4px 0px  #223F7E;
}

.table-bordered {
    border: 2px solid  #223F7E;
    border-radius: 5px;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid  #223F7E;
}

.table-bordered td,
.table-bordered th {
    border: 2px solid  #223F7E;
    vertical-align: middle;
}

ul {
    margin-left: 15px;
    padding: 0;
    list-style: disc;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.Committeetitle{
    display: block;
    border-bottom: 3px solid;
     color:  #223F7E;
}
.committeeboxholder {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.committeebox {
    display: inline-block;
    width: 100%;
}
.committeebox p {
	font-size: 95%;
	text-align: start;
    
}
.Committeetitle1{
    display: block;
    border-bottom: 3px solid;
    margin: 0px 15px;
    color:  #223F7E;
}
.committeeboxholder1 {
    display: flex;
    justify-content: center;
    text-align: center;
}
.committeebox1 {
    display: inline-block;
    width: 175px;
    padding: 3px;
    box-shadow: 0px 0px 5px;
    margin: 10px;
    border-radius: 5px;
}
.soon{
    border: 1px solid;
    padding: 15px;
}
.committeebox h6{
    border-bottom: 2px solid  #223F7E;;
}
.boxnew{
    display: flex;
    justify-content: space-between;
}
.boxwidth{
    width: 50%;
}
.imgstyle{
    width: 100%;
}

/*//////////////////////////////////////////////Programme-page css ////////////////////////////////////////*/
.Scientific_Programme a {
    color: #5f5d5b;
    text-decoration: none;
    background-color: transparent;
}
.Programme-holder {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    min-width: 800px;
    height: 730px;
    background:#CAEFBD;
    border: 1px solid  #223F7E;
}
.Programme-holder_1 {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    min-width: 800px;
    height: 611px;
    background:#CAEFBD;
    border: 1px solid  #223F7E;
}
.Programme-holder_2{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    min-width: 800px;
    height: 731px;
    background:#CAEFBD;
    border: 1px solid  #223F7E;
}
.Programme-holder_4{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    min-width: 800px;
    height: 490px;
    background:#CAEFBD;
    border: 1px solid  #223F7E;
}
.grid-holder{
    position: absolute;
    left: 8%;
    top: 70px;  

    width: 92%;
}

#day4 .grid-holder .horizontal-grid{
    display: block;
    background-color: #CAEFBD;
    border-bottom: 1px solid #223F7E;
    height: 60px;
    top: 70px;
}
.grid-holder .horizontal-grid {
    display: block;
    background-color: #CAEFBD;
    border-bottom: 1px solid  #223F7E;
    height: 60px;
}
.grid-holder .horizontal-grid  .half {
    border-bottom: 1px dashed  #223F7E;
    background-color: #CAEFBD;
    width: 100%;
	height:30px;
}
.grid-holder .vertical-grid {
    height:659px;
	width:25%;
    border-left: 1px solid  #223F7E;
	float:left;
	display: block;
}
#day2 .grid-holder .vertical-grid {
    height:660px; 
}
#day1 .grid-holder .vertical-grid {
	width:33%;
    height: 540px;
}
#day4 .grid-holder .vertical-grid {

    height: 420px;
}
.time-holder {
    position: absolute;
    top: 10px;
    width:8%;
}
.time-holder .item-list {
    position: absolute;
    background: linear-gradient(to right, #fce8ca 0%, #ffcc99 100%);
	display: contents;
}
.time-holder .item {
    border-bottom: 1px solid  #223F7E;
    background-color: #CAEFBD;
    font-size: 0.7rem;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    height: 60px;
}
#day4 .time-holder .item {
    border-bottom: 1px solid  #223F7E;
    background-color: #CAEFBD;
    font-size: 0.7rem;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    height: 60px;
}
.time-holder_2 {
    position: absolute;
    top: 10px;
    width:8%;
}
.time-holder_2 .item-list {
    position: absolute;
    background: linear-gradient(to right, #fce8ca 0%, #ffcc99 100%);
	display: contents;
}
.time-holder_2 .item {
    border-bottom: 1px solid  #223F7E;
    background-color: #CAEFBD;
    font-size: 0.7rem;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    height: 60px;
}
/* .time-holder .item1 {
    border-bottom: 1px solid  #223F7E;
    background-color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    
    overflow: hidden;
    padding: 5px;
    height: 60px;
} */

.title-holder {
    position: absolute;
    height: 40px;
    top: 30px;
	left:8%;
    z-index: 900;
    width: 92%;
}
.title-holder .item-list {
    position: absolute;
    background-color:#CAEFBD;
    height: 40px;
    top: 0;
    width: 100%;
}
.title-holder .edge {
    background-color: #eee;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    z-index: 950;
    width: 80px;
    height: 40px;
}
.header-text {
    position: absolute;
    width: 100%;
    background: #223F7E;
    color: #fff;
    height: 30px;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5px 15px;
}
.sic-nav{
    margin-left: 0px;
}
.title-holder .item {
    float: left;
    border-left: 1px solid  #223F7E;
    border-bottom: 1px solid  #223F7E;
    height: 40px;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    background-color: #CAEFBD;
    padding: 0px;
    width: 25%;
}
#day1 .title-holder .item {
    width: 33% !important;
    background-color: #CAEFBD;
}

.topic-holder{
	position: absolute;
    left: 8%;
    top: 70px;
    width: 92%;
}
.topic-holder .topic-box {
	border-right: 1px solid  #223F7E;
    position: absolute;
    overflow: hidden;
    padding: 4px;
    cursor: pointer;
    z-index: 1;
    background-size: 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: rgb(0, 0, 0);
	width: 25%;
    font-size: 85%;
}


.topic-holder button{
	width: 100%;
    height: 100%;
    background: transparent;
    border: none;
}

.topic-holder .first-bark {
    height:28px;
    left: 1px;
    top: 121px;
    background-color: #fff;
    width: 100%;
}
#day4 .topic-holder .first-bark {
    height:28px;
    left: 1px;
    top: 121px;
    background-color: #fff;
    width: 75%;
}

.topic-holder .day_2_first-bar_hall_1{
    height:28px;
    left: 1px;
    top: 121px;
    background-color: #fff;
    width: 25%;
}

.topic-holder .day_2_first-bar_hall_3{
    height:28px;
    left: 65px;
    top: 121px;
    background-color: #fff;
    width: 25%;
}

.topic-holder .day2_first-bar_hall_4{
    height:28px;
    left: 50%;
    top: 121px;
    background-color: #fff;
    width: 25%;
}

.topic-holder .day2_hall_4_first-bark{
    height:20px;
    left: 75%;
    top: 121px;
    background-color: #fff;
    width: 25%;
}
.topic-holder .day2_first-bar_hall_61{
    height:14px;
    left: 25%;
    top: 98px;
    background-color: #fff;
    width: 25%;
}

.topic-holder .day2_hall_3_third-bark{
    height:28px;
    left: 50%;
    top: 450px;
    background-color: #fff;
    width: 50%;
}


.topic-holder .Second-bark {
    height: 59px;
    left: 1px;
    top: 240px;
    background-color:#fff;
    width: 100%;
}
.topic-holder .third-bark {
    height: 29px;
    left: 1px;
    top: 390px;
    background-color: #fff;
    width: 100%;
}



/*day 1 claas*/
.topic-box-first-bark
{
    height:29px;
    left: 1px;
    position: absolute;
    top: 30px ;
    background-color: #fff;
    width: 33%;

}
.topic-holder .day_1-topic_1 {
    height: 250px;
    left: 1px;
    top: 0px;
    background-color: #CAEFBD;
    width: 100%;
}
.topic-holder .day_1-topic_2 {
    height: 59px;
    left: 1px;
    top: 240px;
	background-color:#CAEFBD;
    width: 100%;
}
/* .topic-holder .day_1-topic_3 {
    height: 239px;
    left: 1px;
    top: 300px;
    background-color: rgb(230 218 238);
    width: 100%;
} */
.topic-holder .day_1-topic_4 {
    height: 15px;
    left: 1px;
    top: 540px;
    background-color: rgb(255 255 255);
    width: 100%;
    border-bottom: 1px solid #223F7E;
}
.topic-holder .day1_hall_1-topic_1 {
    height: 29px;
    
    width: 336px;

    left: 1px;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_1-topic_2 {
    height: 179px;
    left: 0.1%;
    width: 33%;
    top: 30px;
    background-color: rgb(230 218 238);
}
/* .topic-holder .day1_hall_1-topic_3 {
    height: 89px;
    left: 1px;
    width: 336px;
    top: 150px;
    background-color: rgb(230 218 238);
} */
.topic-holder .day1_hall_1-topic_4 {
    height: 118px;
    width: 33%;
    left: 1px;
    top: 151px;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_1-topic_5 {
    width: 33%;
    height: 118px;
    left: 1px;
    top: 271px;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_1-topic_6 {
    height: 119px;
    width: 33%;
    left: 1px;
    top: 390px;
    background-color: rgb(230 218 238);

}
.topic-box_Second-bark{
    height: 59px;
    position: absolute;
    left: 1px ;
    top: 271px ;
    background-color: #fff;
    width: 33%;
}
.topic-box_Second-bark_hall1{
    height: 59px;
    position: absolute;
    left: 0px ;
    top: 210px ;
    background-color: #fff;
    width: 33%;
}
/* .topic-holder .day1_hall_1-topic_7 {
    height: 29px;
    width: 336px;
    left: 1px;
    top: 540px;
    background-color: rgb(230 218 238);
    width: 100%;
    transition: 2s all;
} */

/* .topic-holder .day1_hall_1-topic_7:hover {
    height: 59px;
    transition: 2s all;
} */
.topic-holder .day1_hall_1-topic_8 {
    height: 49%;
    /* width: 336px; */
    left: 1px;
    top: 511px;
    background-color: rgb(230 218 238);
    width: 33%;

}
.topic-holder .day1_hall_1-topic_3 {
    height: 50%;
    /* width: 336px; */
    left: 1px;
    top: 540px;
    background-color: rgb(230 218 238);
    width: 33%;

}
.topic-holder .day1_hall_1-topic_7 {
    height: 100%;
    /* width: 336px; */
    left: 1px;
    top: 571px;
    background-color: rgb(230 218 238);
    width: 33%;

}
.topic-holder .day1_hall_1-topic_9 {
    height: 151%;
    /* width: 336px; */
    left: 1px;
    top: 631px;
    background-color: rgb(230 218 238);
    width: 33%;

}


/*Day 1 Hall 2*/
.topic-box-hall_2_first-bark_hall2{
    height: 29px;
    position: absolute;
    left: 33%;
    top: 120px;
    background-color: #fff;
    width: 33%;
}
.topic-box-Second-bark_hall2{
    height: 57px;
    position: absolute;
    left: 33.2%;
    top:240px;
    background-color: #fff; 
    width: 66.8%;

}
.topic-box-Second-bark_hall3{
    height: 28px;
    position: absolute;
    left: 33%;
    top: 390px;
    background-color: #fff;
    width: 67%;
}

.topic-holder .day1_hall_2-topic_1 {
    height: 29px;
    left: 25.1%;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_2-topic_2 {
    height: 88px;
    left: 33.2%;
    width: 33%;
    top: 30px;
    background-color: rgb(230 218 238);

}
.topic-holder .day1_hall_2-topic_3 {
    height: 88px;
    width: 33%;
    left: 33.1%;
    top: 150px;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_2-topic_4 {
    height: 89px;
    width:33%;
    left: 33.1%;
    top: 300px;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_2-topic_5 {
    height: 89px;
    width: 33%;
    left: 33.2%;
    top: 480px;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_2-topic_6 {
    height:59px;
    left: 25.1%;
    top: 510px;
    background-color: rgb(230 218 238);
}

/*Day 1 Hall 3*/
.topic-holder .day1_hall_3-topic_1 {
    height: 29px;
    right: 24.9%;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_3-topic_2 {
    height:88px;
    right: 0%;
    width: 33.8%;
    top: 30px;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_3-topic_7 {
    height: 29px;
    right: 0%;
    width: 33.8%;
    top: 180px;
    transition: 2s all;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_3-topic_7:hover {
    height: 59px;
    transition: 2s all;
}
.topic-holder .day1_hall_3-topic_3 {
    height: 117px;
    width: 33.8%;
    right: 0%;
    top: 121px;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_3-topic_4 {
    height: 89px;
    width: 33.8%;
    right: 0%;
    top: 300px;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_3-topic_5 {
    height: 29px;
    width: 33.8%;
    right: 0%;
    top: 600px;
    background-color: rgb(230 218 238);
}
.topic-holder .day1_hall_3-topic_6 {
    height: 89px;
    width: 33.8%;
    right: 0%;
    top: 420px; 
    background-color: rgb(230 218 238);
}
/* .topic-holder .day1_hall_3-topic_6:hover {
    height: 59px;
    transition: 2s all;
} */




/*//////////////////Day 2 Hall 1*/
.topic-holder .day2_hall_1-topic_1 {
    height: 29px;
    left: 1px;
    top: 631px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_1-topic_2 {
    height: 89px;
    left: 1px;
    top: 30px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_1-topic_3 {
    height: 88px;
    left: 1px;
    top: 150px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_1-topic_4 {
    height: 89px;
    left: 1px;
    top: 360px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_1-topic_5 {
    height: 89px;
    left: 1px;
    top: 480px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_1-topic_6 {
    height: 33px;
    left: 2.5px;
    top: 581px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_1-topic_7 {
    height: 14px;
    left: 2.5px;
    top: 615px;
    background-color: rgb(230 218 238);
}
/* .topic-holder .day2_hall_1-topic_7 {
    height: 29px;
    left: 1px;
    top: 540px;
    background-color: rgb(230 218 238);
    width: 100%;
    transition: 2s all;
}
.topic-holder .day2_hall_1-topic_7:hover {
    height: 59px;
    transition: 2s all;
} */
.topic-holder .day2_hall_1-topic_8 {
    height: 29px;
    left: 1px;
    top: 620px;
    background-color: rgb(230 218 238);
   
   
}
.topic-holder .third-bark_day2_hall_1{
    position:absolute;
    height: 29px;
    left: 1px;
    top: 450px;
    background-color: #fff;
    width: 25%;
}
.topic-holder .day2_hall_1-topic_9{
    height: 53px;
    right: 74.9%;
    top: 302px;
    background-color: #CAEFBD;
}

/*Day 2 Hall 2*/
.topic-holder .day2_hall_2-topic_1 {
    height: 29px;
    left: 25.1%;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_2-topic_2 {
    height: 98px;
    left: 25.1%;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_2-topic_3 {
    height: 126px;
    left: 25.1%;
    top: 113px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_2-topic_4 {
    height: 89px;
    left: 25.1%;
    top: 360px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_2-topic_5 {
    height: 118px;
    left: 25.1%;
    top: 451px;
    background-color: rgb(230 218 238);
}
/* .topic-holder .Second-bark_day2_hall_B{
    position: absolute;
    height: 58px;
    right: 1017px;
    top: 300px;
    background-color: #fff;
    width: 38%;
} */

.topic-holder .day2_hall_2-topic_6{
    height: 53px;
    right: 49.9%;
    top: 302px;
    background-color: #CAEFBD;
}
/* .topic-holder .day2_hall_2-topic_6 {
    height:59px;
    left: 25.1%;
    top: 510px;
    background-color: rgb(230 218 238);
} */

/*Day 2 Hall 3*/
.topic-holder .day2_hall_3-topic_1 {
    height: 29px;
    right: 24.9%;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_3-topic_2 {
    height: 89px;
    right: 24.9%;
    top: 30px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_3-topic_3 {
    height: 89px;
    right: 24.9%;
    top: 150px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_3-topic_4 {
    height: 89px;
    right: 24.9%;
    top: 360px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_3-topic_5 {
    height: 59px;
    right: 24.9%;
    top: 420px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_3-topic_6 {
    height:149px;
    right: 24.9%;
    top: 480px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_3-topic_7{
    height: 53px;
    right: 24.9%;
    top: 302px;
    background-color: #CAEFBD;

}
.topic-holder .third-bark_day2_hall_3{
    position:absolute;
    height: 29px;
   right: -1px;
    top: 450px;
    background-color: #fff;
    width: 50%;
}

/*//////////////////Day 2 Hall 4*/
.topic-holder .day2_hall_4-topic_1 {
    height: 29px;
    right: -1px;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_4-topic_2 {
    height: 89px;
    right: -1px;
    top: 30px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_4-topic_3 {
    height: 96px;
    right: -1px;
    top: 142px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_4-topic_4 {
    height: 89px;
    right: -1px;
    top: 300px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_4-topic_5 {
    height: 87px;
    right: -1px;
    top: 361px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_4-topic_6 {
    height:149px;
    right: -1px;
    top: 480px;
    background-color: rgb(230 218 238);
}
.topic-holder .day2_hall_4-topic_7{
    height: 53px;
    left:75.1%;
    top: 302px;
    background-color: #CAEFBD;

}

/*//////////////// day 3///////////////////*/

/*//////////////////Day 3 Hall 1*/
.topic-holder .day3_hall_1-topic_1 {
    height: 29px;
    left: 1px;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_1-topic_2 {
    height: 89px;
    left: 1px;
    top: 30px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_1-topic_3 {
    height: 89px;
    left: 1px;
    top: 150px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_1-topic_4 {
    height: 89px;
    left: 1px;
    top: 300px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_1-topic_5 {
    height: 59px;
    left: 1px;
    top: 450px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_1-topic_8 {
    height: 29px;
    left: 1px;
    top: 391px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_1-topic_6 {
    height: 59px;
    left: 1px;
    top: 510px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_1-topic_7 {
    height: 87px;
    left: 1px;
    top: 570px;
    background-color: rgb(230 218 238);
    width: 25%;
    /* transition: 2s all; */
}
/* .topic-holder .day3_hall_1-topic_7:hover {
    height: 59px;
    transition: 2s all;
} */

/*Day 3 Hall 2*/

.topic-holder .third-bark_day3_hall_2{
    height: 30px;
    left: 1px;
    top: 421px;
    background-color: #fff;
    width: 50%;
}

.topic-holder .day3_hall_3_third-bark{
    height: 30px;
    left: 50%;
    top: 390px;
    background-color: #fff;
    width: 50%;

}

.topic-holder .day3_hall_2-topic_1 {
    height: 29px;
    left: 25.1%;
    top: 390px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_2-topic_2 {
    height: 89px;
    left:25.1%;
    top: 30px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_2-topic_3 {
    height: 89px;
    left: 25.1%;
    top: 150px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_2-topic_4 {
    height: 119px;
    left: 25.1%;
    top: 300px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_2-topic_5 {
    height: 89px;
    left: 25.1%;
    top: 450px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_2-topic_1 {
    height: 89px;
    left: 25.1%;
    top: 450px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_2-topic_6 {
    height:118px;
    left: 25.1%;
    top: 540px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_2-topic_7 {
    height:28px;
    left: 25.1%;
    top: 391px;
    background-color: rgb(230 218 238);
}

/*Day 3 Hall 3*/
.topic-holder .day3_hall_3-topic_1 {
    height: 29px;
    right: 24.9%;
    top: 510px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_3-topic_2 {
    height: 89px;
    right: 24.9%;
    top: 30px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_3-topic_3 {
    height: 89px;
    right: 24.9%;
    top: 150px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_3-topic_4 {
    height: 89px;
    right: 24.9%;
    top: 300px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_3-topic_5 {
    height: 30px;
    right: 24.9%;
    top: 418px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_3-topic_6 {
    height:59px;
    right: 24.9%;
    top: 449px;
    background-color: rgb(230 218 238);
}

/*//////////////////Day 3 Hall 4*/
.topic-holder .day3_hall_4-topic_1 {
    height: 29px;
    right: -1px;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_4-topic_2 {
    height: 89px;
    right: -1px;
    top: 30px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_4-topic_3 {
    height: 89px;
    right: -1px;
    top: 150px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_4-topic_4 {
    height: 89px;
    right: -1px;
    top: 300px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_4-topic_5 {
    height: 88px;
    right: -1px;
    top: 420px;
    background-color: rgb(230 218 238);
}
.topic-holder .day3_hall_1-topic_6 {
    height: 59px;
    left: 1px;
    top: 510px;
    background-color: rgb(230 218 238);

}
.pre-con-title {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.topic-holder .day3_hall_4-topic_6{
    height: 117px;
    left:75.1%;
    top: 540px;
    background-color: rgb(230 218 238);

}


/*//////////////// day 4///////////////////*/

/*//////////////////Day 4 Hall 1*/
.topic-holder .day4_hall_1-topic_1 {
    height: 29px;
    left: 1px;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_1-topic_2 {
    height: 94px;
    left: 1px;
    top: 30px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_1-topic_3 {
    height: 89px;
    left: 1px;
    top: 150px;

    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_1-topic_4 {
    height: 89px;
    left: 1px;
    top: 300px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_1-topic_5 {
    height: 89px;
    left: 1px;
    top: 420px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_1-topic_6 {
    height: 59px;
    left: 1px;
    top: 480px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_1-topic_7 {
    height: 29px;
    left: 1px;
    top: 570px;
    background-color: rgb(230 218 238);
    width: 100%;
    transition: 2s all;
}
.topic-holder .day4_hall_1-topic_7:hover {
    height: 59px;
    transition: 2s all;
}


/*Day 4 Hall 2*/
.topic-holder .day4_hall_2-topic_1 {
    height: 29px;
    left: 25.1%;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_2-topic_2 {
    height: 89px;
    left:25.1%;
    top: 30px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_2-topic_3 {
    height: 89px;
    left: 25.1%;
    top: 150px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_2-topic_4 {
    height: 89px;
    left: 25.1%;
    top: 300px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_2-topic_5 {
    height: 59px;
    left: 25.1%;
    top: 420px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_2-topic_6 {
    height:59px;
    left: 25.1%;
    top: 510px;
    background-color: rgb(230 218 238);
}

/*Day 4 Hall 3*/
.topic-holder .day4_hall_3-topic_1 {
    height: 29px;
    right: 24.9%;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_3-topic_2 {
    height: 89px;
    right: 24.9%;
    top: 30px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_3-topic_3 {
    height: 89px;
    right: 24.9%;
    top: 150px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_3-topic_4 {
    height: 89px;
    right: 24.9%;
    top: 300px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_3-topic_5 {
    height: 59px;
    right: 24.9%;
    top: 420px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_3-topic_6 {
    height:59px;
    right: 24.9%;
    top: 510px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_2-topic_5{
    height: 89px;
    right: 24.9%;
    top: 420px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_3-topic_5{
    height: 89px;
    right: 24.9%;
    top: 420px;
    background-color: rgb(230 218 238);
}

/*//////////////////Day 4 Hall 4*/
.topic-holder .day4_hall_4-topic_1 {
    height: 29px;
    right: -1px;
    top: 0px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_4-topic_2 {
    height: 209px;
    right: -1px;
    top: 30px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_4-topic_3 {
    height: 89px;
    right: -1px;
    top: 150px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_4-topic_4 {
    height: 89px;
    right: -1px;
    top: 300px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_4-topic_5 {
    height: 89px;
    right: -1px;
    top: 420px;
    background-color: rgb(230 218 238);
}
.topic-holder .day4_hall_1-topic_7 {
    height: 29px;
    left: 1px;
    top: 540px;
    background-color: rgb(230 218 238);
    width: 100%;
    transition: 2s all;
}
.pre-con-title {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    font-weight: 600 !important;
}





.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffffde;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px 5px 5px 5px;
    height: 100%;
}

.welcome_msg p {
    font-size: 14px;
    text-align: justify;
}


  .navbar-light .navbar-nav .nav-link {
    padding: 8px 15px;
    color: #fff;
    border: none;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
    color:  #223F7E;
    background: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color:  #223F7E;
    background: #fff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color:  #223F7E  #223F7E #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color:  #223F7E  #223F7E #fff;
}

a {
    color:  #000;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #495057;
    text-decoration: none;
}
blockquote,
blockquote p,
.art-postcontent blockquote p {
    color: #474747;
    font-style: italic;
    font-weight: normal;
}

blockquote,
.art-postcontent blockquote {
    margin: 10px 10px 10px 50px;
    padding: 5px 5px 5px 37px;
    background-color: #EDF4FF;
    background-image:url("../images/postquote.png");
    background-position: left top;
    background-repeat: no-repeat;
    /* makes blockquote not to align behind the image if they are in the same line */
    overflow: auto;
}
 #fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
	overflow: hidden;
}

#light {
      display: none;
    position: fixed;
    top: 20%;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    width: 50%;
	height:315px;
    left: 29%;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}
blockquote, .art-postcontent blockquote {
    margin: 10px 10px 10px 50px;
    padding: 5px 5px 5px 37px;
    background-color: #e2dabc;
     background-position: left top;
    background-repeat: no-repeat;
    overflow: auto;
}


.carousel-inner img {
    width: 100%;
    height: 100%;
  }

marquee{height: 100%;}
.img-wrapper {  
  width: 100%;
  height: 100%;
  overflow: hidden; 
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}


body {
      font-family: 'Radley',serif;
     font-size: 16px;
}
 
#scroll-container {
  border: 3px solid black;
  border-radius: 5px;
  height: 100px;
  overflow: hidden;
}

 .marquee {
  width: 260px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  position: absolute;
  color: #fff;
  text-shadow: #000 1px 1px 0;
  font-family: Tahoma, Arial, sans-serif;
  -webkit-animation: marquee 5s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    text-indent: 260px;
  }
  100% {
    text-indent: -260px;
  }
}

 .popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow 
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}*/

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.side_box{
	background-color: #E2DABC;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    gap: 10px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 4%;
    flex-direction: column;
	    border: solid 1px #fff;
  
}

#topbutton {
  display: inline-block;
  background-color: #615c4c;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#topbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#topbutton:hover {
  cursor: pointer;
  background-color: #333;
}
#topbutton:active {
  background-color: #555;
}
#topbutton.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
	.committeebox {
    display: inline-block;
    width: 100%;
}
	
.committeeboxholder {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
}
	.mid-box-dept{
 	margin-bottom: 20px;
	padding: 30px;
	border-radius: 23px;
	background-color: #E2DABC;
	border-top: inset #B4AC8E;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
 }	

.mid-box-dept p{
    font-family: 'Radley',serif;
	font-size: 120%;
 	text-align: center;
	margin: 0 auto!important;
}

  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}





 nav > .nav.nav-tabs{

  	border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
	border: none;
	padding: 18px 25px;
	color:#fff!important;
	background:#c52f33;
	border-radius:0;
	
 }

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link
{
	border: none;
	padding: 18px 25px;
	color:#fff!important;
	background:#615c4c;
	border-radius:0;
	
 }
/*nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -28%;
  border: 15px solid transparent;
  border-top-color: #c52f33 ;
}*/
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #fdfdfd;
    border-bottom:5px solid #1d4c38;
 }

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
	
  	border: none;
    background:#c52f33;
    color:#fff;
    border-radius:0;
 	
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
rowspan
.table th,
.table td {
  padding: 0.75rem;
  vertical-align:middle;
  border-top: 1px solid #dee2e6;
		border-left: 1px solid #dee2e6;
			border-right: 1px solid #dee2e6;

		border-bottom: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-top: 1px solid #dee2e6;
		border-left: 1px solid #dee2e6;
			border-right: 1px solid #dee2e6;

		border-bottom: 1px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;

}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
	
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #615c4c;
  border-color: #787877;
	font-size: 100%;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
 

.card-header{
	background: #615c4c!important;
}

 
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-linkn {
  width: 100%;
  position: relative;
  text-align: left;
}


.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/


/* Schedule Area */
#schedule-tab {
  position: relative;
}

.schedule .schedule-area {
  background: #ffffff!important;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.schedule .schedule-tab-title {
  margin-bottom: 35px;
}

.schedule .schedule-tab-title .nav-tabs .nav-link {
  border-radius: 0px!important;
  position: relative!important;
  cursor: pointer!important;
  height: 100px!important;
  width: 211px!important;
  margin-left: -1px!important;
  border: 1px solid #e5e5e5!important;
  transition: all 500ms ease!important;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link, .schedule .schedule-tab-title .nav-tabs .nav-link.active,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover {
  background: #0eacf3!important;
  border: 1px solid #0eacf3!important;
  transition: all 0.3s ease-in-out 0s!important;
  -moz-transition: all 0.3s ease-in-out 0s!important;
  -webkit-transition: all 0.3s ease-in-out 0s!important;
  -o-transition: all 0.3s ease-in-out 0s;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h4, .schedule .schedule-tab-title .nav-tabs .nav-link.active h4,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h4 {
  color: #fff;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h5, .schedule .schedule-tab-title .nav-tabs .nav-link.active h5,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h5 {
  color: #fff;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link:before, .schedule .schedule-tab-title .nav-tabs .nav-link.active:before,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover:before {
  content: '';
  position: absolute;
  left: 13%;
  bottom: -24px;
  border-width: 12px;
  border-style: solid;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  border-color: #0eacf3 transparent transparent transparent;
}

.schedule .schedule-tab-title .item-text {
  padding-left: 65px;
  padding-top: 15px;
}

.schedule .schedule-tab-title .item-text i {
  position: absolute;
  top: 25px;
  left: 15px;
  display: inline-block;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #676970;
  text-align: center;
  background: #ebebeb;
  border-radius: 50%;
  transition: all 500ms ease;
}

.schedule .schedule-tab-title .item-text h4 {
  font-size: 15px;
  color: #2f323c;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.schedule .schedule-tab-title .item-text h5 {
  font-size: 14px;
  color: #848484;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.schedule .table {
  margin: 0;
}

.schedule .table thead th {
  border-bottom: none;
  background: #383c45;
  padding: 23px 8px 24px 30px;
  padding-left: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

.schedule .tab-content .inner-box {
  border: 1px solid #eee;
}

.schedule .tab-content .table > tbody > tr {
  border-top: 1px solid #efefef;
}

.schedule .tab-content .table > tbody > tr > td {
  padding: 22px 40px;
  font-size: 16px;
  color: #333;
  position: relative;
  text-transform: capitalize;
}

.schedule .tab-content .table > tbody .time {
  width: 240px;
}

.schedule .tab-content .table > tbody .time i {
  margin-right: 5px;
}

.schedule .tab-content .table > tbody .speakers {
  width: 290px;
}

.schedule .tab-content .table > tbody .speakers .speaker {
  position: relative;
  margin-left: 60px;
}

.schedule .tab-content .table > tbody .speakers .speaker .images-box {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -15px;
  left: -60px;
}

.schedule .tab-content .table > tbody .speakers .speaker .images-box img {
  border-radius: 4px;
}

.schedule .tab-content .table > tbody .speakers .speaker h5 {
  font-size: 16px;
  font-weight: 400;
}

.schedule .tab-content .table > tbody .speakers .speaker h5 a {
  color: #333;
}

.schedule .tab-content .table > tbody .speakers .speaker h5 a:hover {
  color: #0eacf3;
}

.schedule .tab-content .table > tbody .subject {
  width: 300px;
}

.schedule .tab-content .table > tbody .venue {
  width: 190px;
}

.schedule .table-striped tbody tr:nth-of-type(odd) {
  background: #f2f2f2;
}


  .first  

        .first a:hover {
            color: #ffffff !important;
        }

        .active-1 {
            color: #ffffff !important;
        }


        .breadcrumb>li+li:before {
            content: "" !important;
        }

        .breadcrumb {
             font-size: 14px;
            color: #000 !important;
            letter-spacing: 2px;
            border-radius: 5px !important;
        }

        .fa,
        i {
            color: rgb(29 76 56) !important;
            font-size: 10px;
        }

        .first {
            background-color: white !important;
        }

         
        a:focus,
        a:active {
            outline: none !important;
            box-shadow: none !important;
        }


        .fa-caret-right {
            vertical-align: middle;
            font-size: 20px !important;
        }

input[type=text], [type=tel], [type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
   margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-image: linear-gradient(#0c68a0, #063450);
  color:#FFFFFF;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-image: linear-gradient(#063450, #0c68a0);
	color:#FFFFFF;
}
 #menu-toggle{
color:white;
position: absolute;
top: 46px;
left: -45.75px;
transform: rotate(90deg);
background: black;
}



/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
	opacity: 66%;
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  font-size: 130%;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
 
    background-image: linear-gradient(#0c68a0, #063450);
    border-radius: 23px;
    color: #fff!important;
    font-size: 110%;
    padding: 5px 10px;
    border: 4px solid #fff;
    padding: 5px 24px;
  
}

.openbtn:hover {
  background-image: linear-gradient(#063450, #0c68a0);
	 color: #fff!important;
}

.openbtn a { color: #fff!important;}
.openbtn2 {
  font-size:100%;
  cursor: pointer;
  background-color: #615c4c;
  color: white;
  padding: 10px 15px;
  border: none;
width: 32%;
 
}

.openbtn2:hover {
  background-color: #4c483b;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
 }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .header-img-holder{
    display: flex;
    flex-direction: column;
    
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
background-color: #fff;
}
	.logo1 {
   width: 70%;
    text-align: center;;
}

.logo2 {
    width: 70%;
    text-align: center;
}
	
	.committeeboxholder {
    display: block;
    text-align: center;
}
	.mid-box-dept{
 	margin-bottom: 20px;
	padding: 30px;
	border-radius: 23px;
	background-color: #E2DABC;
	border-top: inset #B4AC8E;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
 }	

.mid-box-dept p{
    font-family: 'Radley',serif;
	font-size: 120%;
 	text-align: center;
	margin: 0 auto!important;
}

  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
  


section{padding: 30px 0;
   /*  overflow: hidden;*/
}

.m-auto{margin: 0 auto;}
.border {
    border: 4px solid #FFFFFF !important;
}
.footer * {
    /* font-size: 20px; */
    font-weight:600;
    font-size: 75%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.footer {
    display: flex;
    justify-content: space-between;
    background-color:#223f7e;
    padding: 4px;
} 
.team-name .line{text-align:center; margin-top: -1%; }.team-name .line span{width:16px;height:3px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;display:inline-block;margin:0 5px;} .team-name .line span.one{background:#c52f33;margin-left:0;} .team-name .line span.second{background:#373435;} .team-name .line span.three{background:#e2dabc;margin-right:0;} .socials{margin-top:10px;}

.mid-box {
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 23px;
	background-color: #E2DABC;
	border-top: inset #B4AC8E;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
 }

.mid-box p{
    font-family: 'Radley',serif;
	font-size: 120%;
 	text-align: center;
	margin: 0 auto!important;
}

.mid-box-dept{
 	margin-bottom: 20px;
	padding: 30px;
	border-radius: 23px;
	background-color: #E2DABC;
	border-top: inset #B4AC8E;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
 }	

.mid-box-dept p{
    font-family: 'Radley',serif;
	font-size: 120%;
 	text-align: center;
	margin: 0 auto!important;
}



 .slider,
    .slider .imgs {
        min-width: 100%;
        height: 100%;
        max-height: 320px;
        position: relative;
    }

    .slider {
        height: 300px;
    }

    .slider .imgs {
        display: flex;
        overflow: hidden;
    }

    .slider .img {
        min-width:100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: absolute;
        left: 100%;
        /* animation duration can't be greater than variable interval in JS! */
        /* check JS for other settings */
        animation: .6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s left;
        animation-fill-mode: forwards;
        background-size: cover !important;
        background-position: 50% !important;
    }

    /* Change images here */
    /* .slider .img:nth-of-type(1) {
                background: url("image\kem hospital 2.jpeg");
            }

            .slider .img:nth-of-type(2) {
                background: url("image\kem hospital 3.jpeg");
            }

            .slider .img:nth-of-type(3) {
                background: url("Image\kem hospital 2.jpeg");

            }

            .slider .img:nth-of-type(4) {
                background-image: url("image\kem hospital 3.jpeg");
            } */

    .slider .img span {
        padding: 7px 20px;
        background: rgba(0, 0, 0, .8);
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        color: #f0f0f0;
        font-size: 14px;
        font-family: sans-serif;
    }

    .dots {
        position: absolute;
        bottom: 8px;
        left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .dot {
        width: 8px;
        height: 8px;
        background:#E2DABC;
        border-radius: 50%;
        margin: 0 3px;
        cursor: pointer;
    }

    .active-dot {
        background:#B4AC8E;
        cursor: default;
    }

    @keyframes leftNext {
        from {
            left: 100%;
        }

        to {
            left: 0;
        }
    }

    @keyframes leftCurr {
        from {
            left: 0;
        }

        to {
            left: -100%;
        }
    }

    @keyframes rightNext {
        from {
            left: -100%;
        }

        to {
            left: 0;
        }
    }

    @keyframes rightCurr {
        from {
            left: 0;
        }

        to {
            left: 100%;
        }
    }
.flright{ float: right;}
.mr-auto{ margin: 0 auto!important;}

 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
 
.navbar-bg {
    background-color: #223f7e !important;
}
.navbar-bg-dark {
    background-color: #615c4c!important;
 }
.elem{
    color: #000000;
    padding: 8px;
}
.text_nav_div {
    width: 100%;
}
.pss_section {
  height: -webkit-fill-available;
}
.nav_header {
    display: flex;
    align-items: center;
/*    padding: 4px 40px;
*/    justify-content: center;
}
.scroll_nav_item{
    color: #000000;
    padding: 18px;
    font-size: 20px;
}

 

.heading-name {
		color:#000000;
		font-size: 248%;
		text-align: center;
		font-weight: 700!important;
}
.sub-heading-name{
 		color:#000000;
		font-size: 180%;
		text-align: center;
		font-weight: 700!important;
}
.icon-container {
    height:40px;
    height:40px;
    gap:20px;
    display:flex;
    flex-direction: column;
    padding:20px;
    margin-top: 144px;
}


img.icon_social {
    width: 40px;

}

.main_container {
    display: flex;
    justify-content: space-between;
    margin-top:10px;
}


.Menu_logo{
    width:30px;
    height:30px;

}

#elem {
    width: 100%;
    display: flex;
    color:black;
    font-size:20px;
    display:flex;
    justify-content:center;   
    align-items: center;
    gap:30px;
    text-align: center;
    background-color: #E2DABC;
}

.Dean_img{
	margin-top: 10px!important;
    
}
.college_img{
    width:489px;
    height:432px;
}


.Dean_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E2DABC;
    width:420px;
    height:301px; 


}
.Dean_name{
    font-size:180%;
    text-align:left;
}
.Dean_name p{
    margin-top: 0;
    margin-bottom: 0rem!important;
}
.Designation{
   font-size:100%;
    text-align:left;
}
.Designation p{
    margin-top: 0;
    margin-bottom: 0rem!important;
}
.Dean{
    font-size:180%;
    text-align:left;
}
.Dean_msg{
    font-size:100%;
    text-align:left;
	line-height: 6%;
}
.Dean_msg p{
    margin-top: 0;
    margin-bottom: 0rem!important;
}

.Dean{
     margin-top: 0;
    margin-bottom: 0rem!important;
}

.Title_info{
    
    display:flex;
    flex-direction: row;
    margin-top: 16px;
    margin-bottom:17px;
    gap: 14px;
    
}
.Student_name{
  text-align: center;
  font-size: 33px;
}
.pss_section {
        
  height: auto; 

}
.Footer_div{
  height:80vh;
}

/* ----- slider part */


/* .slider, .slider .imgs {
  width: 100%;
  height: 100%;
  max-height: 300px;
  position: relative;
} */

/* .slider {
  /* height: 300px; */
  /* max-height: 300px; */
/* }

.slider .imgs {
  display: flex;
  overflow: hidden;
} */

/* .slider .img {
  min-width: 100%;
  /* height: 100%; */
  /* display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  left: 100%; */ 
  /* animation duration can't be greater than variable interval in JS! */
  /* check JS for other settings */
  /* animation: .6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s left;
  animation-fill-mode: forwards;
  background-size: cover !important;
  background-position: 50% !important;
} */

/* Change images here */
/* .slider .img:nth-of-type(1) { background: url("../image\kem college 3.jpeg"); }
.slider .img:nth-of-type(2) { background: url("../image/Hospital\ Management\ 1.jpg"); }
.slider .img:nth-of-type(3) { background: url("../image\kem college 3.jpeg"); }
.slider .img:nth-of-type(4) { background: url("../image/Hospital\ Management\ 1.jpg"); }

.slider .img span {
  padding: 7px 20px;
  background: rgba(0, 0, 0, .8);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #f0f0f0;
  font-size: 14px;
  font-family: sans-serif;
}

.dots {
  position: absolute;
  bottom: -18px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.dot {
  width: 8px;
  height: 8px;
  background: gray;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.active-dot {
  background: #3f3f3f;
  cursor: default;
}

@keyframes leftNext {
  from { left: 100%; }
  to { left: 0; }
}

@keyframes leftCurr {
  from { left: 0; }
  to { left: -100%; }
}

@keyframes rightNext {
  from { left: -100%; }
  to { left: 0; }
}

@keyframes rightCurr {
  from { left: 0; }
  to { left: 100%; }
} */ 
/* ----- end slider part */


/* -----  flipping part */
   .flip-card {
    width: 120px;
    height: 120px;
    border-radius:50%; 
   }
   .flip-card-inner{
    position: relative;
    width:100%;
    height: 100%;
    transition :transform  0.6%;
    transform-style:preserved (180deg);
     }
     .flip-card:hover.flip-card-inner{
        transform: rotateX(180deg);
     }
     .flip-card-front,.flip-card-back{
        position: absolute;
        width: 150px;
        height: 150px;
        webkit-backface-visibility:hidden;
        border-radius:10px;
         }
         .flip-card-front img{

           border-radius: 50%;
          
         }
         .flip-card-back img{
            border-radius: 50%;
         }


/* -----  flipping part */





.marquee {
  position: relative;
  animation: marquee 2s linear infinite;
  text-align:center;
  color:black;
}
@keyframes marquee {
  0% {
    top: 10em
  }
  100% {
    top: -2em
  }
}

.Menu_option{
    display: flex;
}

.Div_name{
    background-color: #B4AC8E;
    width: 100%;
     border-radius :30px 30px 0px 0px;
}

.Div_name p{
   margin-top: 0;
    margin-bottom: 0rem;
}
.Div_image{
    background-color:#E2DABC;
    width: 100%;
     display: flex;
    justify-content: center;
    padding:10px;
    gap:10px;
    border-radius :0px 0px 10px 10px;
	margin-bottom: 4%;
}
.div_circle_img{
    width: 100%;
    height: 100%;
    border-radius:50%;
    border:10px;

}
.Div_Option{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 16px;
    margin-bottom:10px;
    padding: 16px;
	float: right;
}

.menu_name{
  text-align: center;
  padding:20px;
  color: #000000;
  font-size:25px;
   
}
.Important_title{
    width: 100%;
     background-color:#E2DABC;
	border-radius: 20px 20px 0px 0px;
}
.Important_name{
    
    width: auto;
    text-align: center;
    font-size: 25px;
    padding:17px;
}
.links_scroller{
    width:100%;
	height: 370px;
    background-color: #EAE5D5;
}
.See_more{
    background-color: #E2DABC;
    width:100%;
    height: 48px;
}
.Div_See{
    margin-bottom: 5px;
    text-align:left;
    
}
.Arrow_Link{
    width: 17px;
    height: 13px;
}
.links_scroller{
    display: flex;
    flex-direction: column;
}
 
  .column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .Notices{
    text-align: center;
  }
  .Announcement{
    text-align: center;
  }



/* -----fliping part */
/* @keyframes flip-with-scale {
    0% {
        transform: perspective(400px) scaleX(1);
    }

    100% {
        transform: perspective(400px) scaleX(-1);
    } */

    .flip-card {
        background-color: transparent;
        
        border: 1px solid #f1f1f1;
        perspective: 1000px; /* Remove this if you don't want the 3D effect */
      }
      
      /* This container is needed to position the front and back side */
      .flip-card-inner {
        position: relative;
        
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
      }
      
      /* Do an horizontal flip when you move the mouse over the flip box container */
      .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
      }
      
      /* Position the front and back side */
      .flip-card-front, .flip-card-back {
        position: absolute;
       
        -webkit-backface-visibility: hidden; /* Safari */
        backface-visibility: hidden;
      }
      
      /* Style the front side (fallback if image is missing) */
      .flip-card-front {
		width: 100%;
		height: 100%;
        }
      
      /* Style the back side */
      .flip-card-back {
		width: 100%;
		height: 100%;
        
        transform: rotateY(180deg);
      }




/* -----end fliping part */

/****** end our team ******/
/****** Social Media Icone******/
p,li{
    /* font-family: Poppins, sans-serif!important; */
    color: #2d2c2c!important;
   }
  .header li{
    color: #FFFFFF!important
  }
  .footer p{
    color: #FFFFFF!important
  }
  .textcolor p {
    color: #FFFFFF!important
  }
  
  .test-box .carousel p{
   color: #6c757d!important
  }
  .test-box img{
    border:1px solid #01325b;
  }
  .test-box .carousel h3{
  color: #01325b;
  margin-left: 25px;
  }
  .testimonial_fa{
    color: #01325b;
    font-size: 30px;
    }
    .testimonial_control a{
      height: 40px;
      width: 40px;
      line-height: 25px;     
      border-radius: 50%;
      background-color: #fff!important;
      color: #333!important;
      box-shadow: 0 3px 6px rgba(0,0,0,.2);
  
    }
  
    .fa-envelope-open{
      color:#f1d592!important;
    }
   /* .fa-bell{
      color:rgb(255, 251, 0)!important;
    }*/
    
    .social-icons{
     
      position:fixed;
      top:50%;
      right:0%;
      width:200px;
      display:flex;
      flex-direction:column;
	 pointer-events: none;
      
    
    }
    .social-icons a{
      text-decoration:none;
      /* text-transform:uppercase; */
      padding:2px;
      font-size:22px;
      color:black;
      margin:2px;
      text-align:left;  
      border-radius: 50px 0px 0px 50px;
      transform:translate(152px, 0px);
      transition:all 0.5s;
		pointer-events: all;
    }
    .social-icons a:hover{
      transform:translate(0px, 0px)
    }
    .social-icons  a i {
      margin-right:25px;
      background-color:white;
      height:40px;
      width:40px;
      color:black;
      text-align:center;
      line-height:40px;
      border-radius:50%;
      transition:all 0.5s;
    }
    .social-icons a:hover i{
      transform:rotate()
    }
    .social-icons .left_arrow{
      background-color:#000000;
      color:rgb(255, 255, 255);
      size: 15px;
    }
    
    .social-icons .fa-bell{
      background-color:#000000;
      color:rgb(255, 255, 255);
    }
    .social-icons .yt{
      background-color:#fa0910;
      color:#FFFFFF!important;
    }
    .social-icons .Linkedin{
      background-color:#0099cc;
       color:#FFFFFF!important;
    }
    .social-icons .insta{
      background-color:#FCAF45;
       color:#FFFFFF!important;
      }
      .social-icons .left_arrow{
        color:rgb(238, 25, 25);
        size: 15px;
      }
   /* .fa-bell{
      color:#eeff00!important;
    }*/
    .fa-youtube{
      color:#fa0910!important;
    }
    .fa fa-linkedin fa_custom{
      color:#0099cc!important;
    }
    .fa-map-marker{
      color:#960A0A
    }
      .fa-instagram{
      color:#FCAF45;
    }
      .fa-telegram{
      color:#0174DF;
    }
    .social-icons .fa {
        -webkit-animation: rotation 2s infinite linear;
    }
    
    
    
    @-webkit-keyframes rotation {
        from {
            -webkit-transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(0deg);
        }
    }
    
  
  /* @media (min-width: 1024px){
  #myHeader {
    background: white!important;
    }
    .mobileshow{
      display:block;
    }
    #myCarousel img{
      height:200px;
    }
   .social ul {     
      margin-left: 15px;
     }
  
     .social ul li {
      float: left;
     }
  
     .test-box .carousel h3{
        margin-left: 0px;
      }
      .list ul {
      padding-left: 25px!important; 
      }
     .social-icons{
        margin-right: -150px;
      }
      .social-icons a {
      transform: translate(0px, 0px);}
      .list ul li {
       font-size:14px!important; 
     }
     .heading-name{
      font-size: 33px;
     }
     #elem{
      width: 100%;
     }
      .Div_name {
        width:297px;
    }
    .Div_image {
      width: 297px;}
      .footer{
        width: 100%;
      }
      
      .menu_name{
        font-size:20px;
      }
      .scroll_nav_item{

        font-size: 12px;
      }
      .logo{
        width: 110px;
    height: 115px;
      }
      .Important_title {
        width: 359px;
        margin-left: 10%
      }
        .div_footer{
          height: 130vh;
        }
        .links_scroller {
          width:359px;
        }
      
    }



/****** End Social Media Icone******/

/****** end Header ******/

 @media screen and (max-width:1900px) {
	 .heading-name {
    color:#000000;
        font-size: 160%;
    text-align: center;
    font-weight: 700!important;
}
	 
	 .sub-heading-name{
 		color:#000000;
		font-size: 120%;
		text-align: center;
		font-weight: 700!important;
}
	 .mid-box-dept{
 	margin-bottom: 20px;
	padding: 30px;
	border-radius: 23px;
	background-color: #E2DABC;
	border-top: inset #B4AC8E;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
 }	

.mid-box-dept p{
    font-family: 'Radley',serif;
	font-size: 90%;
 	text-align: center;
	margin: 0 auto!important;
}


    .text_nav_div {
        width: 100%;
    }
    .Div_name{
      width:100%;
    }
    .Div_image{   
    width:100%;
    }
    .Important_title
	 {
      width:100%;
    }

   .links_scroller {
    width:100%;
	   height: 820px;  }
	 
  .See_more{
    width:  100%;
  }
  .social-icons{
    top: 48%;
  }
  .Menu_option
	 {    
		 flex-direction: column;  
	 }
}
@media screen and (width: 820px){
	.committeeboxholder {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
}
	.heading-name {
    color:#000000;
        font-size: 200%;
    text-align: center;
    font-weight: 700!important;
}
	.sub-heading-name{
 		color:#000000;
		font-size: 140%;
		text-align: center;
		font-weight: 700!important;
}
	.mid-box-dept{
 	margin-bottom: 20px;
	padding: 30px;
	border-radius: 23px;
	background-color: #E2DABC;
	border-top: inset #B4AC8E;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
 }	

.mid-box-dept p{
    font-family: 'Radley',serif;
	font-size: 120%;
 	text-align: center;
	margin: 0 auto!important;
}

  .heading-name{
    font-size: 180%;
  }
	.sub-heading-name{
 		font-size: 140%;
 }
  .Menu_option{
    display: flex;
    flex-direction: column;
  }
  .Div_Option{
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  .Title_info{
    flex-direction: column;
  }
  .Menu_option{
    flex-direction: column;
  }
  .Div_Option{
    flex-direction: row;
  }

}

/* ----- delvin code part-2 end*/



/** end **/

/***** media for mobile **********/
/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
	
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
background-color: #fff;
}
		.logo1 {
   width: 50%;
    text-align: center;;
}

.logo2 {
    width: 49%;
    text-align: center;
}
	.heading-name {
    color:#000000;
        font-size: 200%;
    text-align: center;
    font-weight: 700!important;
}
	.mid-box-dept{
 	margin-bottom: 20px;
	padding: 30px;
	border-radius: 23px;
	background-color: #E2DABC;
	border-top: inset #B4AC8E;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
 }	

.mid-box-dept p{
    font-family: 'Radley',serif;
	font-size: 100%;
 	text-align: center;
	margin: 0 auto!important;
}

	.openbtn2 {
font-size:100%;
cursor: pointer;
background-color: #615c4c;
color: white;
padding: 10px 15px;
border: none;
width: 100%;

}

.openbtn2:hover {
background-color: #4c483b;
}


    /** header **/

    .icon {
        width: 50%;
    }

    .heading-name {
    color:#000000;
        font-size: 100%;
    text-align: center;
    font-weight: 700!important;
}

    .full_page_nav .scroll_nav_item {
        margin: 16px;
    }

    .icon-link {
        margin-top: 20px;
    }

    .text_nav_div {
        width: 100%;
    }

    .main_container {
        flex-wrap: wrap;
    }


    .footer {
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .dr_title row {
        height: 300px;
    }

    .dr_title {
        width: 100%;

    }

    .company-logo {
        size: 30%;
        float: right;
    }
    .Menu_option{
      display: flex;
      flex-direction: column
    }
    .Div_Option{
      display: flex;
      flex-direction: row
    }
    .Div_name {
      width:100%;
  }
  .Div_image {
    width:100%;
  }

    /** end our team **/
}

@media screen and (max-width: 470px) {
    
     .header-img-holder{
    display: flex;
         align-items: center;
    flex-direction: column;
    
}
		.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
		background-color: #fff;
}
		.logo1 {
   width: 100%;
    text-align: center;;
}

.logo2 {
    width: 100%;
    text-align: center;
}
	.committeeboxholder {
    display: block;
    text-align: center;
}
	 
 .nav_header {
    display: flex;
    align-items: center;
    padding: 8px 3px;
    justify-content: center;
	 flex-direction: column;
}

.openbtn2 {
font-size:100%;
cursor: pointer;
background-color: #615c4c;
color: white;
padding: 10px 15px;
border: none;
width: 100%;

}

.openbtn2:hover {
background-color: #4c483b;
}

    /* #elem {
        background-color: transparent;
    } */
.table .thead-dark th {
    color: #fff;
    background-color: #615c4c;
    border-color: #615c4c;
	font-size: 80%!important;
}
	
	.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
		font-size: 60%!important;
}
	
    header.nav_header .icon-container {
        display: none;
    }

    #outer {
        width: -webkit-fill-available;
    }

    .mob_nav_bar .icon-container {
        display: flex !important;
    }

    .mob_nav_bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
    }


    .toggle-menu {
        width: 34px;
        height: 30px;
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        padding: 4px;
        
        background-color: black;
        border-radius: 5px;
        cursor: pointer;
    }

    .line {
        width: 100%;
        height: 3px;
        border-radius: 5px;
        /* background-color: #225086; */
        background-color: #ffffff;
        transition: transform 0.2s ease-out;
    }


    .toggle .scroll_nav_item {
        margin: 16px 24px;
    }

    .toggle #inner span {
        display: block;
    }

    .toggle {
        background: rgba(217, 217, 217, 0.24) !important;
    }


    .toggle .line1 {
        background-color: #ffffff;
        transform: scale(0.9) rotateZ(-45deg) translate(-5px, 4px);
    }

    .toggle .line2 {
        display: none;
    }

    .toggle .line3 {
        background-color: #ffffff;
        transform: scale(0.9) rotateZ(45deg) translate(-5px, -4px);
    }

    .toggle .toggle-menu {
        /* background-color: #dadada; */
        background-color: black;
    }


    .scroll_nav_item {
        display: none;
    }

    #left-button {
        display: none !important;
    }

    #right-button {
        display: none !important;
    }

    .nav-m-icon {
        display: block;
    }
    
    .Div_name {
      width: 100%;
  }
  .Div_image {
    height: 106.57px;
    width: 100%;
}
.Title_info{
  display:flex;
  flex-direction: column;
}
.logo{
    width: 70px;
    height: 71px;
}
 
.menu_name{
  font-size:13px;
}
.flip-card {
  width: 70px;
  height: 70px;
}   
.div_circle_img
{
  width: 70px;
  height: 70px;
}
.flip-card-front {
  width: 100%;
  height: 100%;
}
.flip-card-back {
  width: 100%;
  height: 100%;
}
.Div_image{
  height: 98.57px;
}
.Important_title{
  margin-left: 0px;
}
.footer_div{
  height: 471vh;
}
.slider{
  width: 373px;
}
#elem{
  background-color: white;
}
.Dean_info{
  width:371px;
}
}








/************* end media for mobile ******************************/