
.navbar-header{
	position: relative;
	height: 80vh;
}

.navbar-header img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b-info{
	padding: 30px;
}
@media (max-width: 768px){
    .bg-info{
        padding: 2px;
    }
}

#more {
	display: none;
}
#moreBtn{
	outline: 0 !important;
}
.btn-outline-red{
    background: transparent;
    border: 1px solid red;
    color: red;
    outline: none;
    transition: .3;
}
.btn-outline-red:hover{
    background-color: red;
    color: white;
}


.about-text{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	place-items: center;
	place-content: center;
	width: 100%;
	height: 100%;
}

.about-img{
	padding: 30px;
}

.about-img img{
	position: relative; 
	width: 100%;
	object-fit: cover;
}

.about-desc{
	padding: 30px;
}

@media(max-width:991px){
	.visi-missi{
		display: flex;
		flex-direction: column;
	}
	.lg-display-none{
	    display: none;
	}
}

.objectives .group li.list-item{
	list-style-type: square;
}

.board{
	padding: 50px;
}
@media (max-width: 768px){
    .board{
        padding: 2px;
    }
}

.owl-carousel{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 500px;
}

.team .card{
	background: transparent;
	border: 0;
	border-bottom: 3px solid #fff;
	box-shadow: none;
	padding: 0;
	height: 500px;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.card .image{
	position: relative;
	height: 350px;
	width: 100%;
	display: flex;
	place-items: center;
	place-content: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

@media (max-width: 768px) {
    .card .image {
        position: relative;
        width: 100%;
        height: 250px;
    }
}
.image img{
	position: relative;
	border-radius: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	object-fit: cover;
}

.person .title{
	display: flex;
	flex-direction: column;
	place-items: center;
	place-content: center;
}
.text-grey{
	color: rgba(0, 0, 0, .5);
	font-size: smaller;
	display: block;
}


.person .card-body{
	position: absolute;
	top: 0;
	right: -100%;
	background-color: var(--transparentBlack);
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: 1s;
	backdrop-filter: var(--mainfilter);
}

.person:hover .card-body{
	right: 0;
}

.name{
	text-transform: uppercase;
	font-size: 12pt;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.container-03{
	position: relative;
	width: 70%;
	left: 15%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px;
	padding: 30px;
	background-color: white;
}


/* container-03 media query start */
/* 992 */
@media(max-width:992px){
	.container-03{
	    width: 100%;
	    left: 0;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
/* container-03 media query start */
.container-03 .col-lg-4{
	margin: 15px;
}

.container-4{
	position: relative;
}
.container-4 .backdrop{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--transparentWhite);
	backdrop-filter: var(--mainfilter);
}

.plans{
	background-color: rgba(0, 0, 0, .5);
}

.plans-topic{
	padding-bottom: 30px;
}

.plans-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
/* plans list media query start */
/* 750 */
@media(max-width:750px){
	.plans-list{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
/* plans list media query start */
.d-flex .number.text-danger{
	border: 2px solid var(--redColor);
}
.flex-text{
	display: flex;
	place-items: center;
	place-content: center;
}

.container-4{
	background-image: url('../images/plans.jpg');
	background-size: cover;
	background-position: center;
}