<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.report-report-left
	{
		position: relative;
		float: left;
		width: 70%;
		box-sizing: border-box;
	}
	.report-report-left .report-report-left-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 20px;
/*		box-shadow: rgb(136 165 191 / 48%) -9px 1px 16px 0px, rgb(255 255 255 / 80%) 20px 1px 20px 9px;
*/	}

	.single_report-box
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.single_report-box.md
	{
		width: 50%;
	}
	.single_report-box .single_report-box-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}

	.single_report-box .single_report-box-con .report-desc
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px!important;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
		border-radius: 0px;
		transition: 0.5s ease;
		border: 1px solid #eee;
		border-radius: 5px;
		background: white;
		transition: 0.5s ease;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
				box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;

/*		background: url('../../assets/bgvector/06-01.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: bottom;
*/	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con:hover
	{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;		
	}


	.single_report-box .single_report-box-con .report-desc:hover .report-desc-con
	{
		/*box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);*/
	}

	.single_report-box .single_report-box-con .report-desc .report-desc-con .s_report_left
	{
		position: relative;
		float: left;
		width: 15%;
		box-sizing: border-box;
		padding: 10px 10px;
		display: none;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .s_report_right
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
	}


	.single_report-box .single_report-box-con .report-desc .report-desc-con .image
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .image img
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .rd-sale
	{
		position: absolute;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .rd-sale p
	{
		position: relative;
		float: left;
		box-sizing: border-box;
		padding: 4px 10px;
		background: red;
		color: white;
		font-size: 10pt;
		font-weight: 800;
		border-radius: 50px;
		margin-top: -15px;
		margin-left: -15px;
		border-bottom-right-radius: 0px ;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .repo-cate
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
		text-align: center;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .repo-cate img
	{
		position: relative;
		float: none;
		display: inline-block;
		width: 60px;
		height: 60px;
		box-sizing: border-box;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .repo-cate h3
	{
		position: relative;
		float: none;
		display: inline-block;
		box-sizing: border-box;
	}


	.single_report-box .single_report-box-con .report-desc .report-desc-con .title
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .title h2
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 2px 0px;
		font-size: 13pt!important;
		color: #022728;
		font-weight: bold;
		padding-bottom: 6px;
		transition: .5s all  ease;
		text-align: justify;
		line-height: 28px;

	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .title p.shortdesc
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 2px 0px;
		font-size: 10pt;
		color: gray;
		
		line-height: 22px;
		font-weight: normal;
		padding-bottom: 6px;
		letter-spacing: 0.4px;
		transition: 0.5s all  ease;
		text-align: left;

	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .title p.pinfo
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 2px 0px;
		font-size: 11pt;
		color: #666666;
		line-height: 20px;
		font-weight: 400;
		padding-bottom: 6px;
		transition: .5s all  ease;
		text-align: left;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .title p.shortdesc a
{
	color: #03329A;
	padding: 5px 5px;
	font-size: 11pt;
	font-weight: bold;
}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .title p.pinfo a
{
	color: #03329A;
	padding: 5px 5px;
	font-size: 11pt;
	font-weight: bold;
}



	.single_report-box .single_report-box-con .report-desc .report-desc-con:hover .title h2
	{
		text-decoration: underline;
		transition: .5s all  ease;
		font-weight: bold;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con:hover .title p.shortdesc, p.pinfo
	{
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con:hover .title p.pinfo
	{
	}
	.single_report-box.homepage
	{

	}

	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .price
	{
	}



  .view-all-report
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .view-all-report a
  {1
    position: relative;
    float: right;
    width: auto;
    box-sizing: border-box;
    border: 2px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Helvetica',sans-serif;
    color: gray;
    font-weight: bold;
    transition: 0.5s ease;
    background: white;
  }
  .view-all-report a:hover
  {
    background: #ccc;
    color: white;
  }


	.single_report-box .single_report-box-con .report-desc .report-desc-con .price
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		bottom: 0px;
	}
	.single_report-box .single_report-box-con .price .link
	{
		position: relative;
		float: left;
		width: auto;
		box-sizing: border-box;
		padding: 10px 0px;
	}
	.single_report-box .single_report-box-con .price .link a
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 6px 10px;
		font-size: 10pt!important;
		font-weight: 600;
		letter-spacing: 0.4px;
		color: white;
		background: #00262e;
		border-radius: 2px;
		border: 1px solid #197cc1;
		text-align: left!important;

	}
	.single_report-box .single_report-box-con .price .link.buy
	{
		/*display: none;*/
	}

	.single_report-box .single_report-box-con .price .link a.buy
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 6px 6px;
		font-size: 10pt!important;
		font-weight: 600;
		letter-spacing: 0.4px;
		background: white;
		color: white;
		border-radius: 2px;
		background: #022728;
		border: 1px solid #022728;
		text-align: center!important;
		margin-left: 20px;
	}
	.single_report-box .single_report-box-con .price .link a.buy:hover
	{
		
	}
	.single_report-box .single_report-box-con .price .link a:hover
	{
		
	}

	.single_report-box .single_report-box-con .report-desc .report-desc-con .rid-dtl
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .rid-dtl .rdtl
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 2px;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .rid-dtl .price
	{
		width: 100%;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .rid-dtl .price
	{
		width: 100%;
		padding: 0px 0px;
		font-size: 14pt;
		font-weight: bold;
		color: black;
	}


@media screen and (max-width: 1400px)
{

}

@media screen and (max-width: 1350px)
{

}

@media screen and (max-width: 1300px)
{

}
@media screen and (max-width: 1250px)
{


}
@media screen and (max-width: 1200px)
{


}
@media screen and (max-width: 1150px)
{

  
}
@media screen and (max-width: 1100px)
{

  
}
@media screen and (max-width: 1050px)
{

  
}
@media screen and (max-width: 1000px)
{

  
}
@media screen and (max-width: 900px)
{

  
}
@media screen and (max-width: 800px)
{

  
}
@media screen and (max-width: 768px)
{

  





}
@media screen and (max-width: 468px)
{





	.single_report-box
	{
		width: 100%;
	}
	.single_report-box.md
	{
		width: 100%;
	}

	.single_report-box .single_report-box-con .report-desc .report-desc-con .s_report_left
	{
		width: 25%;
		padding: 10px 10px;
	}
	.single_report-box .single_report-box-con .report-desc .report-desc-con .s_report_right
	{
		width: 75%;
		padding: 10px 10px;
	}



}</pre></body></html>