*{margin:0;padding:0;box-sizing: border-box;}
body{


}

img{
	width: 100%}
.container{
	width:1170px;
	margin:0 auto;}

/*upperhead start*/
.upper-head{
	padding-top: 10px;
  	text-align: center;
}
span.small {
  font-size: smaller;
  padding-top: 10px;
}
.upper-head{
	display: grid;
	grid-template-columns: 360px 2fr;
	column-gap: 30px
}
.upper-head .logo-box{
	text-align: left;
}
.img-1{
	width: 100%;	
}
.img-2{
	width: 100%;
}
/*upperhead end*/

/*lower head start*/
.nav{
	width: 100%;
	height: 50px;
	background-color: #0e4194;
	margin-top: 10px;
	text-align: center;

}
.nav ul{
	float: left;
}
.nav ul li{
	float: left;
	list-style: none;
	position: relative;
	display: inline-block;
}
.nav ul li a{
	display: block;
	color: white;
	padding: 15px 20px;
	font-size: 16px;
	text-decoration: none;
}
.nav .container > ul > li:first-child  a{padding-left: 0}
.nav ul li ul{
	display: none;
	position: absolute;
	background-color: white;
	z-index: 1;
	text-align: left;
	left: 0;

}
.nav ul li:hover ul{
	display: block;
}
.nav ul li ul li{
	width:200px;
}
.nav ul li ul li a{
	padding:8px 14px;
	color: black;
}
.nav  .search{
	margin-left: 400px;
}
/*lowerhead end*/

/*highlight news start*/
.highlight .container{
	width:1140px;
	text-align: center;
}
.topic{
	font-size: 45px;
	font-weight: 700;
	line-height: 1.5;
	color: #0e3c88;
	display: inline-block;
	margin-top: 60px;
	margin-bottom: 0px;
}
.highlight .img-3 img{
	width:auto;
	max-width:80%;
	margin-top: 20px;
	margin-bottom: 20px;}
}
.highlight small{
	font-size: 11px;
}
/*highlight news end*/

/*featured news start*/
.featured-news{
	background-color: #cacaca;
	margin-top: 80px;
	padding: 60px 0
}
.grid{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 30px;
	margin-top: 80px;

}
.news-header h2{
	margin-bottom: 20px;
	font-size: 38px;
	color: #333;
}

.featured-news .grid{margin-top: 0}
.card-content{
	margin-bottom: 40px;
}
/*featured news end*/

/*category news*/
.category-wrap{
	display: grid;
	grid-template-columns: 66% 33%;
	grid-gap: 30px;
	margin-top: 60px;
}
.category-news{
	width: 100%;
}
.grid-1{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 30px;
	margin-bottom: 50px;
}
.title h2{
	margin-top: 80px;
	margin-bottom: 40px;
}
.inside-grid > div{display: grid;grid-template-columns: 1fr 2fr;grid-gap: 10px;margin-top: 10px}
.inside-grid > div:nth-child(1){margin-top: 0}
/*category news end*/


/*featured news start*/
.grid-3{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 30px;
	margin-top: 80px;
	padding-bottom: 30px;
}
/*featured news end*/


/*footer start*/
.footer{
	background-color: #202020;
	color: white;
	padding: 30px 0 20px;
	line-height: 1.7;
	font-size: 13px;
}
.footer h4{display: inline-block;border-bottom:2px solid #fff;padding-bottom: 3px;margin-bottom: 0px}
.footer .footer-fourth p {margin: 10px 0}
.footer-grid{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 50px;
}
.footer-second ul li{
	text-decoration: none;
}
.footer  .container .copyright{
	text-align: center;
	margin-top: 60px;
	color: #807f7f;
	font-size: 14px;
}

.footer .footer-second{
	font-size: 14px;
}


/*footer end*/
.news-header h2{
	position: relative;
	margin-bottom: 11px;
	z-index: 1;
	
}

.news-header h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #888080;
  top: 50%;
  margin-top: -0.5px;
  height: 1px;
  z-index: -1

}
.news-header h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 250px;
  background-color: #cacaca;
  top: 0px;
  left: 0px;
  bottom: 0;
}
.title-1 h2{
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-top: 40px

}


.title-1 h2 .view-all{float: right;padding: 10px 20px;background-color: #e84e0e;color: #fff;display: inline-block;font-weight: normal;font-size: 16px;text-decoration: none;margin-right: 20px;transition: all .5s ease}
.title-1 h2 .view-all:hover{background-color: #555;color: #000}
.title-1 h2::before{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	background-color: #888080;
	top: 50%;
	margin-top: -0.5px;
	height: 1px;


}
.title-1 h2::after{
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	background-color: #ffffff;
	top: 0;
	left: 0;
	bottom: 0;
	width: 250px;

}
.title-1 h2{
	color: #333;
	font-weight: 300;
	font-size: 38px;

}
.news-header h2 .view-all{float: right;padding: 10px 20px;background-color: #e84e0e;color: #fff;display: inline-block;font-weight: normal;font-size: 16px;text-decoration: none;margin-right: 20px;transition: all .5s ease}
.news-header h2 .view-all:hover{background-color: #555;color: #000}



.container .grid-1 .Arthabazar-2,
.container .grid-1 .Arthabazar-3{
	margin-bottom: 40px;
}
.grid-3 .card-content{
	margin-top: 10px;
    color: #333;
    font-size: 16px;

}
.container .category-wrap .category-container .category-news:first-child .title-1 h2{
	margin-top: 0;
}
.footer .footer-icon {
	margin-top: 30px;
	margin-bottom: 10px;
}
.footer .footer-icon li{
	margin-right: 5px;
	list-style: none;
    display: inline-block;
	margin top: 30px;

}
.footer .footer-icon a{
	width: 27px;
    height: 27px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 27px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
	margin top: 30px;
}
.footer .footer-icon a i{transition: all .5s ease;}
.footer .footer-icon a:hover i{transform: rotateY(360deg);}
.featured-news{
	padding-bottom: 30px;
}
.sidebar img{margin-bottom: 10px}

.nav-trigger{
	display: none;
	position: absolute;
	top:82px;
	right: 20px;
	width: 30px;
	cursor: pointer;
}
.nav-trigger span{
	height: 2px;
	width: 100%;
	background-color: #000;
	display: block;
}
.nav-trigger span:nth-child(2){
	margin:5px 0;
}
.news-slider-main .slick-prev,
.news-slider-main .slick-next{
	top:-35px;
	
	
} 
.news-slider-main .slick-prev{
	left: inherit; right: 80px
}
.news-slider-main .slick-next{
	right: 40px
}
.news-slider-main .col-1 > div{
	/*margin-left: 30px;*/
	margin:0 15px;
}
.news-slider-main .slick-prev ,
.news-slider-main .slick-next{
	background-color: #ececec;
	z-index: 2;
	width: 32px;height: 38px;
    cursor: pointer;
}
.news-slider-main .slick-list{margin: 0 -15px}
.news-slider-main .slick-prev:before,
.news-slider-main .slick-next:before{content: '';display: block;;width: 10px;height: 10px;border:2px solid #000;position: static;border-top: none;border-left: none;transform: rotate(-45deg)  translateX(4px) translateY(4px);}
.news-slider-main .slick-prev:before{transform: rotate(135deg)  translateX(-9px) translateY(-9px); }

@media only screen and (max-width:1024px) {
	.container{width: 100%;padding: 0 20px}
	.highlight .container{width: 100%}
	.category-wrap{grid-template-columns: 65% 31%;grid-gap: 4%;}
	.upper-head{grid-template-columns: 200px 2fr}
	.grid-3{grid-gap: 4%;}
}

@media only screen and (max-width:990px) {
	.upper-head{grid-template-columns:200px 2fr}

	}
@media only screen and (max-width:767px) {
	.nav-trigger{
		display: block;
	}
	.nav{
		width: 100%;
		display: none;
		height: auto;
		text-align: left;
		position: absolute;
		top:98px;
		left: 0
	}
	.nav-trigger span{
		transition: all 0.5s ease;
	}
	.nav-trigger.open-nav span:last-child{
		height: 0;
		width: 0;
		opacity: 0
	}
	.nav-trigger.open-nav span:nth-child(1){
		transform: rotate(35deg);
	}
	.nav-trigger.open-nav span:nth-child(2){
		transform: rotate(-35deg);
		margin: -2px 0 0
	} 
	.nav ul{
		float: none;
	}
	.nav ul li{
		float: none;
		display: block;
	}
	.nav ul li a{
		border-bottom: 1px solid rgba(255,255,255, 0.1)
	}
	.upper-head, .grid, .grid-3, .grid-1, .category-wrap, .footer-grid, .inside-grid > div{display: block}

	.container{width: 100%;}
	.upper-head .img-1{
		width: 220px;
		display: block;
  		margin-left: auto;
 		margin-right: auto;

	}
	.upper-head .logo-box{
		margin-bottom: 40px;
}
	
	span.small{text-align: center;
		display: block;
  		margin-left: auto;
 		margin-right: auto;
 		margin-bottom: 6px;
	 }
	.highlight p {
		font-size: 24px;
	}
	.footer-grid{
		display: grid;
		grid-template-columns: 50% 50%;
		grid-gap: 20px;
	}
	.news-header h2{
		font-size: 20px;
	}
	.title-1 h2::after{
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	background-color: #ffffff;
	top: 0;
	left: 0;
	bottom: 0;
	width: 150px;

	}
	.news-header h2::after {
	  content: "";
	  display: inline-block;
	  position: absolute;
	  z-index: -1;
	  width: 180px;
	  background-color: #cacaca;
	  top: 0px;
	  left: 0px;
	  bottom: 0;
	}
	.news-header h2{
		font-size:38px;
		font-weight: 300;
	}
	.title-1  h2{
		font-size:38px;
		font-weight: 300;
	}
	.title-1 h2 .view-all{float: right;padding: 5px 10px;background-color: #e84e0e;color: #fff;display: inline-block;font-weight: normal;font-size: 14px;text-decoration: none;margin-right: 20px;transition: all .5s ease;margin-top: 10px;}
	.category-news .Arthabazar-4{
		margin-bottom: 30px;
	}
	.container .img-ad{
		padding-bottom: -30px;
	}
	


}
@media only screen and (min-width:768px) {
	.nav{display: block !important;}
	}