 body{
	background-color: rgb(248 249 250) !important; 
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
a {
    text-decoration: none;
    color: #2a9cc6;
    transition: 0.3s;
}
a:hover{
	color: black;
}
.container-fluid{
  padding-right: 0px !important;
  padding-left: 0px !important; 
}

.industry_watch_container{
  position: relative;
  width: 90%;
  margin: auto;
  margin-top: 20px;
}

.industry_watch_title{
	font-size: 20px;
	font-weight: 500;
	color: black;
}
.each_industry_watch_container{
	padding: 20px 20px;
	margin-top: 20px;
	position: relative;
	height: 552px;
	border-radius: 10px;
  background-color: white;
  border: 1px solid #e8eaed;
  border-top: 4px solid #ffffff;
 box-shadow: 0 3px 2px rgba(49, 77, 94, .16), 0 1px 0 rgba(255, 255, 255, .33);
}
.industry_watch_container{
	padding-bottom: 100px;
}
.each_industry_watch_title{
  color: #111;
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.5em;
  transition: 0.3s;
  height: 55px;
}
.view-btn{
	text-align: right;
}
.each_industry_watch_border{
	border-bottom: 1px solid #eee;
}
.each_industry_watch_img > img{
	width: 100%;
  height: 200px;
	border-radius:10px;
/*	float: left;
	padding:5px 15px 0px 0px;*/
}
.each_industry_watch_para > p{
  margin: 7px 0px;
  font-size: 13px;
  color: rgb(75 85 99 / 80%);
  line-height: 24px;
  height: 144px;
}
.each_industry_watch_view_more{
	background-color: orange;
	margin-top: 16px !important;
	display: inline-block;
	border-radius: 6px;
	padding: 5px 15px;
	transition: 0.3s;
}
.each_industry_watch_view_more:hover{
	background-color:#c78100;
}
.f-icons > i{
	margin-right: 4px;
	font-weight: bold;
}
.each_industry_watch_view_more > a{
  font-size: 12px;
	line-height: 24px;
	color: white !important;
}
.industry_watch_para{
	margin-top: 20px;
}
.f-icons{
	font-size: 14px;
	color: rgb(62, 99, 179);;
	margin-top: 10px;	
}
.each_industry_watch_container:hover{
	border-top: 4px solid #ffa500;
}
.each_industry_watch_title:hover > a{
	color: black;
}


/*col-*/
@media only screen and (max-width: 576px){
  		.each_industry_watch_title {
			    height: 45px;
			}
			.each_industry_watch_para > p {
			    height: 170px;
			}
			.each_industry_watch_container {
		  	 height: 566px; 
			}
}

/*col-sm*/
@media only screen and (min-width: 576px) and (max-width : 768px){
  		.each_industry_watch_para > p {
			    height: 111px;
			}
			.each_industry_watch_container {
		  	 height: 525px; 
			}
  
}

/*col-md*/
@media only screen and (min-width: 768px) and (max-width : 992px){
 			.each_industry_watch_title {    
			   	height: 12px; 
			}
			.each_industry_watch_para > p {   
			    height: 80px;
			}
			.each_industry_watch_container {
		  	 height: 450px; 
			}
}

/*col-lg*/
@media only screen and (min-width: 992px) and (max-width : 1200px){  	
			.each_industry_watch_container {
		  	 height: 691px; 
			}
			.each_industry_watch_title {
			    height: 93px;
			}
			.each_industry_watch_para > p {
		    height: 221px;
			}
}

/*col-xl*/
@media only screen and (min-width: 1200px) and (max-width : 1400px){  
		  .f-icons {
		    font-size: 12px;
			}
			.each_industry_watch_container {
		  	 height: 580px; 
			}
			.each_industry_watch_para > p {
		    height: 173px;
			}
} 

/*col-xxl*/
@media only screen and (min-width: 1400px){
  
}
