* {
	padding: 0;
	margin: 0;
	outline: 0; }

	body {
		background-color: #fff;

		min-width: 320px;

		color: #000;

		font-family: 'Mukta', sans-serif;

		overflow-x: hidden;
	}

	a{
		text-decoration: none;
	}

	a:hover{
		text-decoration: none;
	}

	img{
		max-width: 100%;
		vertical-align: middle;
		height: auto;
	}

	article{
		margin: 0 0 30px 0;
	}

	.img-wrap figure{
		position: relative;

		width: 100%;

		padding-top: 75%;

		margin: 0; 
	}

	.img-wrap figure img{
		position: absolute;

		display: block;

		width: 100%;

		height: 100%;

		left: 0;

		right: 0;

		top: 0;

		bottom: 0;

		margin: 0;

		object-fit: cover;
	}

	.b-shadow{
		padding: 20px 10px;
		box-shadow: 2px 3px 10px rgba(0,0,0,0.1);
	}



	/*logo bar*/

	.logo-wrap img{
		max-width: 100%;
		margin: 0 auto;
	}

	header .add-wrap{
		text-align: right;
	}


	.logo-bar{
		text-align: center;
		padding: 20px 0;
	}

	.logo-bar .logo-wrap{
		display: inline-block;
		width:330px; 
	}

	.logo-bar .logo-wrap h1 a{
		font-size: 50px;
		color: #275cab;
	}

	.logo-bar .logo-wrap{
		text-align: left;
	}

	.logo-bar .logo-wrap small{
		color: #111111;
		font-size: 16px;
		font-weight: 500;
	}

	.tv-select{
		list-style: none;
		margin: 0;
	}

	.tv-select li{
		line-height: 30px;
	}

	.tv-select li a{
		font-size: 18px;
		color: #275cab;
		transition: 0.4s;
	}

	.tv-select li a:hover{
		color: #ed1d24;
	}

	.tv-select li a i{
		color: #ed1d24;
		font-size: 16px;
		margin: 0 5px 0 0;
	}

	.logo-bar .add-sec .img-wrap{
		margin: 0;
	}

	/*navbar section*/

	.nav-sec {

		margin: 0 0 20px 0;

		background: #0f52ba;

	}

	.nav-sec .navbar{
		padding: 0;
	}

	.nav-sec .navbar-nav .nav-item .nav-link{
		font-size: 16px;
		color: #fff;
		transition: 0.4s;
		padding: 7px 17px;
		

	}

	.nav-sec .navbar-nav .nav-item.active .nav-link{
		background: #267163;
		color: #fff;
	}

	.nav-sec .navbar-nav .nav-item .nav-link:hover{
		background: #267163;

		color: #fff;
	}

	.nav-sec .navbar-nav .nav-item {
		margin: 0 5px 0 0;
	}

	.nav-sec .navbar-nav .nav-item:last-of-type {
		margin: 0;
	}

	
	/*flash news section*/

	.flash-news{
		padding: 20px 0;
		
		margin: 0 0 20px 0;
	}

	.flash-wrap{
		text-align: center;

		position: relative;

		padding: 30px;

		border: 2px solid #ddd;
	}


	.flash-wrap .tag a{
		display: inline-block;
		color: #fff;
		font-weight: 500;
		padding: 10px 15px;

		line-height: 24px;

		font-size: 20px;

		background: #ed1d24;

		transition: 0.4s;
	}

	.flash-wrap .tag a:hover{
		background: #267163;
	}

	.flash-wrap .tag{
		margin: 0 0 30px 0;
	}

	.headline-wrap h1 a{
		color: #337ab7;

		display: inline-block;

		transition: 0.4s;

		font-weight: 500;

		font-size: 60px;

		line-height: 74px;
	}

	.headline-wrap h1 a:hover{
		color: #267163;

	}

	.rptr strong{
		display: block;
		font-size: 20px;
		font-weight: 500;
		color: #267163;
		margin: 0 0 10px 0;
	}

	.headline-wrap{
		margin: 0 0 20px 0;
	}

	.post-date{
		margin: 0 0 10px 0;
		color: #267163;

		font-size: 12px;
	}

	.post-date i{
		margin: 0 5px 0 0;
	}

	.flash-wrap{
		margin: 0 0 30px 0;
	}

	.sflash .headline-wrap h1 a{
		font-size: 30px;
		line-height: 41px;
		color: #000000;
	}

	.sflash .headline-wrap h1 a:hover{
		color: #267163;
	}

	.sflash .img-wrap{
		margin: 0 0 20px 0;
	}

	.sflash p{
		color: #212529;
		font-size: 18px;
		line-height: 26px;
	}

	.sflash{
		box-shadow: 2px 3px 10px rgba(225, 225, 225, 0.75);
		border: none;
	}

	/*add-section*/

	.add-sec .img-wrap img{
		width: 100%;
	}

	.add-sec .img-wrap{
		margin: 0 0 20px 0;
	}

	/*title section*/

	.title-wrap{
		display: flex;
		align-items: center;
		justify-content: space-between;
		overflow: hidden;
		margin: 0 ;
		background: #eeeeee;
		padding: 12px 10px;

		border-top: 1px solid
		#267163;
	}

	.title-wrap h2{
		margin: 0;
		position: relative;
		font-size: 26px;

		color: #0f52ba;
	}



	.title-wrap h2 a{
		transition: 0.4s;

		padding: 11px 20px;

		color: #fff;

		background: #0b62ac;

		font-size: 20px;

		display: inline-block;

		line-height: 20px;

		border-left: 19px solid #c90202;
	}

	.title-wrap h2 a:hover{
		color: #ef1c23;
	}

	.title-wrap .link-more{
		color: #1A1A1A;
		transition: 0.4s;
		padding: 5px 15px;

		background:
		#fff;

		display: inline-block;

		position: relative;

		border-radius: 10px;
	}

	.title-wrap .link-more:hover{
		color: #267163;
	}

	/*bishes news*/

	.bishes .title-wrap{
		margin: 0;
	}

	.bishes .nav-tabs .nav-link{
		font-size: 14px;
		border: none;
		background: #eee;
		border-radius: 50px;
		color: #0f52ba;
		margin: 0 7px 0 0;
		transition: 0.4s;
		font-weight: 500;
	}

	.bishes .nav-tabs .nav-link.active, .bishes .nav-tabs .nav-link:hover{
		background: #267163;
		color: #fff;

	}

	.bishes .nav-tabs{
		border: none;
		margin: 0 0 30px 0;
	}

	.bishes-l{
		margin: 0 0 20px 0;
	}

	.bishes-l .news-dtl{
		padding: 10px 0;
	}

	.bishes-l .news-dtl h3 a{
		font-size: 26px;
		font-weight: 500;
		color: #212529;
	}

	.bishes-l .news-dtl h3 a:hover{
		color: #267163;
	}

	.bishes-m{
		margin: 0 0 20px 0;
	}

	.bishes-m .news-dtl{
		padding: 10px 0;
	}

	.bishes-m .news-dtl h3 a{
		font-size: 20px;
		line-height: 31px;
		font-weight: 500;
	}

	.desh-list .news-dtl{
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #cdd0d1;
	}

	/*desh section*/

	.desh-news .news-dtl{
		text-align: center;
		padding: 10px;
		border: 1px solid #ddd;
	}

	.desh-news{
		margin: 0 0 20px 0;
	}

	/*ramro solu*/

	.ramro-wrap .img-wrap figure i{
		position: absolute;
		top: 10px;
		left: 10px;
		font-size: 22px;
		color: #267163;
	}

	/*taja home section*/

	.taja-wrap{
		list-style: none;
		border-bottom: 1px solid #e5e3e3;
		margin: 0 0 10px 0;
	}

	.taja-wrap a{
		font-size: 18px;
		font-weight: 500;
		color: #000000;
		line-height: 24px;
		transition: 0.4s;
		padding: 0 0 10px 0;
		display: inline-block;
	}

	.taja-wrap a:hover{
		color: #0b62ac;
	}


	/*samachar section*/

	.news-dtl{
		padding: 20px;
		text-align: left;
	}

	.news-dtl p{
		font-size: 18px;

		line-height: 26px;
	}

	.news-dtl h3 a{
		display: inline-block;
		font-size: 22px;
		line-height: 31px;
		color: #000;
		transition: 0.4s;
		font-weight: 500;
	}

	.news-dtl h3 a:hover{
		color: #0b62ac;
	}

	.smachar-wrap .post-date{
		padding: 0;
	}

	/*news slider*/

	.samachar-slide .news-dtl h3 a{
		font-size: 26px;
	}

	/*news-tab*/

	.mukhya-tab .nav-tabs .nav-link{
		font-size: 16px;
		font-weight: 500;
		color: #0f52ba;
		transition: 0.4s;
	}

	.mukhya-tab .nav-tabs .nav-link.active{
		border: none;
		background: #267163;
		border-radius: 0;
		color: #fff;
	}

	.mukhya-tab .nav-tabs{
		background: #eeeeee;
		border: none;
		padding: 5px;
	}

	.news-wrap{
		display: flex;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #ddd;
	}

	.news-wrap .img-wrap{
		flex: 2;
	}

	.news-wrap .news-dtl{
		flex: 5;
		padding: 0 10px;
	}

	.news-wrap .news-dtl h3 a{
		font-weight: 500;
		line-height: 30px;
	}

	.samachar-tab .tab-content{
		padding: 10px;
		box-shadow: 2px 3px 10px rgba(0,0,0,0.1)
	}

	.mukhya-tab .owl-theme .owl-nav button{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		color: #0f52ba;
		font-size: 26px;
		border: 1px solid #0f52ba;
		height: 37px;
		width: 37px;
		line-height: 37px;
		text-align: center;
		border-radius: 0;

	}

	.mukhya-tab .owl-carousel .owl-nav button.owl-prev{
		left: -20px;

	}

	.mukhya-tab .owl-carousel .owl-nav button.owl-next{
		right: -20px;
	}

	.mukhya-tab .owl-carousel{
		padding: 10px 20px;
		box-shadow: 2px 3px 10px

		rgba(0,0,0,0.1);

	}


	/*samjh news*/

	.samjh-l .news-dtl{
		padding: 10px 0;
	}

	.samjh-l .news-dtl h3 a{
		font-size: 26px;
		line-height: 36px;
	}

	.samajh-sec .news-wrap .news-dtl h3 a{
		font-size: 18px;
	}
	.samajh-sec .news-wrap .news-dtl{
		flex: 6;
	}

	/*gold rate*/

	.gold-rate a{
		display: flex;
		text-align: center;
		justify-content: center;
		background: #0f52ba;
		height: 61px;
		align-items: center;
		border-radius: 5px;
		transition: 0.4s;
	}

	.gold-rate a:hover{
		background: #267163 ;
	}

	.gold-rate strong{
		font-size: 26px;
		color: #fff; 
		margin: 0 20px 0 0;
	}

	.gold-rate{
		margin: 0 0 20px 0;
	}

	.gold-rate .img-wrap figure{
		width: 50px;
		padding-top: 50px;
		border-radius: 50%;
		overflow: hidden;
	}

	/*bichar section*/

	.bichar-news {
		display: flex;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #e5e3e3;
		align-items: center;
		margin-bottom: 20px;
	}

	.bichar-news .img-wrap{
		flex: 3;
		margin: 0 10px 0 0;
	}

	.bichar-news .news-dtl{
		flex: 4;
		padding: 0;
	}

	.bichar-news .news-dtl h3 a{

		display: inline-block;

		font-size: 18px;

		line-height: 24px;

		transition: 0.4s;

		font-weight: 700;

	}

	.bichar-news .news-dtl p {

		font-size: 16px;
		line-height: 24px;

	}

	.bichar-news .news-dtl .spkr{
		color: #727272;
	}

	/*sambad news section*/

	.graha-wrap{
		margin: 0 0 30px 0;
	}

	.sambad-wrap{
		padding: 20px;
		border: 1px solid #ddd;
		text-align: center;
	}

	.sambad-wrap .img-wrap figure{
		width: 168px;
		padding-top: 122px;
		margin: 0 auto;
	}

	.sambad-wrap .news-dtl{
		text-align: center;
	}

	.sambad-wrap .news-dtl h3 a{
		font-size: 20px;  
	}

	.sambad-wrap .news-dtl .title-abt{
		display: block;
		font-size: 16px;
		font-weight: 500;
		color: #333;
	}

	.sambad-wrap .news-dtl .speakr{
		font-size: 16px;
		font-weight: 500;
		color: #c90202;
	}

	.sambad-news{
		padding: 0 0 15px 0;
		border-bottom: 1px solid #ddd;
		margin: 0 0 15px 0;
	}

	.sambad-news:last-of-type{
		padding: 0;
		border: 0;
		margin: 0;
	}

	/*mukhya samachar*/

	.msamachar-sec .news-dtl{
		padding: 0;
	}

	.msamachar-sec .news-dtl h3 a{
		font-size: 24px;
	}

	.msamachar-sec p{
		font-size: 18px;
		line-height: 29px;
	}

	.msamachar-sec .img-wrap{
		margin: 0 0 10px 0;
	}

	/*bishes news*/

	.bishes-news .bishes-l{
		display: flex;
		margin: 0 0 20px 0;
	}

	.bishes-news .bishes-l .img-wrap{
		flex: 1;
	}

	.bishes-news .bishes-l .news-dtl{
		flex: 1;
	}

	.bishes-s{
		display: flex;
		margin: 0 0 20px 0;

	}

	.bishes-s .img-wrap{
		flex: 1;
	}

	.bishes-s .news-dtl{
		flex: 2;
		padding: 0 20px;
	}

	.bishes-s .news-dtl h3 a{
		font-size: 20px;
		line-height: 25px;
		font-weight: 500;
	}


	/*desh section*/

	.tab-title{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 0 30px 0;
		background: #eeeeee;
	}

	.tab-title .title-wrap{
		margin: 0;
	}

	.tab-title .nav-tabs{
		border: none;

	}

	.tab-title .nav-tabs .nav-link{
		border: none;
		background: #0b62ac;
		border-radius: 5px;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		padding: 8px 40px;
		margin-left: 20px;
		transition: 0.4s;
	}

	.tab-title .nav-tabs .nav-link:hover{
		background: #c90202;
	}

	/*artha group*/

	.artha-l .news-dtl{
		padding: 20px 0;
	}

	/*sikshya sec*/

	.sikshya-sec .news-dtl{
		padding: 20px 0;
	}

	/*bidesh section*/

	.bidesh-s{
		display: flex;
	}

	.bidesh-s .img-wrap{
		flex: 2;
	}

	.bidesh-s .news-dtl{
		flex: 3;
		padding: 0 10px;
	}

	.bidesh-s .news-dtl h3 a{
		font-size: 20px;
	}

	/*manoranjan section*/

	.mano-b .news-dtl{
		padding: 20px 0;
	}

	.mano-b{
		margin: 0 0 20px 0;
	}

	/*khulla munch*/

	.munch-wrap{
		text-align: center;
	}

	.munch-wrap .news-dtl{
		text-align: center;
	}

	.munch-wrap .m-name{
		font-size: 16px;
		display: inline-block;
		font-weight: 500;
		color: #555;
		margin: 0 0 10px 0;
	}

	.munch-wrap .img-wrap figure{
		width: 150px;
		padding-top: 150px;
		margin: 0  auto;
	}

	.munch-wrap .img-wrap figure img{
		border-radius: 50%;
	}

	.k-munch .owl-carousel .owl-nav button{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: #c90202;
		color: #fff;
		border-radius: 0;
		
	}

	.k-munch .owl-carousel .owl-nav button i{
		padding: 10px 15px;
		font-size: 20px;
	}

	.k-munch .owl-carousel .owl-nav button.owl-next{
		right: -20px;
	}

	.k-munch .owl-carousel .owl-nav button.owl-prev{
		left: -20px;
	}

	/*photo section*/

	.photo-wrap .news-dtl{
		background: #1f2024;
		padding: 10px 20px;
	}

	.photo-wrap .news-dtl h3 a{
		color: #fff;
		font-size: 18px;
		font-weight: 500;
	}

	.photo-wrap .news-dtl h3 a:hover{
		color: #0b62ac;
	}



	/*exchange rate section*/

	.exchange-r{

	}

	.exchange-r a{
		text-align: center;
		display:block;
		background: #0b62ac;
		padding: 60px 20px;
		text-align: center;
		color: #fff;
		transition: 0.4s;
	}

	.exchange-r a:hover{
		color: #ddd;
	}

	.exchange-r strong{

		display: block;
		font-size: 24px;
		margin: 20px 0 0 0;
	}

	/*video section*/

	.video-l{
		position: relative;
	}

	.video-l .img-wrap figure{
		padding-top: 35%;
	}

	.video-l .news-dtl{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.5);
	}

	.video-l .news-dtl h3 a{
		color: #fff;
	}

	.video-l .news-dtl h3 a:hover{
		color: #0b62ac;
	}



	.video-list{
		margin: 0;
	}
	.v-list{
		display: flex;
		list-style: none;
		background: #1f2024;
		padding: 5px;
		margin: 0 0 20px 0;
	}

	.v-list .img-wrap{
		flex: 1;
		margin: 0 10px 0 0;
	}

	.v-list .news-dtl{
		flex: 3;
		padding: 0;
	}

	.v-list .news-dtl h3{
		margin: 0;
	}

	.v-list .news-dtl h3 a{
		color: #fff;
		font-size: 18px;
	}

	.v-list .news-dtl h3 a:hover{
		color: #0b62ac;
	}


	.play-btn{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
	}

	.play-btn a{
		display: inline-block;

	}

	.play-btn a i{
		font-size: 18px;

		color:
		#fff;

		background:
		#267163;

		line-height: 48px;

		width: 64px;

		text-align: center;

		border-radius: 10px;

		transition: 0.4s;
	}

	.play-btn a:hover i{
		background: #0f52ba;
		
	}



	/*footer*/

	footer{
		padding: 40px 0 0 0;
		border-top: 1px solid #dddddd;
	}

	footer .logo-wrap{
		margin: 0 0 20px 0;
		text-align: center;
	}

	footer h5 i{
		font-size: 16px;
		line-height: 30px !important;
		width: 30px;
		height: 30px;
		background: #267163;
		text-align: center;
		color: #fff;
		display: inline-block;
		border-radius: 10px;
		margin: 0 10px 0 0;
	}

	.foot-wrap h6{
		font-size: 20px;
		color: #267163;
	}

	.footer-socio li{
		list-style: none;
		margin: 0 0 10px 0;
	}

	.footer-socio li a{
		font-size: 16px;
		line-height: 30px;
		color: #111;
		transition: 0.4s;
		font-weight: 500;
	}

	.footer-socio li a:hover{
		color: #267163;
	}

	.footer-socio li a i{
		line-height: 35px;
		width: 35px;
		border-radius: 50%;
		background: #0f52ba;
		text-align: center;
		font-size: 16px;
		color: #fff;
		margin: 0 10px 0 0;
	}

	.foot-wrap{
		padding: 20px;
		height: 100%;
	}

	.foot-contct li{
		list-style: none;
		font-size: 18px;
		line-height: 30px;
		color: #111;
		font-weight: 500;
	}

	.foot-team li{
		margin: 0 0 20px 0;
		list-style: none;
		display: inline-block;
		width: 49%;
	}

	.foot-team li small{
		font-size: 14px;
		color: #000011;
		display: block;
	}

	.foot-team li strong{
		font-size: 18px;
		font-weight: 500;
		line-height: 30px;
	}


	footer .socio-bar li{
		display: inline-block;
		margin: 5px;
	}

	footer .socio-bar{
		list-style: none;
		text-align: left;
	}

	footer .socio-bar li a i{
		color: #fff;
		font-size: 16px;
		line-height: 35px;
		width: 35px;
		text-align: center;
		border-radius: 50%;
		transition: 0.4s;
		background: #333;
	}

	footer .socio-bar li a:hover i{
		color: #ef1c23;
		border-color: #ef1c23;
	}

	.darta-no{
		margin: 0 0 10px 0;
		display: block;
	}

	.footer-contct li{
		list-style: none;
		line-height: 36px;
		font-size: 18px;
		font-weight: 500;
	}

	.footer-contct li i{
		margin: 0 5px 0 0;
		font-size: 16px;
	}

	.footer-team {
		display: block;
	}

	.footer-team li{
		list-style: none;
		display: inline-block;
		width: 49%;
		margin: 0 0 20px 0;
	}

	.footer-team li strong{
		display: block;
		font-size: 18px;
	}

	.footer-team li span{
		font-size: 18px;
	}

	footer h5{
		color: #c90202; 
		font-size: 20px;
		margin: 0 0 20px 0;
	}

	.foot-schedule li{
		list-style: none;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #ddd;
		margin: 0 0 10px 0;
	}

	.foot-schedule li strong{
		color: #111;
		font-size: 18px;
		line-height: 30px;
		font-weight: 500;
	}

	.foot-schedule li span{
		display: inline-block;
		font-size: 16px;
		color: #267163;
		margin: 0 5px 0 0;
	}

	/*copy right*/

	.copy-r{
		padding: 10px 0;
		border-top: 1px solid #dddddd;
		margin-top: 20px;
		background: #267163;

	}

	.copy-contn {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.copy-contn span{
		font-weight: 500;
		color: #fff;
	}

	.copy-contn span a{
		color: #fff;
	}


	/*single page*/

/*	.sngl .title-wrap h2{
		transition: 0.4s;

		padding: 11px 20px;

		color: #fff;

		background: #0b62ac;

		font-size: 20px;

		display: inline-block;

		line-height: 20px;

		border-left: 19px solid #c90202;
	}*/

	.inr-head .post-dtl{
		display: block;

		padding: 10px;

		background: #eeeeee;

		margin: 0 0 10px 0;
	}

	.inr-head {
		margin: 0 0 20px 0;
	}

	.inr-head .post-dtl .reportr{
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px 0 0;
	}

	.inr-head .post-dtl .reportr a{
		display: inline-block;
		color: #000;
		font-weight: 700;
		transition: 0.4s;
	}

	.inr-head .post-dtl .reportr a i{
		margin: 0 5px 0 0;
	}

	.inr-head .post-dtl .reportr a:hover{
		color: #E4002C;
	}

	.inr-head .post-dtl .date-sec{
		display: inline-block;
		vertical-align: middle;
		color: #717171;
	}

	.inr-head .post-dtl .date-sec i{
		margin: 0 5px 0 0;
		color: #0b62ac;
	}



	/*sigle page sidebar*/

/*	.innr-taja .title-wrap h2{
		padding: 0 20px 0 0;
		font-size: 24px;
	}
	*/

	.innr .title-wrap{
		margin: 0 0 10px 0;
	}

	.innr-taja .title-wrap {
		margin: 0 0 20px 0;
	}

	.sngl .news-contn .img-wrap{
		margin: 0 0 20px 0;
	}

	.sngl .news-contn p{
		font-size: 18px;
		line-height: 32px;

	}

	.user-comment{
		margin: 0 0 20px 0;
	}

/*	.innr .title-wrap h2{
		padding: 0 20px 0 0;
		font-size: 24px;

		}*/

		.pgnatn .pagination{
			border-radius: 0 !important;
			margin-top: 20px;
		}

		.pgnatn .pagination .page-item .page-link{
			color: #267163;

			border-color: #267163;
		}

		.pgnatn .pagination .page-item.active .page-link{
			color: #fff;
			background: #267163;
		}

		.innr-taja .lok-listwrap{
			margin: 0 0 20px 0;
		}

		.navbar-fixed-top{
			top: 0;
			position: fixed;
			left: 0;
			right: 0;
			
			z-index: 999;
		}


		/*rashi page*/

		.rashi-wrap{
			margin: 0 0 20px 0;
		}

		.rashi-wrap h3{
			display: block;
			padding: 10px 15px;
			background: #c90202;
			color: #fff;
			margin: 0 0 10px 0;
			font-size: 22px
		}

		.rashi-wrap p{
			font-size: 18px;
			line-height: 28px;
		}

.logo-wrap .img-wrap img{
    max-width: 150px
}

.foot-team li .img-wrap{
    position: relative;
width: 50px;
padding-top: 50px;
margin: 0;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.foot-team li .img-wrap img{
    position: absolute;
display: block;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0;
object-fit: cover;
}

.foot-team li{
    text-align: center;
}

