/* -------------------------- Common CSS start -------------------------- */

* {
    margin: 0;
    padding: 0;
}

ul,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

/* Section heading start  */
.section_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 800;
    color: #253031;
    text-align: center;
    text-transform: uppercase;
}
/* Section heading end */

/* Section sub heading start */
.section_sub_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #253031;
}
/* Section sub heading end */

/* Paragraph start: p_text start */
.p_text {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 2;
}
/* Paragraph start: p_text end */

/* See More button start */
.see_more_btn {
    margin-top: 100px;
    margin-bottom: 150px;
    text-align: center;
}

.see_more_btn .s_m_btn {
	background-color: #064789;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 14px 50px;
	text-transform: uppercase;
    border-radius: 6px;
    transition: all linear .2s;
}

.see_more_btn .s_m_btn:hover{
    background-color: #FF7317;
    color: #fff;
}
/* See More button end */

/* List start */

.service_list {
    margin-top: 35px;
    margin-left: 10px;
    margin-right: 40px;
}

.service_list ul li {
    margin: 8px 0;
    list-style: square;
}

.service_list ul li i {
    font-size: 15px;
    color: #064789;
    margin-right: 12px;
}

/* List end */

/* -------------------------- Common CSS end -------------------------- */

/* -------------------------- Header start -------------------------- */

header {
    padding: 20px 0;
    margin-top: 11px;
}

header .header_logo img {
    width: 180px;
    height: auto;
}

header .header_contact {
    text-align: right;
    padding-right: 16px;
    margin-top: 7px;
}

header .c_box i {
    color: #FF7317;
    margin-right: 10px;
}

header .c_box a {
    color: #444444;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    transition: all linear .3s;
}

header .c_box a:hover {
    color: #064789;
}

/* header .header_search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-top: 5px;
}

header .search_box {
    width: 255px;
    height: 36px;
    border: 1px solid rgba(37, 48, 49, .2);
    border-radius: 20px;
    padding: 8px 12px;
}

header .search_box::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #707070;
}

header .search_box:focus-visible {
    outline: none;
}

header .header_search i {
    font-size: 20px;
    color: rgba(37, 48, 49, .5);
    position: absolute;
    top: 8px;
    right: 12px;
    transition: all linear .3s;
}

header .header_search i:hover {
    color: #064789;
} */

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


/* -------------------------- Navbar start -------------------------- */

.navbar {
    background-color: #064789;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-expand-lg .navbar-nav {
	flex-direction: row;
	justify-content: space-between !important;
	width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 22px 16px;
    transition: all linear .2s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #FF7317;
}

.navbar-expand-lg .navbar-nav .nav-link:hover i {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .hall_portal:hover {
    background-color: #FF7317;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .hall_portal i {
    color: #FF7317;
}

/* drop down start */

.dropdown-menu[data-bs-popper] {
	margin-top: 0;
}

.dropdown-menu {
	border-radius: 0;
    background-color: #064789;
    border: #fff;
    color: #fff;
    padding: 0;
}

.dropdown-item {
	color: #fff;
    padding: 22px 16px;
    transition: all linear .2s;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #FF7317;
    background-color: #064789;
}

/* drop down end */

/* -------------------------- Navbar end -------------------------- */

/* -------------------------- Banner start -------------------------- */
#banner {
    position: relative;
    background: url(../images/banner_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1050;
}

#banner .banner_main{
    position: relative;
    padding-top: 180px;
    z-index: 401;
}

#banner .banner_overlay{ 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}

#banner .banner_main .banner_img {
    display: block;
    width: 100%;
}

#banner .banner_box {
	width: 290px;
	height: 370px;
	background-color: #064789;
    padding: 25px 15px 25px 25px;
    color: #fff;
}

#banner .banner_box .banner_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#banner .banner_box ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 6px 0;
    transition: all linear .2s;
}

#banner .banner_box ul li:hover {
    color: #FF7317;
}

#banner .banner_box ul li i {
    margin-right: 12px;
    font-size: 16;
}

#banner .banner_flex {
    display: flex;
    align-items: flex-end;
}

#banner .banner_video {
    margin-left: 40px;
    margin-bottom: 30px;
}

#banner .banner_video i{
    font-size: 40px;
    color: #FF7317;
    margin-right: 20px;
}

#banner .banner_video a {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all linear .2s;
}

#banner .banner_video a:hover {
    color: #FF7317;
}

/* Modal start */
#exampleModal {
    background-color: rgba(0, 0, 0, .8);
}

.modal-content {
	background-color: transparent;
    border: none;
}

.modal-header {
	border-bottom: none;
}

.modal-backdrop.show {
	opacity: 0;
}

.modal-backdrop {
	position: relative;
}

.modal.show .modal-dialog {
	transform: translate(0, 50px);
}

#banner .banner_video .close_btn {
    background: transparent;
    border: none;
}

#banner .banner_video .close_btn i {
    color: #fff;
    font-size: 30px;
    margin-right: 0;
    transition: all linear .2s;
}

#banner .banner_video .close_btn i:hover {
    color: #FF7317;
}

.video_right {
    display: flex;
    flex-direction: column;
}

.video_right iframe {
    margin-bottom: 30px;
}

.title {
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
}

.caption {
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
    padding: 20px 0;
}

.vid-main-wrapper {
    width: 100%;
    max-width: 1100px;
    min-width: 440px;
    background: #fff;
    margin: 0 auto;
}


/*  VIDEO PLAYER CONTAINER
############################### */
.vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px; 
    height: 0; 
    width:70%;
    float:left;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
}


/*  VIDEOS PLAYLIST 
############################### */
.vid-list-container {
    width: 30%;
    height:360px;
    overflow: hidden;
    float:right;
}

.vid-list-container:hover, .vid-list-container:focus {
    overflow-y: auto;
}

ol#vid-list {
    margin:0;
    padding:0;
    background: #222;
}

ol#vid-list li {
    list-style: none;
}

ol#vid-list li a {
    text-decoration: none;
    background-color: #222;
    height:55px;
    display:block;
    padding:10px;
}

ol#vid-list li a:hover {
    background-color:#666666
}

.vid-thumb {
float:left;
    margin-right: 8px;
}

.active-vid { 
    background:#3A3A3A;
}

#vid-list .desc {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-top:5px;
}

/* -------------------------- Banner end -------------------------- */

/* -------------------------- Facilities start -------------------------- */
#facility {
    margin-top: 120px;
}

#facility .facility_main {
    margin-top: 15px;
}

#facility .facility_main .service_box{
    margin-top: 60px;
}

#facility .facility_main .service_list {
    margin-top: 33px;
    margin-left: 10px;
    margin-right: 40px;
}

#facility .facility_main .service_list ul li {
    margin: 8px 0;
    list-style: square;
}

#facility .facility_main .service_list ul li i {
    font-size: 15px;
    color: #064789;
    margin-right: 12px;
}
/* -------------------------- Facilities end -------------------------- */

/* -------------------------- Accomodation start -------------------------- */
#accomodation .accomodation_main {
    margin-top: 75px;
    margin-bottom: 30px;
    position: relative;
}

/* Slider start */
#accomodation .accomodation_slider_box .acc_slider_in {
    display: flex;
}

#accomodation .accomodation_slider_box .acc_slider_in .acc_slider_img {
    width: 50%;
    height: auto;
}

#accomodation .accomodation_slider_box .acc_slider_in .acc_slider_img img {
    display: block;
    width: 100%;
}

#accomodation .accomodation_slider_box .acc_slider_in .acc_slider_text {
	width: 50%;
	margin-right: 250px;
	padding-left: 75px;
}

#accomodation .accomodation_slider_box .acc_slider_in .slider_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #2B2B2B;
    margin-top: 20px;
    margin-bottom: 45px;
}

#accomodation .accomodation_slider_box .acc_slider_in .sub_orange {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FF7317;
    transition: all linear .2s;
}

#accomodation .accomodation_slider_box .acc_slider_in a:hover {
    color: #064789;
}

#accomodation .accomodation_slider_box .acc_slider_in .slider_text{
    margin-bottom: 20px;
    padding-right: 40px;
}

#accomodation .slick-arrow {
    background-color: #fff;
    border-radius: 6px;
    height: 38px;
    width: 38px;
    color: #FF7317;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.17);
    font-size: 20px;
    line-height: 38px;
    text-align: center;
}

#accomodation .slick-prev {
	position: absolute;
	top: 195px;
	right: 165px;
    z-index: 201;
}

#accomodation .slick-next {
    position: absolute;
    top: 195px;
    right: 110px;
    z-index: 202;
}

#accomodation .slick-dots {
    display: flex;
    justify-content: center;
}

#accomodation .slick-dots li {
    padding: 50px 10px 0 10px;
}

#accomodation .slick-dots li button {
    background-color: rgba(112, 112, 112, .5);
    border: none;
    font-size: 0;
    height: 17px;
    width: 17px;
    border-radius: 50%;
}

#accomodation .slick-dots .slick-active button {
    background-color: #FF7317;
}
/* Slider end */

/* -------------------------- Accomodation end -------------------------- */

/* -------------------------- Admiddion button start -------------------------- */

#admission_btn {
    margin: 50px 0;
    text-align: center;
}

#admission_btn .a_btn_main {
    padding: 30px 0;
}

#admission_btn .a_btn {
	background-color: #FF7317;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 14px 50px;
	text-transform: uppercase;
    border-radius: 6px;
    transition: all linear .2s;
}

#admission_btn .a_btn:hover {
    color: #fff;
    background-color: #064789;
}

/* -------------------------- Admiddion button end -------------------------- */

/* -------------------------- In-room Facility start -------------------------- */
#in_room_facility {
    margin-top: 100px;
}

#in_room_facility .in_room_main {
    margin-top: 48px;
    padding-left: 32px;
}

#in_room_facility .in_room_main .in_room_box {
    display: flex;
    align-items: center;
    margin-top: 27px;
    padding-left: 20px;
}

#in_room_facility .in_room_main .in_room_box .in_room_icon {
    width: 30px;
    display: flex;
    justify-content: center;
}

#in_room_facility .in_room_main .in_room_box i {
    font-size: 20px;
    color: #064789;
    padding: 0 3px;
}

#in_room_facility .in_room_main .in_room_box .in_room_text {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #2B2B2B;
    margin-left: 20px;
}
/* -------------------------- In-room Facility end -------------------------- */

/* -------------------------- Life at hall start -------------------------- */
#life_at_hall {
    margin-top: 120px;
}

#life_at_hall .life_at_main {
    margin-top: 75px;
    overflow: hidden;
}

#life_at_hall .life_at_main .img_row{
    margin: 0;
}

#life_at_hall .life_at_main .img_main{
    padding: 0;
}

#life_at_hall .life_at_main .img_main_2{
    padding: 0;
}

#life_at_hall .life_at_main .img_box {
    position: relative;
}

#life_at_hall .life_at_main .img_box .img_overlay {
    background-color: rgb(6, 71, 137, .9);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all linear .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#life_at_hall .life_at_main .img_main:nth-child(even) .img_overlay {
    background-color: rgba(255, 115, 23, .9);
}

#life_at_hall .life_at_main .img_main_2:nth-child(odd) .img_overlay {
    background-color: rgba(255, 115, 23, .9);
}

#life_at_hall .life_at_main .img_box .img_overlay a {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    padding: 0 50px;
    text-align: center;
    line-height: 1.8;
}

#life_at_hall .life_at_main .img_box img {
    display: block;
    width: 100%;
}

#life_at_hall .life_at_main .img_box .img_overlay:hover {
    opacity: 1;
}
/* -------------------------- Life at hall end -------------------------- */


/* -------------------------- FAQ end -------------------------- */
#faq .faq_main {
    margin-top: 75px;
}

#faq .accordion-item {
    margin-left: 20px;
}

#faq .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #064789;
}

#faq .accordion-button {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 2;
}

#faq .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#faq .accordion-body {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2b2b2b;
}

#faq .accordion-button:focus {
	border-color: transparent;
    box-shadow: none;
}
/* -------------------------- FAQ start -------------------------- */

/* -------------------------- Testimonial end -------------------------- */
#testimonial .testimonial_main {
    margin-top: 55px;
    margin-left: 60px;
    margin-right: 60px;
}

#testimonial .testimonial_main .testi_slider_box {
    display: flex;
    justify-content: space-around;
}

#testimonial .t_slider_user {
    width: 45%;
}

#testimonial .slider_user_item {
    padding: 20px;
}

#testimonial .t_slider_user .slider_user_item .user_box{
    display: flex;
    border-radius: 10px;
    padding: 26px 32px 26px 26px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16);
    opacity: .3;
}

#testimonial .t_slider_user .slick-current .user_box {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16);
    background-color: #fffdfd;
}

#testimonial .t_slider_user .item_img {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    margin-right: 20px;
}

#testimonial .t_slider_user .item_img img{
    width: 100%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    object-position: center;
}

#testimonial .t_slider_user .student_name {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #2B2B2B;
}

#testimonial .t_slider_user .hall_name {
    margin-top: 10px;
}

#testimonial .t_slider_text {
    width: 45%;
}

#testimonial .t_slider_text .slider_text_item {
    margin-top: 20px;
}

#testimonial .t_slider_text .ratings {
    margin-top: 20px;
    margin-bottom: 35px;
}

#testimonial .t_slider_text .ratings i {
    color: #FF7317;
    font-size: 15px;
}

#testimonial .t_slider_text .ratings .gray {
    color: rgba(112, 112, 112, .5);
}

#testimonial .slick-arrow {
    background-color: #fff;
    border-radius: 6px;
    height: 38px;
    width: 38px;
    color: #FF7317;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.17);
    font-size: 20px;
    line-height: 38px;
    text-align: center;
}

#testimonial .slick-prev {
	position: absolute;
	top: 407px;
	right: 411px;
	z-index: 401;
}

#testimonial .slick-next {
    position: absolute;
    top: 407px;
    right: 354px;
    z-index: 402;
}



/* -------------------------- Testimonial end -------------------------- */

/* -------------------------- Footer start -------------------------- */

/* -------------------------- Return to Top start -------------------------- */

#return-to-top {
    opacity: 1;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #fff;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	border-radius: 50%;
	display: none;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(20,33,61,0.2);
	-moz-box-shadow: 0px 0px 6px 1px rgba(20,33,61,0.2);
	box-shadow: 0px 0px 6px 1px rgba(20,33,61,0.2);
	z-index: 999;
    text-align: center;
}

#return-to-top i {
    color: #064789;
    font-size: 25px;
    line-height: 47px;
}

/* -------------------------- Return to Top end -------------------------- */

footer {
    margin-top: 100px;
    background-color: #2B2B2B;
    padding-top: 85px;
}

.footer_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.f_box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.f_box i {
    color: rgba(255, 255, 255, .8);
    margin-right: 18px;
    font-size: 15px;
}

.f_box a {
    color: rgba(255, 255, 255, .8);
    transition: all linear .2s;
}

.f_box:hover .f_text {
    color: #fff;
}

.f_box:hover a {
    color: #fff;
}

.f_box:hover i {
    color: #fff;
}

.f_text {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    transition: all linear .2s;
} 

.footer_links {
    margin-left: 30px;
}

.f_border {
    margin-top: 70px;
    border-bottom: 1px solid #fff;
}

.footer_copyright {
    padding: 20px 0 50px 0;
}

.footer_copyright .p_text{
    text-align: center;
    color: #fff;
}
/* -------------------------- Footer end -------------------------- */

/* ========================= Page common CSS end ========================= */

#page_banner {
    background-image: url(../images/Page_banner/hall_facility_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

#page_banner .p_banner_main {
    padding: 120px 0;
    position: relative;
}

#page_banner .p_banner_overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}

.banner_heading {
    color: #fff;
    position: relative;
    z-index: 501;
}

/* breadcrumb start */

#page_breadcrumb {
    margin: 30px 0;
}

.breadcrumb-item a {
    color: #064789;
    transition: all linear .3s;
}

.breadcrumb-item a:hover {
    color: #FF7317;
}

.page_text {
    margin-right: 25px;
    margin-top: 35px;
    margin-bottom: 75px;
}

/* breadcrumb end */

/* Page image section start */

#page_img .page_img_box {
    position: relative;
}

#page_img .page_img_box img {
    display: block;
    width: 100%;
}

#page_img .page_img_box .img_name {
    background-color: rgba(255, 115, 23, .9);
}

#page_img .page_img_box .img_name {
    width: 140px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

#page_img .page_img_box .img_name p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
    padding: 15px;
    text-align: center;
}

/* Page image section end */

.other_text{
    margin-top: 35px;
    margin-bottom: 35px;
}

/* ========================= Page common CSS end ========================= */

/* ========================= Hall Failities page start ========================= */

#hall_facility_main {
    margin-top: 90px;
}

#hall_inroom{
    margin-top: 90px;
}
/* ========================= Hall Failities page end ========================= */

/* ========================= In-room Failities page start ========================= */
#inroom_facility_main {
    margin-top: 90px;
}

#inroom_facility_main .inroom_box {
    margin-bottom: 75px;
}

#common_facility {
    margin-top: 90px;
}

#common_facility .common_facility_box {
    margin-bottom: 75px;
}

#other_support {
    margin-top: 15px;
}

.other_text{
    margin-top: 35px;
    margin-bottom: 35px;
}
/* ========================= In-room Failities page end ========================= */

/* ========================= Admission page start ========================= */
#admission_main {
    margin-top: 90px;
}

#admission_main .seat_booking{
    margin-bottom: 65px;
    display: flex;
}

#admission_main .hall_fees {
    margin-top: 75px;
}

#admission_main .fees_text {
    margin-bottom: 15px;
}

#admission_main .payment_procedure {
    margin-top: 75px;
}

#admission_main .payment_list {
    margin-top: 35px;
    margin-left: 15px;
    margin-right: 40px;
}

#admission_main .payment_list ul li {
    margin: 8px 0;
    list-style: decimal;
}

#admission_main .seat_cancellation {
    margin-top: 75px;
}
/* ========================= Admission page end ========================= */

/* ========================= FAQ page start ========================= */
#faq_page .faq_main {
    margin-top: 80px;
}

#faq_page .faq_categories {
    background-color: #FF7317;
    padding-top: 30px;
    margin-right: 40px;
}

#faq_page .faq_categories .section_heading {
    margin-bottom: 30px;
}

#faq_page .faq_categories button {
	background: transparent;
	border: none;
	display: block;
	padding: 20px 30px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	transition: all linear .2s;
	width: 100%;
	text-align: left;
}

#faq_page .faq_categories button:hover {
    background-color: #f5f5f5;
    color: #FF7317;
}

#faq_page .faq_categories button.active {
    background-color: #f5f5f5;
    color: #FF7317;
}

#faq_page .tablink {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
  
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
  
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

#faq_page .faq_heading {
    text-align: left;
    margin-bottom: 50px;
    color: #064789;
}

#faq_page .faq_sub_heading {
    margin-bottom: 15px;
    line-height: 2;
}

#faq_page .faq_box {
    margin-bottom: 35px;
}
/* ========================= FAQ page start ========================= */

/* ========================= Location page start ========================= */
#location .location_box {
    margin-top: 80px;
    margin-bottom: 60px;
}

#location .location_map {
    margin-top: 35px;
    margin-right: 40px;
}

#location iframe {
    width: 100%;
}

.hall_name_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #064789;
    margin-top: 55px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.hall_contact_main{
    margin-top: 40px;
}

.hall_contact_main .hall_contact {
    margin-bottom: 12px;
}

.hall_contact_main .hall_contact i{
    color: #2B2B2B;
    font-size: 15px;
    margin-right: 15px;
}

.hall_contact_main .hall_contact a{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #2B2B2B;
}
/* ========================= Location page end ========================= */

/* ========================= Contact page start ========================= */

#contact .contact_box {
    margin-top: 60px;
}

#contact .hall_name_heading {
    margin-bottom: 20px;
}

#contact .hall_location {
    display: flex;
    align-items: center;
}

#contact .hall_location i {
    margin-right: 15px;
}

#contact .contact_main {
    margin-top: 50px;
}

.contact_person_box {
    margin-top: 30px;
}

.person_name {
    font-weight: 700;
}

.designation_location {
    margin-top: 15px;
}

.contact_details_box {
    margin-top: 25px;
}

.contact_details_box .hall_contact i {
    margin-right: 15px;
}

/* ========================= Contact page end ========================= */

/* ========================= Administration page end ========================= */
#administration {
    margin-top: 90px;
}

#administration .management_team {
    margin-top: 75px;
}

#administration .hall_authority {
    margin-top: 75px;
}

#administration .authority_box {
    margin-bottom: 75px;
}
/* ========================= Administration page start ========================= */

/* ========================= Message from provost page start ========================= */
#provost_message {
    margin-top: 90px;
}

#provost_message .p_img{
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 10px;
}

#provost_message .p_img img {
    width: 100%;
    display: block;
}

#provost_message .m_text {
    margin-bottom: 20px;
    text-align: justify;
}

#provost_message .thank_you {
    margin-top: 60px;
}

/* ========================= Message from provost page start ========================= */

/* ========================= events and news page start ========================= */
#events_and_news {
    margin-top: 90px;
}

#events_and_news .event_box {
    margin-top: 70px;
}

#events_and_news .event_details {
    margin-right: 100px;
    margin-bottom: 75px;
}

#events_and_news  .event_details .section_sub_heading {
    line-height: 2;
}

#events_and_news  .event_details .other_text {
    margin-top: 15px;
    margin-bottom: 35px;
}

#events_and_news  .event_details a {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #064789;
    text-decoration: underline !important;
}

.event_img {
    margin-bottom: 25px;
}

.event_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.e_img_1 {
    height: 264px;
}

.e_img_2 {
    height: 253px;
}

.e_img_3 {
    height: 240px;
}

.e_img_4 {
    height: 518px;
}

.e_img_6 {
    height: 228px;
}

.e_img_8 {
    height: 228px;
}

.e_img_7 {
    height: 237px;
}

.e_img_9 {
    height: 237px;
}

.e_img_11 {
    height: 250px;
}

.e_img_13 {
    height: 250px;
}

.e_img_12 {
    height: 261px;
}

.e_img_14 {
    height: 261px;
}

.e_img_16 {
    height: 250px;
}

.e_img_17 {
    height: 236px;
}

.e_img_18 {
    height: 250px;
}

.e_img_19 {
    height: 236px;
}
/* ========================= events and news page end ========================= */

/* ========================= Hall Portal page start ========================= */
#hall_portal {
    margin-top: 90px;
    padding-bottom: 30px;
}

#hall_portal .portal_link {
    display: flex;
}

.p_btn {
	background-color: #FF7317;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 9px 24px;
	text-transform: uppercase;
	border-radius: 6px;
    text-align: center;
	transition: all linear .2s;
    margin-left: 65px;
}

.p_btn:hover {
    background-color: #064789;
    color: #fff;
}

#hall_portal .portal_guideline {
    margin-top: 150px;
    text-align: center;
}

#hall_portal .p_guideline_main {
    margin-top: 15px;
}

#hall_portal .guideline_box {
    margin-top: 75px;
}

#hall_portal .g_icon {
    margin-bottom: 30px;
}

#hall_portal .g_text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 23px;
}

#hall_portal .g_icon i {
    color: #064789;
    font-size: 20px;
}

#hall_portal .g_btn {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #064789;
    padding: 9px 24px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #064789;
    transition: all linear .2s;
}

#hall_portal .g_btn:hover {
    color: #fff;
    border-color: #FF7317;
    background-color: #FF7317; 
}
/* ========================= Hall Portal page end ========================= */