@charset "utf-8";
/* CSS Document */
html
{
	
}

.pt10{
	padding-top: 10px !important;
		
}
.pt0{
	padding-top: 0px !important;
		
}

.mb10{
	margin-bottom: 10px !important;
		
}
.mt0{
	margin-top: 0px !important;
		
}
.mb23{margin-bottom: 23px !important;}

body
{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	line-height:20px;
	color: #646464;
	font-weight:400;
}
a, a:hover, a:focus, a:active
{
	text-decoration:none;
}
a
{
  color: #bf3a90;
}
a:hover
{
	color:#e7ca2f;
}
img, input
{
	outline:none;
}
hr
{
 border: 0;height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(180, 180, 180, 0.65), rgba(0, 0, 0, 0));
 margin-top:40px;
}
#header
{
	background-color:#fff;padding:18px 0px;
	border-bottom: 2px solid #cbd51e;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#header a
{
	color:#000;
}
#sub-header
{
	background-color:#f5f5f5;padding:38px 0px;
	margin-top:84px;
}
#header img
{
	 float:left;
}
h4
{
	margin: 0;    
    font-size: 20px;    
    color: #000;	
	font-weight:700;
}
h5
{
	font-size:18px; color:#464646;font-weight:500;
	margin:20px 0px;
}

.cst-right h5{
	font-size: 18px;
    color: #464646;
    font-weight: 500;
    margin: 20px 0px;
    min-height: 40px;
	
}

.cst-right .vew-btn {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    margin-top: 15px;
	text-align: center;
}

.cst-right .vew-btn:hover{
	color:#fbff12;
}


#header h4
{
	float: right;color:#fff;padding-top: 15px;    
}
.download-btn
{
	font-size:15px;font-weight:500;color:#fff;
	background-color:#808080;padding:11px 30px;
	border-radius:0px;display:inline-block;
	margin-right:15px;
}

/*.download-btn:hover{
	background-color:#bf3a90;
	color:#fff; 
}
*/
.vew-btn
{
	display:inline-block;
	font-size:15px;font-weight:500;color:#808080;
}
.report-wrapper {
    margin-top: 35px;
}
.report-left
{
	display:inline-block;
    width: 20%;vertical-align:top;
    margin-right: 4%;
}

.sec-custom{
	display:inline-block;
    width: 10% !important;
	vertical-align:top;
    margin-right: 2.4%;
	
}



.report-right
{
    display:inline-block;padding-top: 20px;
    width: 74%;vertical-align:middle;	
       
}
.report-right h4
{
	margin-bottom:38px;
}
.reportbg-img
{
	margin-top:45px;
}
footer
{
	border-top: 1px solid #ccc;
    margin-top: 40px;
}
footer p
{
	font-size:14px;margin:25px 0px;
}

/*==========  Mobile First Method  ==========*/

/* Large desktops and laptops */
@media (min-width: 1200px)
{
 
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) 
{
  
}
@media (min-width: 992px)
{
	.sec-custom {
    display: inline-block;
    width: 10% !important;
    vertical-align: top;
    margin-right: 1%;
}
	.cst-right{
	display: inline-block;
    padding-top: 20px;
    width: 88%;
    vertical-align: middle;
		
	}
 
}
@media (max-width: 991px)
{
  
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) 
{
	.sec-custom {
    display: inline-block;
    width: 20% !important;
    vertical-align: top;
    margin-right: 4%;
}
	.cst-right{
	display: inline-block;
    padding-top: 20px;
    width: 74%;
    vertical-align: middle;
		
	}
 .mob-mtb-20{
		margin: 20px 0 !important; 
	}

}
@media (min-width: 860px)
{
 .col-centered {
    display: inline-block;
    float: none !important;
    text-align: left;
    margin-right: -4px;
  }
  .row-centered {
    text-align: center !important;
}
}
@media (min-width: 768px)
{
 .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 }
	

 
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
	
	.mob-mt65{
		margin-top: 65px;
	}
	.mob-mtb-20{
		margin: 20px 0 !important; 
	}
 footer
 {
	 text-align:center;
 }
	
	.sec-custom{
	display:inline-block;
    width: 20% !important;
	vertical-align:top;
    margin-right:4%;
	
}

 
}

/* Portrait phones and smaller */
@media (max-width: 480px) 
{
  .report-wrapper
  {
	  text-align:center;margin-top: 25px;
  }
  .report-wrapper img
  {
	  margin:0 auto;
  }
  .report-left
  {
	  display:block;
	  width: 100%;
	  margin-right: 0px;
  }
  .report-right
  {
	  display:block;
	  width: 100%;
  }	
	
.sec-custom {
    display:block;
    width: 100% !important;
	margin-right: 0;
 
}	
}
@media (max-width: 350px) 
{
#header img {
    float: none;
}
#header h4 {
    float:none;
    color: #fff;
    padding: 10px 0px 5px 12px;
   
}
}
}

