.navbar-nav {
	display: flex;
	align-items: center;
}

.navbar{
    justify-content: flex-end;
    
}
.logo{
    height: 50px;
    display: flex;
    align-items: center;
}
.head{
    display: flex;
}
nav{
    display: flex;  
}
.u-line{
    border-bottom:1px solid #DFD7D7
}
ul {
   /* display: flex; */
    margin-right: 24px;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 0;
padding-left: 0;
}

.lorem{
    display: block;
}
li{
   margin-left: 30px;
   padding: 0 0 10px 0 ;
}
 
   .btn-primary {
	color: #fff;
	background-color: #000000;
	border-color: #000000;

    align-items: center;
   
}
.n-bar{
    color: #000000;
    text-decoration: none;
}
.m-head{padding-top: 20px;
    
}
.blog{
    font-weight: bold;
}

.banner{
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 503px;
    background-size: cover;
}

.b-text {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	margin: auto;
	height: 250px;
	width: 40%;
	background-color: #ffffff78;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.carousel {
	position: relative;
	width: 100%;
    height: 503px;
}

.banner-write{
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight:bold ;
}
.banner-sub{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    
}
.read-more{
    padding: 13px 17px;
    border: solid 2px #BFB9B9 ;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif ;
    font-size: 14px;
    font-weight: 500;
}

.recent{
    text-align: center;
    margin: 43px 0 24px 0;
}
   
.card{
    height: 324px;
    border: 1px solid #BFB9B9;
    border-radius: 10px;
    padding: 0;    
    margin-bottom: 20px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-out;
    
}
.card:hover {
    box-shadow: 0 8px 15px 0 rgba(0,0,0,0.2);
  }
.card-image{
    height: 162px;
}
.card-date{
    height: 18px;
    font-size: 12px;
    color: #938F8F;
    padding-left: 25px;
    padding-top: 25px;
}

.share{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 270px;
}

.card-name{
    height: 100px;
    font-size: 18px;
    padding-top: 14px;
    padding-left: 25px;
    padding-bottom: 32px;
    padding-right: 25px;
    overflow: hidden;
    line-height: 150%;
}


.view{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 324px;
    background-color: #F4F4F4;
    border-radius: 10px;
    padding: 0;    
    margin-bottom: 20px;
}
.view-arrow{
    height: 51px;
    width: 51px;

}
.more{
  
    font-family:'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding-top: 10px;
    text-decoration:none;
    color: #000;
}
.feature{
    text-align: center;
    margin: 43px 0 24px 0;
}
.foot{
    background-color: #000000;
    height: 100%;
    width: 100%;
}
.pad{
    padding: 40px 0;
}
.f-head{
    font-family:'Poppins', sans-serif;
    font-weight: 500;
    color: white; 
    font-size: 18px;
}
.f-sub{
    font-family:'Poppins', sans-serif;
    color: white; 
    text-decoration: none;
    font-size: 16px;
    font-weight: 100;
}

.l-foot{
    background-color:#1A1919 ;
}
.l-text{
    font-size: 13px;
    color: #5A5A5A;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 0;
}
.b-banner{
    background-image: url(../img/bb.png);
    margin-bottom: 40px;
    width: 100%;
    height: 235px;
    background-size: cover;
    display: flex;
    align-items: center;
}
.b-banner-write{
    font-family:'Poppins', sans-serif;
    font-weight:bold;
    color: rgb(0, 0, 0); 
    font-size: 32px;

}
.page-nation{
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 40px 0;
}
.pageno{
    font-family:'Poppins', sans-serif;
    font-weight:200;
    color: rgb(0, 0, 0); 
    font-size: 16px;
    padding: inherit;
    text-decoration: none;
}
.one{
    background-color: #C4C4C4;
    border-radius: 100%;

}
.d-arrow{
    height: 16px;
    width: 16px;
}
.mat{
    text-decoration: none;
    color: #000000;
}
.line{
    border-right:solid 1px #DCDBDB;
    padding-right: 15px;
}
.para{
    font-size: 16px;
    font-family:'Poppins', sans-serif;
    line-height: 150%;
    text-align: justify;
}

.pic{
    width: 100%;
}
.about {
	display: flex;
	line-height: 120%;
	padding: 6px 0 30px 0;
}
.detail {
	align-items: baseline;
	display: flex;
	flex-direction: column;
	justify-content: end;
    padding: 0 0 0 11px;

}
.box{
    background-color: #F4F4F4;
    padding: 60px;
    border-radius: 15px;
}
.a-box{
    display: flex;
    align-items: flex-start;
    
}
.b-box {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	padding: 0 0 100px 10px;
}

.btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #dde0e3;
    padding: 0 100px;
}
.fresh{
    border: 1px solid #DAD3D3;
    border-radius:4px ;
    display: flex;
    padding: 10px 5px;
    margin:0 0 10px 0 ;
}
.accordion-body {
	padding: 1rem 1.25rem;
	display: contents;
}
.prof {
	height: 100%;
	padding: 0 10px;
}
.rp{
    margin: 40px 0 20px 0;
}
.arc{
    margin-bottom: 20px;
}
.top{
    margin-top:25px ;
}
.date{
    color: #8C8888;
    font-size: 10px;
    margin-bottom: 0;
}
.rp-l{
    font-size: 14px;
    margin: 0;
}
.sub{
    display: flex;
    justify-content: end;
}
.home{font-weight: 500;

}
.btn-primary {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
	align-items: center;
	margin-top: 10px;
}
.go{
    display: flex;
    justify-content:flex-start;
}
.go-2{
    display: flex;
    justify-content:flex-end;
}
.f-go{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
margin-top: 32px;
}