/* -------------------- New CSS Start -------------------- */
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fdfdfd;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #333;
}

.container-fluid-0 {
	padding: 0 !important;
	overflow: hidden;
}

.no_gutters {
	margin-right: 0;
	margin-left: 0;
}

.no_gutters > * {
	padding-right: 0;
	padding-left: 0;
}

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

a {
    text-decoration: none !important;
    transition: all linear .2s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
/* ------------------------ Common CSS start ------------------------ */
.heading-section {
    font-size: 44px;
    font-weight: 600;
}

.heading_50 {
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
}

.heading_30 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
}

.heading_24 {
    font-size: 24px;
    font-weight: 600;
}

.heading_22 {
    font-size: 22px;
    font-weight: 500;
}

.text_12 {
    font-size: 12px;
}

.text_14 {
    font-size: 14px;
}

.text_uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.drak_text {
    color: #232323;
    transition: all linear .2s;
}

a.drak_text:hover {
    color: #FFBC42;
}

.white_text {
    color: #fff;
}

.white_text_lighter {
    color: rgba(255, 255, 255, .8);
}

.fade_text {
    font-size: 14px;
    color: #6c757d;
    text-transform: uppercase;
}

.text_center {
    text-align: center;
}

.justify_text {
    text-align: justify;
}

.text_bold {
    font-weight: 600;
}

.text_medium {
    font-weight: 500;
}

.text_italic {
    font-style: italic;
}

.link_text {
    color: #2E3094;
    transition: all linear .2s;
}

.link_text:hover {
    color: #FFBC42;
}

.d_center {
    margin: 0 auto;
}

.justify_center {
    justify-content: center;
}

.regular_btn {
    background: #2E3094;
    border: 1px solid #2E3094;
    border-radius: 4px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.regular_btn:hover {
    border-color: #FFBC42;
    color: #FFBC42;
    background-color: #fff;
}

.outline_btn {
    background: #fff;
    border: 1px solid #2E3094;
    color: #2E3094;
    font-family: "Poppins", sans-serif;
}

.outline_btn:hover {
    border-color: #FFBC42;
    color: #FFBC42;
}

.section_margin {
    margin: 112px 0;
}

.section_padding {
    padding: 112px 0;
}

.mb_12 {
    margin-bottom: 12px;
}

.mb_16 {
    margin-bottom: 16px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_24 {
    margin-bottom: 24px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_56 {
    margin-bottom: 56px;
}

.mb_85 {
    margin-bottom: 85px;
}

.mb_100 {
    margin-bottom: 100px;
}

.mb_120 {
    margin-bottom: 120px;
}

.mb_150 {
    margin-bottom: 150px;
}

.mt_16 {
    margin-top: 16px;
}

.mt_85 {
    margin-top: 85px;
}

.mt_100 {
    margin-top: 100px;
}

.mt_150 {
    margin-top: 150px;
}

.ml_50 {
    margin-left: 50px;
}

.mr_16 {
    margin-right: 16px;
}

.mr_30 {
    margin-right: 30px;
}

.mr_60 {
    margin-right: 60px;
}

.plr_0 {
    padding-left: 0;
    padding-right: 0;
}

.p_8 {
    padding: 8px;
}

.p_24 {
    padding: 24px;
}

.ptb_48 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.plr_24 {
    padding-left: 24px;
    padding-right: 24px;
}

.pt_112 {
    padding-top: 112px;
}

.bg_darken {
	background: #0d1128 !important;
}

.bg_blue {
	background: #2E3094 !important;
}

.span_block {
    display: block;
}
/* ------------------------ Common CSS end ------------------------ */

/* ------------------------ Header start ------------------------ */
#header {
    background-color: #2E3094;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* ------------------------ Header end ------------------------ */

/* --------------------- Page banner start --------------------- */
#page_banner {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#page_banner .page_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: #212529;
    z-index: 1;
}

.page_title {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
}

.banner_box {
    height: 300px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-breadcrumb {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.banner-breadcrumb span {
    color: #fff;
}

.border_bottom {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.banner-breadcrumb span a {
    color: #fff;
}

.banner-breadcrumb i {
    font-size: 11px;
    color: #fff;
}
/* --------------------- Page banner end --------------------- */

/* --------------------- Admission page start --------------------- */
.admission_banner {
    background: url(../images/page-banner/admission-banner.jpeg);
}

.img_part {
    height: 100%;
    min-height: 453px;
}

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

.right_info {
    padding-left: 60px;
    padding-right: 114px;
}

.left_info {
    padding-right: 60px;
    padding-left: 114px;
}

.info_link {
    margin-right: 112px;
}

.info_link_0 {
    margin-right: 0;
}

.info_link li {
    border-bottom: 1px solid #DEE2E6;
    padding-top: 19px;
    padding-bottom: 12px;
}

.info_link li:last-child {
    border-bottom: none;
}

.info_link li a {
    color: #333333;
    text-transform: uppercase;
}

.info_link li a:hover {
    color: #FFBC42;
}
/* --------------------- Admission page end --------------------- */

/* --------------------- Admission test page start --------------------- */
.admission_test_box {
    padding: 50px 112px;
    border-radius: 4px;
}

label {
    display: block;
}

#admission_test form {
    padding: 70px 60px 0 60px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#admission_test input {
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 18px;
    width: 100%;
    margin-bottom: 40px;
}
/* --------------------- Admission test page end --------------------- */

/* --------------------- Admission contact page start --------------------- */
.admission_contact_banner {
    background: url(../images/page-banner/admission-contact-banner.jpg);
}

.icon_box {
    width: 35px;
    height: 35px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
    transition: all linear .2s;
}

.icon_box i {
    font-size: 18px;
    color: #333;
    transition: all linear .2s;
}

.icon_box .i_21 {
    font-size: 21px;
}

.icon_box .i_14 {
    font-size: 14px;
}

.icon_box:hover {
    border-color: #FFBC42;
    transition: all linear .2s;
}

.icon_box:hover i {
    color: #FFBC42;
}

.people_box {
    display: flex;
    border: 1px solid rgba(216, 216, 216, .5);
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.people_box .img_box {
    width: 178px;
    height: 200px;
    padding: 13px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
    margin-right: 50px;
}

.people_box .img_box img {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.people_box .text_box {
    margin-top: 20px;
}

.people_name {
    font-size: 18px;
    margin-bottom: 10px;
}

.people_designation {
    margin-bottom: 20px;
}
/* --------------------- Admission contact page end --------------------- */

/* --------------------- Faculty Programs page start --------------------- */
.faculty_programs_banner {
    background: url(../images/page-banner/faculty-program-banner.jpg);
}

#faculty_programs .faculty_program_control,
#fablab_facilities .fablab_control,
#tools_machineries .fablab_control {
    justify-content: center;
}

#faculty_programs .nav-pills .nav-link,
#fablab_facilities .nav-pills .nav-link,
#tools_machineries .nav-pills .nav-link {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 4px;
    color: #6B6B6B;
    text-transform: capitalize;
    padding: 8px 24px;
    letter-spacing: 1px;
}

#faculty_programs .nav-link:focus, 
#faculty_programs .nav-link:hover, 
#fablab_facilities .nav-link:focus,
#fablab_facilities .nav-link:hover,
#tools_machineries .nav-link:focus,
#tools_machineries .nav-link:hover {
	color: #2E3094 !important;
}

#faculty_programs .nav-pills .nav-link.active, 
.nav-pills .show > .nav-link, 
#fablab_facilities .nav-pills .nav-link.active,
#tools_machineries .nav-pills .nav-link.active {
    color: #2E3094;
    background-color: #fff;
    border: 1px solid #2E3094;
}

#faculty_programs .tab-pane .info_link,
#fablab_facilities  .tab-pane .info_link,
#tools_machineries  .tab-pane .info_link {
    margin-right: 0;
}
/* --------------------- Faculty Programs page end --------------------- */

/* --------------------- Admission Eligibility page Start --------------------- */
.admission_eligibility_banner {
    background: url(../images/page-banner/admission-eligibility-banner.png);
}

#admission_eligibility .nav-pills {
    padding-left: 114px;
    padding-right: 40px;
}

#admission_eligibility .nav-pills .nav-link {
    color: #333333;
	background-color: transparent;
    padding: 23px 0;
    text-align: left;
    border-bottom: 1px solid #DEE2E6;
    width: 100%;
    border-radius: 0;
    transition: all linear .2s;
}

#admission_eligibility .nav-pills .nav-item:last-child .nav-link {
    border-bottom: none;
}

#admission_eligibility .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-weight: 500;
	background-color: transparent;
}

#admission_eligibility .nav-link:focus {
	color: #333333 !important;
}

#admission_eligibility .accordion-button:not(.collapsed) {
	color: #2E3094;
	background-color: transparent;
    font-weight: 500;
}

#admission_eligibility .accordion-button:focus {
	box-shadow: none;
}

#admission_eligibility  .accordion-header .accordion-button {
    font-size: 18px;
    padding: 26px 0;
}

#admission_eligibility .accordion-body {
	padding: 26px 0;
}

#admission_eligibility .tab-content {
    margin-right: 40px;
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-icon);
}

.accordion-item {
    background-color: transparent;
}
/* --------------------- Admission Eligibility page end --------------------- */

/* --------------------- Department Lab page start --------------------- */
.bg_white {
    background-color: #fff;
}

.bg_light {
	background: #fafafa !important;
}

.page_banner {
    background: url(../images/page-banner.jpeg);
}
/* --------------------- Department Lab page end --------------------- */

/* --------------------- Fablab Lab home page start --------------------- */
.navbar {
    display: block;
    padding: 0;
    background-color: #fff;
}

.navbar-brand img {
    width: 185px;
    height: auto;
}

.navbar-nav {
	justify-content: center;
}

.nav_center {
    width: 80%;
}

.nav_left {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #232323;
    text-transform: capitalize;
	font-weight: 500;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 25px;
	padding-bottom: 25px;
	transition: all linear .2s;
}

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

.navbar-expand-lg .navbar-nav .nav-link i {
    margin-left: 4px;
    font-size: 14px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    border-radius: 0;
}

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

.dropdown-menu {
    border: 1px solid #f2f4f8;
}

.dropdown-item {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    padding: 10px 20px;
    transition: all linear .3s;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #FFBC42;
    background-color: #fff;
}

.dropdown-menu-end[data-bs-popper] {
	right: -85px;
}

.navbar-nav .dropdown:hover .dropdown-menu-end {
    right: -85px;
}

.lab_quick_menu {
    display: flex;
    padding: 24px;
    min-width: 400px;
}

.lab_quick_menu_part {
    width: 50%;
}

.lab_quick_menu_part li {
    text-align: center;
    margin-bottom: 20px;
}

.lab_quick_menu_part li:last-child {
    margin-bottom: 0;
}

.lab_quick_menu_part li i {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
    transition: all linear .3s;
}

.lab_quick_menu_part li .dropdown-item {
    padding-left: 0;
    padding-right: 0;
}

/* main carousel start */
#lab_main_carousel {
    position: relative;
}

#lab_main_carousel .carousel_text {
    position: absolute;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    margin-top: 150px;
    padding-bottom: 50px;
}

.big_btn {
    padding: 14px 24px;
    margin-top: 16px;
}

#lab_main_carousel .item {
    height: 550px;
    width: 100%;
}

#lab_main_carousel .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

#lab_main_carousel .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

.gradient_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0d1128;
    background: -moz-linear-gradient(45deg, #0d1128 0%, #ffbc42 100%);
    background: -webkit-linear-gradient(45deg, #0d1128 0%, #ffbc42 100%);
    background: -o-linear-gradient(45deg, #0d1128 0%, #ffbc42 100%);
    background: -ms-linear-gradient(45deg, #0d1128 0%, #ffbc42 100%);
    background: linear-gradient(45deg, #0d1128 0%, #ffbc42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d1128', endColorstr='#FFBC42', GradientType=1);
    opacity: 0.5;
}

#lab_main_carousel .owl-theme .owl-dots .owl-dot span {
    background: #FFBC42;
}

#lab_main_carousel .owl-theme .owl-dots .owl-dot.active span, 
#lab_main_carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

@keyframes zoomIn {
    0% {
        transform: scale(.97, .98);
    }
      
    100% {
        transform: scale(1, 1);
    }
}
/* main carousel end */

/* Lab service start */
.service_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
/* Lab service end */

/* Lab video start */
.video_img {
    width: 100%;
    height: 299px;
    position: relative;
    z-index: 100;
}

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

.lab_video {
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play_icon_outer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lab_video_box .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0d1128;
    background: -moz-linear-gradient(45deg, #0d1128 0%, #ffbc42 100%);
    background: -webkit-linear-gradient(45deg, #0d1128 0%, #ffbc42 100%);
    background: -o-linear-gradient(45deg, #0d1128 0%, #ffbc42 100%);
    background: -ms-linear-gradient(45deg, #0d1128 0%, #ffbc42 100%);
    background: linear-gradient(45deg, #0d1128 0%, #ffbc42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d1128', endColorstr='#FFBC42', GradientType=1);
    opacity: 0.5;
    z-index: 1;
}

@keyframes pluse {
    0% {
        transform: scale(1);
        opacity: .75;
    }
    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

.play_icon_inner {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.play_icon_inner::before {
    content: '\f04b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    color: #F58658;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.play_icon_inner::after {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .45);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    animation: pluse 1250ms infinite;
}
/* Lab video end */

/* Lab event start */
.slide_events .event_main {
    margin: 0 12px;
}

.event_img {
    height: 275px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
    display: flex;
    align-items: flex-end;
}

.event_date {
    background-color: #2E3094;
    color: #fff;
    padding: 8px;
    display: inline-block;
}

.event_date span {
    display: block;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    text-align: center;
}

.event_date .day {
    font-size: 20px;
    font-weight: 700;
}

.event_date .month {
    font-size: 13px;
    font-weight: 400;
}

.event_date .year {
    font-size: 13px;
    font-weight: 400;
}

#lab_events .slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 85px;
    font-size: 0;
    /* width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
    transition: opacity .2s ease; */
}

#lab_events .slick-dots li {
    width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
    border-radius: 50%;
}

#lab_events .slick-dots li button {
	border: none;
}

#lab_events .slick-dots .slick-active {
	background-color: #FFBC42;
}
/* Lab event end */

/* Lab facility start */
.facility_img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
}
/* Lab facility end */

/* Lab Committee start */
#lab_committee .img_box {
    height: 400px;
    margin: 10px 12px 20px 12px;
    overflow: hidden;
    position: relative;
}

#lab_committee .member_box .member_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all ease .3s;
}

#lab_committee .member_box:hover .member_img {
    transform: scale(1.05);
}

#lab_committee .member_box:hover .overlay {
    opacity: 0;
}

#lab_committee .member_name {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    color: #343a40;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 8px;
}

#lab_committee .member_designation {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #FFBC42;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}

#lab_committee .member_box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: #212529;
    z-index: 1;
    transition: all linear .2s;
}

/* Gallery start */
#gallery .img_box {
    height: 350px;
    position: relative;
}

#gallery .gallery_container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

#gallery .g_box {
    padding-left: 0;
    padding-right: 0;
}

#gallery .g_row {
    padding-left: 0;
    padding-right: 0;
}

#gallery .img_box .zoom_in,
.lab_venobox .img_box .zoom_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#gallery .img_box .zoom_in a,
.lab_venobox .img_box .zoom_in a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background-color: #FFBC42;
    opacity: 0;
    transition: all ease .3s;
}

#gallery .img_box .zoom_in i,
.lab_venobox .img_box .zoom_in i {
    font-size: 20px;
    color: #fff;
}

#gallery .img_box:hover .zoom_in a,
.lab_venobox .img_box:hover .zoom_in a {
    opacity: 1;
}

#gallery .gallery_small_img,
.lab_venobox .gallery_small_img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
/* Gallery end */

/*  Footer start  */
#return-to-top {
	opacity: 1;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #2E3094;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	border-radius: 4px;
	display: none;
	z-index: 1040;
	text-align: center;
}

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

#return-to-top:hover {
    background-color: #333;
}

footer {
    padding: 96px 0 80px 0;
    background-color: #232323;
}

footer .footer_top {
    margin-bottom: 60px;
}

footer .f_details {
    padding-right: 20px;
}

footer .f_text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, .75);
    font-weight: 400;
    line-height: 1.8;
}

footer .contact {
    margin-top: 55px;
}

footer .f_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

footer .f_heading a:hover {
    color: #FFBC42;
}

footer .c_part {
    margin-bottom: 10px;
}

footer .c_part i {
    color: #fff;
    font-size: 12px;
    margin-right: 6px;
    transition: all ease .3s;
}

footer .f_link {
    color: rgba(255, 255, 255, 0.7);
    transition: all ease .3s;
}

footer .c_part:hover .f_link{
    color: #fff;
}

footer .c_part:hover i{
    color: #fff;
}

footer .f_join .f_heading {
    padding-bottom: 22px;
}

footer .f_form {
    padding: 22px 55px;
    border-radius: 2px;
    background-color: #2E3094;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition: all ease .3s;
}

footer .f_form:hover {
    background-color: #FFBC42;
}

footer .f_connect {
    margin-top: 70px;
}

footer .f_social a {
    display: inline-block;
    margin-right: 8px;
}

footer .f_social a i{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    transition: all ease .3s;
}

footer .f_social a:hover i {
    background-color: rgba(255, 255, 255, .25);
}

footer .f_copy_right {
    border-top: 1px solid #dee2e6;
}

footer .f_copy_right {
    padding-top: 16px;
    text-align: center;
}

footer .f_copy {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
}
/*  Footer end  */
/* --------------------- Fablab Lab home page end --------------------- */

/* --------------------- Fablab Lab About page start --------------------- */
.fab_img {
    height: 320px;
}

.fab_img img {
    display: block;
    height: 100%;
    width: auto;
}
/* --------------------- Fablab Lab About page end --------------------- */

/* --------------------- Fablab Lab Charter page start --------------------- */
#fab_charter .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}

#fab_charter .accordion-button:not(.collapsed) {
	color: #333 !important;
	background-color: transparent !important;
	box-shadow: none;
}

#fab_charter .accordion-flush .accordion-item .accordion-button, 
#fab_charter .accordion-flush .accordion-item .accordion-button.collapsed {
	padding: 25px 0;
}

#fab_charter .accordion-body {
	padding: 25px 0;
}
/* --------------------- Fablab Lab Charter page end --------------------- */

/* --------------------- Fablab Lab contact start --------------------- */
.lab_form_box .input_box {
    display: flex;
    justify-content: space-between;
}

.lab_form_box .input_group {
    width: 48%;
}

.lab_form_box .input_group input, 
.lab_form_box textarea, 
.lab_form_box .form-select {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ececec;
    border-radius: 4px;
}

.lab_form_box .file_input::file-selector-button {
    padding: 12px 19px;
    border: 1px solid #ececec;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
}
/* --------------------- Fablab Lab contact end --------------------- */

/* --------------------- Fablab Lab research start --------------------- */
.fab-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

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

.modal-body {
	padding: 20px 60px 30px 60px;
}

.modal-backdrop {
	background-color: #2E3094;
}
/* --------------------- Fablab Lab research end --------------------- */

/* --------------------- Fablab Lab membership start --------------------- */
.lab_facility_points ul {
    margin-left: 40px;
}

.lab_facility_points ul li {
    list-style: decimal;
    padding: 7px 0;
}
/* --------------------- Fablab Lab membership end --------------------- */

/* --------------------- Fablab Lab people start --------------------- */
.c_member_main {
    padding: 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
    margin-bottom: 16px;
}

.c_member_main:last-child {
    margin-bottom: 0;
}

.c_member_img {
	width: 145px;
	height: 168px;
}

.c_member_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border: 5px solid #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
}

.c_member_name {
    color: #333333;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.c_member_contact {
    margin-top: 12px;
}

.c_text {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #333;
}

.c_member_contact a {
    transition: all ease .3s;
}

.c_member_contact a:hover {
    color: #FFBC42;
}

.c_member_nav {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 20px;
}

.c_member_nav .c_nav h4{
    margin-bottom: 20px;
}

.c_member_nav ul li,
.lab_list li {
    border-bottom: 1px solid #dee2e6;
}

.c_member_nav ul li:last-child,
.lab_list li:last-child {
    border-bottom: none;
}

.m_filter_btn {
    border: none;
    background: transparent;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: all ease .3s;
}

.m_filter_btn:hover {
    color: #FFBC42;
}

.s_group {
    background: #fafafa;
    padding: 10px;
    position: relative;
    margin-bottom: 55px;
}

.s_group i {
    position: absolute;
    top: 50%;
    right: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.s_group .s_input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    height: 52px;
    background: #fff;
    color: #000000;
    font-size: 15px;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.s_input:focus, .s_input:active {
	border-color: #000000;
    outline: none;
}

.s_input::placeholder {
    color: #6c757d;
    opacity: 1;
}
/* --------------------- Fablab Lab people end --------------------- */

/* --------------------- Fablab Lab tools mechineries start --------------------- */
.lab_venobox .img_box {
    height: 400px;
    width: 100%;
    position: relative;
}

.lab_list li {
    padding: 14px 0;
}

.lab_list li a {
	color: #333;
	font-weight: 400;
	transition: all ease .3s;
}

.lab_list li a:hover {
    color: #FFBC42;
}

.rules_img_box {
    height: 300px;
    width: 100%;
}

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

.list-group-item {
	border: none;
    padding: 5px 0;
}

#cost_rules ul li {
    list-style-type: disc;
    list-style-position: inside;
}
/* --------------------- Fablab Lab tools mechineries end --------------------- */

/* --------------------- Fablab Customer Order start --------------------- */
.form-check {
    padding-top: 3px;
    padding-bottom: 3px;
}

.form-check-input {
	margin-top: 6px;
}

.form-check-label {
    font-size: 15px;
}
/* --------------------- Fablab Customer Order end --------------------- */

/* --------------------- event start start --------------------- */
#event_page .event_cover_main {
    height: 440px;
    width: 100%;
    margin-bottom: 70px;
}

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

#event_page .event_info {
    margin-left: 35px;
    margin-bottom: 70px;
}

#event_page .info_details {
    display: flex;
}

#event_page .info_details i {
    color: #FFBC42;
    line-height: 2;
    margin-right: 10px;
}

#event_page .event_contact {
    margin-top: 15px;
}
/* --------------------- event start end --------------------- */